/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothServerSocket.java | 96 /*package*/ BluetoothServerSocket(int type, boolean auth, boolean encrypt, int port) in BluetoothServerSocket() 117 /*package*/ BluetoothServerSocket(int type, boolean auth, boolean encrypt, int port, in BluetoothServerSocket() 138 /*package*/ BluetoothServerSocket(int type, boolean auth, boolean encrypt, ParcelUuid uuid) in BluetoothServerSocket()
|
D | BluetoothSocket.java | 183 /*package*/ BluetoothSocket(int type, int fd, boolean auth, boolean encrypt, in BluetoothSocket() 203 /*package*/ BluetoothSocket(int type, int fd, boolean auth, boolean encrypt, in BluetoothSocket() 290 private BluetoothSocket(int type, int fd, boolean auth, boolean encrypt, String address, in BluetoothSocket()
|
D | BluetoothAdapter.java | 2841 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 261 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/tests/servicestests/src/com/android/server/locksettings/ |
D | FakeStorageManager.java | 80 Pair<byte[], byte[]> auth = auths.get(0); in unlockUser() local
|
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/ |
D | CoexCoordinator.java | 111 @NonNull SuccessfulAuth auth, @NonNull Callback callback) { in CleanupRunnable() 334 SuccessfulAuth auth = popSuccessfulFaceAuthIfExists(currentTimeMillis); in onAuthenticationRejected() local
|
/frameworks/base/services/core/java/com/android/server/locksettings/ |
D | LockSettingsService.java | 2354 AuthenticationToken auth = initializeSyntheticPasswordLocked( in verifyCredential() local 2397 private PasswordMetrics loadPasswordMetrics(AuthenticationToken auth, int userHandle) { in loadPasswordMetrics() 2760 private void onAuthTokenKnownForUser(@UserIdInt int userId, AuthenticationToken auth) { in onAuthTokenKnownForUser() 2773 AuthenticationToken auth) { in callToAuthSecretIfNeeded() 2834 final AuthenticationToken auth = mSpManager.newSyntheticPasswordAndSid( in initializeSyntheticPasswordLocked() local 2846 mSpManager.newSidForUser(getGateKeeperService(), auth, userId); in initializeSyntheticPasswordLocked() local 2848 mSpManager.verifyChallenge(getGateKeeperService(), auth, 0L, userId); in initializeSyntheticPasswordLocked() local 3030 AuthenticationToken auth, int userId) { in setLockCredentialWithAuthTokenLocked() 3045 mSpManager.verifyChallenge(getGateKeeperService(), auth, 0L, userId); in setLockCredentialWithAuthTokenLocked() local 3049 mSpManager.newSidForUser(getGateKeeperService(), auth, userId); in setLockCredentialWithAuthTokenLocked() local [all …]
|
D | SyntheticPasswordManager.java | 1180 @NonNull AuthenticationToken auth, long challenge, int userId) { in verifyChallenge()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/ |
D | CoexCoordinatorTest.java | 485 CoexCoordinator.SuccessfulAuth auth = mock(CoexCoordinator.SuccessfulAuth.class); in testCleanupRunnable() local
|
/frameworks/base/core/java/android/content/ |
D | ContentProvider.java | 2528 String auth = uri.getAuthority(); in validateIncomingUri() local 2561 public static int getUserIdFromAuthority(String auth, int defaultUserId) { in getUserIdFromAuthority() 2575 public static int getUserIdFromAuthority(String auth) { in getUserIdFromAuthority() 2606 public static String getAuthorityWithoutUserId(String auth) { in getAuthorityWithoutUserId()
|
D | IntentFilter.java | 1385 public final boolean hasDataAuthority(AuthorityEntry auth) { in hasDataAuthority()
|
/frameworks/base/services/core/java/com/android/server/ |
D | IpSecService.java | 1510 IpSecAlgorithm auth = config.getAuthentication(); in validateAlgorithms() local 1661 IpSecAlgorithm auth = c.getAuthentication(); in createOrUpdateTransform() local
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | LockTaskController.java | 328 int auth = getLockTaskAuth(activity, null /* task */); in isNewTaskLockTaskModeViolation() local
|
/frameworks/base/core/java/android/app/ |
D | ContextImpl.java | 3316 protected IContentProvider acquireProvider(Context context, String auth) { in acquireProvider() 3323 protected IContentProvider acquireExistingProvider(Context context, String auth) { in acquireExistingProvider() 3335 protected IContentProvider acquireUnstableProvider(Context c, String auth) { in acquireUnstableProvider() 3357 protected int resolveUserIdFromAuthority(String auth) { in resolveUserIdFromAuthority()
|
D | ActivityThread.java | 470 public static int hashCode(final String auth, final int userIdent) { in hashCode() 6960 Context c, String auth, int userId, boolean stable) { in acquireProvider() 7017 private ProviderKey getGetProviderKey(String auth, int userId) { in getGetProviderKey() 7099 Context c, String auth, int userId, boolean stable) { in acquireExistingProvider()
|
/frameworks/base/core/tests/coretests/src/android/app/servertransaction/ |
D | TransactionParcelTests.java | 685 public void notifyContentProviderPublishStatus(ContentProviderHolder holder, String auth, in notifyContentProviderPublishStatus()
|
/frameworks/base/services/core/java/com/android/server/content/ |
D | SyncStorageEngine.java | 1080 AuthorityInfo auth = removing.valueAt(i); in removeStaleAccounts() local
|