A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
W
P
- pair(int,String) - function in io.github.muntashirakon.adb.AbsAdbConnectionManager
- Pair with an ADB daemon given port number and pairing code.
- pair(String,int,String) - function in io.github.muntashirakon.adb.AbsAdbConnectionManager
- Pair with an ADB daemon given host address, port number and pairing code.
- PairingConnectionCtx - class in io.github.muntashirakon.adb
- printStackTrace() - function in java.lang.AdbPairingRequiredException
- printStackTrace() - function in java.lang.AdbAuthenticationFailedException
- PRNGFixes - class in io.github.muntashirakon.adb
- Fixes for the output of the default PRNG having low entropy.
- PRNGFixes.LinuxPRNGSecureRandom - class in io.github.muntashirakon.adb.PRNGFixes
- SecureRandomSpi which passes all requests to the Linux PRNG(
{@code /dev/urandom}).