Home
last modified time | relevance | path

Searched defs:auth (Results 1 – 21 of 21) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
DBluetoothServerSocket.java96 /*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()
DBluetoothSocket.java183 /*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()
DBluetoothAdapter.java2841 boolean auth, boolean encrypt) throws IOException { in createNewRfcommSocketAndRecord()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/slice/
DSliceProviderPermissionsTest.java68 SliceAuthority auth = provider.getOrCreateAuthority("some_auth"); in testDirty_addPkg() local
121 SliceAuthority auth = provider.getOrCreateAuthority("com.android.pkg.slices"); in createProvider() local
DSliceClientPermissionsTest.java184 SliceAuthority auth = client.getOrCreateAuthority( in testDirty_addPkg() local
261 SliceAuthority auth = client.getOrCreateAuthority( in createClient() local
/frameworks/base/obex/javax/obex/
DSessionNotifier.java127 ObexSession acceptAndOpen(ServerRequestHandler handler, Authenticator auth) throws IOException; in acceptAndOpen()
DClientSession.java325 public void setAuthenticator(Authenticator auth) throws IOException { in setAuthenticator()
DServerSession.java74 public ServerSession(ObexTransport trans, ServerRequestHandler handler, Authenticator auth) in ServerSession()
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
DFakeStorageManager.java80 Pair<byte[], byte[]> auth = auths.get(0); in unlockUser() local
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
DCoexCoordinator.java111 @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/
DLockSettingsService.java2354 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 …]
DSyntheticPasswordManager.java1180 @NonNull AuthenticationToken auth, long challenge, int userId) { in verifyChallenge()
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/
DCoexCoordinatorTest.java485 CoexCoordinator.SuccessfulAuth auth = mock(CoexCoordinator.SuccessfulAuth.class); in testCleanupRunnable() local
/frameworks/base/core/java/android/content/
DContentProvider.java2528 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()
DIntentFilter.java1385 public final boolean hasDataAuthority(AuthorityEntry auth) { in hasDataAuthority()
/frameworks/base/services/core/java/com/android/server/
DIpSecService.java1510 IpSecAlgorithm auth = config.getAuthentication(); in validateAlgorithms() local
1661 IpSecAlgorithm auth = c.getAuthentication(); in createOrUpdateTransform() local
/frameworks/base/services/core/java/com/android/server/wm/
DLockTaskController.java328 int auth = getLockTaskAuth(activity, null /* task */); in isNewTaskLockTaskModeViolation() local
/frameworks/base/core/java/android/app/
DContextImpl.java3316 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()
DActivityThread.java470 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/
DTransactionParcelTests.java685 public void notifyContentProviderPublishStatus(ContentProviderHolder holder, String auth, in notifyContentProviderPublishStatus()
/frameworks/base/services/core/java/com/android/server/content/
DSyncStorageEngine.java1080 AuthorityInfo auth = removing.valueAt(i); in removeStaleAccounts() local