| /frameworks/base/core/java/android/bluetooth/ |
| D | BluetoothServerSocket.java | 85 /*package*/ BluetoothServerSocket(int type, boolean auth, boolean encrypt, int port) in BluetoothServerSocket() 105 /*package*/ BluetoothServerSocket(int type, boolean auth, boolean encrypt, int port, in BluetoothServerSocket() 125 /*package*/ BluetoothServerSocket(int type, boolean auth, boolean encrypt, ParcelUuid uuid) in BluetoothServerSocket()
|
| D | BluetoothSocket.java | 164 /*package*/ BluetoothSocket(int type, int fd, boolean auth, boolean encrypt, in BluetoothSocket() 183 /*package*/ BluetoothSocket(int type, int fd, boolean auth, boolean encrypt, in BluetoothSocket() 264 private BluetoothSocket(int type, int fd, boolean auth, boolean encrypt, String address, in BluetoothSocket()
|
| D | BluetoothAdapter.java | 1834 boolean auth, boolean encrypt) throws IOException { in createNewRfcommSocketAndRecord()
|
| /frameworks/base/obex/javax/obex/ |
| D | SessionNotifier.java | 127 ObexSession acceptAndOpen(ServerRequestHandler handler, Authenticator auth) throws IOException; in acceptAndOpen()
|
| D | ClientSession.java | 325 public void setAuthenticator(Authenticator auth) throws IOException { in setAuthenticator()
|
| D | ServerSession.java | 74 public ServerSession(ObexTransport trans, ServerRequestHandler handler, Authenticator auth) in ServerSession()
|
| /frameworks/base/services/core/java/com/android/server/ |
| D | LockSettingsService.java | 1565 AuthenticationToken auth = initializeSyntheticPasswordLocked( in verifyCredential() local 1857 AuthenticationToken auth = mSpManager.newSyntheticPasswordAndSid(getGateKeeperService(), in initializeSyntheticPasswordLocked() local 1869 mSpManager.newSidForUser(getGateKeeperService(), auth, userId); in initializeSyntheticPasswordLocked() local 1871 mSpManager.verifyChallenge(getGateKeeperService(), auth, 0L, userId); in initializeSyntheticPasswordLocked() local 1967 AuthenticationToken auth, int userId) throws RemoteException { in setLockCredentialWithAuthTokenLocked() 1982 mSpManager.verifyChallenge(getGateKeeperService(), auth, 0L, userId); in setLockCredentialWithAuthTokenLocked() local 1986 mSpManager.newSidForUser(getGateKeeperService(), auth, userId); in setLockCredentialWithAuthTokenLocked() local 1987 mSpManager.verifyChallenge(getGateKeeperService(), auth, 0L, userId); in setLockCredentialWithAuthTokenLocked() local 2031 AuthenticationToken auth = authResult.authToken; in spBasedSetLockCredentialInternalLocked() local 2064 AuthenticationToken auth = null; in addEscrowToken() local [all …]
|
| D | IpSecService.java | 347 IpSecAlgorithm auth = c.getAuthentication(direction); in createTransportModeTransform() local
|
| D | SyntheticPasswordManager.java | 547 @NonNull AuthenticationToken auth, long challenge, int userId) throws RemoteException { in verifyChallenge()
|
| /frameworks/base/core/java/android/content/ |
| D | ContentProvider.java | 2016 String auth = uri.getAuthority(); in validateIncomingUri() local 2045 public static int getUserIdFromAuthority(String auth, int defaultUserId) { in getUserIdFromAuthority() 2059 public static int getUserIdFromAuthority(String auth) { in getUserIdFromAuthority() 2080 public static String getAuthorityWithoutUserId(String auth) { in getAuthorityWithoutUserId()
|
| D | ContentResolver.java | 1731 final String auth = uri.getAuthority(); in acquireProvider() local 1750 final String auth = uri.getAuthority(); in acquireExistingProvider() local 1778 String auth = uri.getAuthority(); in acquireUnstableProvider() local
|
| D | IntentFilter.java | 1147 public final boolean hasDataAuthority(AuthorityEntry auth) { in hasDataAuthority()
|
| /frameworks/base/core/java/android/app/ |
| D | ContextImpl.java | 2478 protected IContentProvider acquireProvider(Context context, String auth) { in acquireProvider() 2485 protected IContentProvider acquireExistingProvider(Context context, String auth) { in acquireExistingProvider() 2497 protected IContentProvider acquireUnstableProvider(Context c, String auth) { in acquireUnstableProvider() 2519 protected int resolveUserIdFromAuthority(String auth) { in resolveUserIdFromAuthority()
|
| D | ActivityThread.java | 5868 Context c, String auth, int userId, boolean stable) { in acquireProvider() 5968 Context c, String auth, int userId, boolean stable) { in acquireExistingProvider()
|
| /frameworks/base/services/tests/servicestests/src/com/android/server/ |
| D | MockStorageManager.java | 87 Pair<byte[], byte[]> auth = auths.get(0); in unlockUser() local
|
| /frameworks/base/services/core/java/com/android/server/content/ |
| D | SyncStorageEngine.java | 982 AuthorityInfo auth = removing.valueAt(i); in doDatabaseCleanup() local
|
| /frameworks/base/services/core/java/com/android/server/pm/ |
| D | Settings.java | 3385 IntentFilter.AuthorityEntry auth = tmpPa.getDataAuthority(iauth); in applyDefaultPreferredActivityLPw() local 3455 IntentFilter.AuthorityEntry auth, PatternMatcher path, int userId) { in applyDefaultPreferredActivityLPw()
|