/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothServerSocket.java | 97 /*package*/ BluetoothServerSocket(int type, boolean auth, boolean encrypt, int port) in BluetoothServerSocket() 118 /*package*/ BluetoothServerSocket(int type, boolean auth, boolean encrypt, int port, in BluetoothServerSocket() 139 /*package*/ BluetoothServerSocket(int type, boolean auth, boolean encrypt, ParcelUuid uuid) in BluetoothServerSocket()
|
D | BluetoothSocket.java | 178 /*package*/ BluetoothSocket(int type, int fd, boolean auth, boolean encrypt, in BluetoothSocket() 198 /*package*/ BluetoothSocket(int type, int fd, boolean auth, boolean encrypt, in BluetoothSocket() 285 private BluetoothSocket(int type, int fd, boolean auth, boolean encrypt, String address, in BluetoothSocket()
|
D | BluetoothAdapter.java | 2525 boolean auth, boolean encrypt) throws IOException { in createNewRfcommSocketAndRecord()
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/slice/ |
D | SliceProviderPermissionsTest.java | 68 SliceAuthority auth = provider.getOrCreateAuthority("some_auth"); in testDirty_addPkg() local 121 SliceAuthority auth = provider.getOrCreateAuthority("com.android.pkg.slices"); in createProvider() local
|
D | SliceClientPermissionsTest.java | 184 SliceAuthority auth = client.getOrCreateAuthority( in testDirty_addPkg() local 244 SliceAuthority auth = client.getOrCreateAuthority( in createClient() local
|
/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/locksettings/ |
D | LockSettingsService.java | 2021 AuthenticationToken auth = initializeSyntheticPasswordLocked( in verifyCredential() local 2397 private void onAuthTokenKnownForUser(@UserIdInt int userId, AuthenticationToken auth) { in onAuthTokenKnownForUser() 2503 final AuthenticationToken auth = mSpManager.newSyntheticPasswordAndSid( in initializeSyntheticPasswordLocked() local 2516 mSpManager.newSidForUser(getGateKeeperService(), auth, userId); in initializeSyntheticPasswordLocked() local 2518 mSpManager.verifyChallenge(getGateKeeperService(), auth, 0L, userId); in initializeSyntheticPasswordLocked() local 2659 @CredentialType int credentialType, AuthenticationToken auth, int requestedQuality, in setLockCredentialWithAuthTokenLocked() 2675 mSpManager.verifyChallenge(getGateKeeperService(), auth, 0L, userId); in setLockCredentialWithAuthTokenLocked() local 2679 mSpManager.newSidForUser(getGateKeeperService(), auth, userId); in setLockCredentialWithAuthTokenLocked() local 2680 mSpManager.verifyChallenge(getGateKeeperService(), auth, 0L, userId); in setLockCredentialWithAuthTokenLocked() local 2738 AuthenticationToken auth = authResult.authToken; in spBasedSetLockCredentialInternalLocked() local [all …]
|
D | SyntheticPasswordManager.java | 1031 @NonNull AuthenticationToken auth, long challenge, int userId) throws RemoteException { in verifyChallenge()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/ |
D | FakeStorageManager.java | 80 Pair<byte[], byte[]> auth = auths.get(0); in unlockUser() local
|
/frameworks/base/core/java/android/content/ |
D | ContentProvider.java | 2215 String auth = uri.getAuthority(); in validateIncomingUri() local 2248 public static int getUserIdFromAuthority(String auth, int defaultUserId) { in getUserIdFromAuthority() 2262 public static int getUserIdFromAuthority(String auth) { in getUserIdFromAuthority() 2283 public static String getAuthorityWithoutUserId(String auth) { in getAuthorityWithoutUserId()
|
D | IntentFilter.java | 1164 public final boolean hasDataAuthority(AuthorityEntry auth) { in hasDataAuthority()
|
/frameworks/base/tests/net/java/com/android/server/ |
D | IpSecServiceParameterizedTest.java | 305 IpSecAlgorithm auth = config.getAuthentication(); in verifyTransformNetdCalledForCreatingSA() local
|
/frameworks/base/services/core/java/com/android/server/ |
D | IpSecService.java | 1446 IpSecAlgorithm auth = config.getAuthentication(); in validateAlgorithms() local 1597 IpSecAlgorithm auth = c.getAuthentication(); in createOrUpdateTransform() local
|
/frameworks/base/core/java/android/app/ |
D | ContextImpl.java | 2764 protected IContentProvider acquireProvider(Context context, String auth) { in acquireProvider() 2771 protected IContentProvider acquireExistingProvider(Context context, String auth) { in acquireExistingProvider() 2783 protected IContentProvider acquireUnstableProvider(Context c, String auth) { in acquireUnstableProvider() 2805 protected int resolveUserIdFromAuthority(String auth) { in resolveUserIdFromAuthority()
|
D | ActivityThread.java | 6586 Context c, String auth, int userId, boolean stable) { in acquireProvider() 6600 synchronized (getGetProviderLock(auth, userId)) { in acquireProvider() argument 6619 private Object getGetProviderLock(String auth, int userId) { in getGetProviderLock() 6701 Context c, String auth, int userId, boolean stable) { in acquireExistingProvider()
|
/frameworks/base/services/core/java/com/android/server/content/ |
D | SyncStorageEngine.java | 1061 AuthorityInfo auth = removing.valueAt(i); in removeStaleAccounts() local
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | Settings.java | 3271 final IntentFilter.AuthorityEntry auth = tmpPa.getDataAuthority(iauth); in applyDefaultPreferredActivityLPw() local 3342 IntentFilter.AuthorityEntry auth, PatternMatcher path, int userId) { in applyDefaultPreferredActivityLPw()
|