A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
W
C
- close() - function in io.github.muntashirakon.adb.AdbInputStream
- close() - function in java.io.AdbInputStream
- close() - function in io.github.muntashirakon.adb.AdbConnection
- This routine closes the Adb connection and underlying socket
- close() - function in java.io.AdbConnection
- close() - function in io.github.muntashirakon.adb.AdbOutputStream
- close() - function in java.io.AdbOutputStream
- close() - function in io.github.muntashirakon.adb.AbsAdbConnectionManager
- Close the underlying AdbConnection and destroy the private key.
- close() - function in java.io.AbsAdbConnectionManager
- close() - function in io.github.muntashirakon.adb.AdbStream
- Closes the stream.
- close() - function in java.io.AdbStream
- close() - function in io.github.muntashirakon.adb.PairingConnectionCtx
- close() - function in java.io.PairingConnectionCtx
- connect() - function in io.github.muntashirakon.adb.AdbConnection
- Same as connect without throwing anything if the first authentication attemptfails.
- connect(long,TimeUnit,boolean) - function in io.github.muntashirakon.adb.AdbConnection
- Connects to the remote device.
- connect() - function in io.github.muntashirakon.adb.AdbConnection.Builder
- Same as connect without throwing anything if the first authenticationattempt fails.
- connect(long,TimeUnit,boolean) - function in io.github.muntashirakon.adb.AdbConnection.Builder
- Connects to the remote device.
- connect(int) - function in io.github.muntashirakon.adb.AbsAdbConnectionManager
- Attempt to connect to ADB given a port number.
- connect(String,int) - function in io.github.muntashirakon.adb.AbsAdbConnectionManager
- Attempt to connect to ADB via a host address and a port number.
- connectTcp(Context,long) - function in io.github.muntashirakon.adb.AbsAdbConnectionManager
- Attempt to connect to ADB by performing an automatic network discovery of TCP host and port.
- connectTls(Context,long) - function in io.github.muntashirakon.adb.AbsAdbConnectionManager
- Attempt to connect to ADB by performing an automatic network discovery of TLS host and port.
- create(String,int,PrivateKey,Certificate) - function in io.github.muntashirakon.adb.AdbConnection
- Creates a AdbConnection object associated with the socket and crypto object specified.
- create(String,int,PrivateKey,Certificate,int) - function in io.github.muntashirakon.adb.AdbConnection
- Creates a AdbConnection object associated with the socket and crypto object specified.