A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
W
A
- AbsAdbConnectionManager - class in io.github.muntashirakon.adb
- AdbAuthenticationFailedException - class in io.github.muntashirakon.adb
- Thrown when the ADB daemon rejects our initial authentication attempt, which typically means that the peer has not previously saved our public key.
- AdbConnection - class in io.github.muntashirakon.adb
- This class represents an ADB connection.
- AdbConnection.Builder - class in io.github.muntashirakon.adb.AdbConnection
- AdbInputStream - class in io.github.muntashirakon.adb
- AdbMdns - class in io.github.muntashirakon.adb.android
- Automatic discovery of ADB daemons.
- AdbMdns.OnAdbDaemonDiscoveredListener - class in io.github.muntashirakon.adb.android.AdbMdns
- AdbMdns.ServiceType - class in io.github.muntashirakon.adb.android.AdbMdns
- AdbOutputStream - class in io.github.muntashirakon.adb
- AdbPairingRequiredException - class in io.github.muntashirakon.adb
- AdbStream - class in io.github.muntashirakon.adb
- This class abstracts the underlying ADB streams
- addSuppressed(Throwable) - function in java.lang.AdbPairingRequiredException
- addSuppressed(Throwable) - function in java.lang.AdbAuthenticationFailedException
- AndroidUtils - class in io.github.muntashirakon.adb.android
- annotationType() - function in java.lang.annotation.Annotation
- apply() - function in io.github.muntashirakon.adb.PRNGFixes
- Applies all fixes.
- autoConnect(Context,long) - function in io.github.muntashirakon.adb.AbsAdbConnectionManager
- Attempt to connect to ADB by performing an automatic network discovery of host and port.
- available() - function in io.github.muntashirakon.adb.AdbInputStream
- available() - function in java.io.AdbInputStream
- available() - function in io.github.muntashirakon.adb.AdbStream
- Returns an estimate of available data.