Home
last modified time | relevance | path

Searched defs:auth (Results 1 – 19 of 19) 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.java178 /*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()
DBluetoothAdapter.java2304 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
244 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/core/java/com/android/server/locksettings/
DLockSettingsService.java1953 AuthenticationToken auth = initializeSyntheticPasswordLocked( in verifyCredential() local
2329 private void onAuthTokenKnownForUser(@UserIdInt int userId, AuthenticationToken auth) { in onAuthTokenKnownForUser()
2435 final AuthenticationToken auth = mSpManager.newSyntheticPasswordAndSid( in initializeSyntheticPasswordLocked() local
2448 mSpManager.newSidForUser(getGateKeeperService(), auth, userId); in initializeSyntheticPasswordLocked() local
2450 mSpManager.verifyChallenge(getGateKeeperService(), auth, 0L, userId); in initializeSyntheticPasswordLocked() local
2597 @CredentialType int credentialType, AuthenticationToken auth, int requestedQuality, in setLockCredentialWithAuthTokenLocked()
2613 mSpManager.verifyChallenge(getGateKeeperService(), auth, 0L, userId); in setLockCredentialWithAuthTokenLocked() local
2617 mSpManager.newSidForUser(getGateKeeperService(), auth, userId); in setLockCredentialWithAuthTokenLocked() local
2618 mSpManager.verifyChallenge(getGateKeeperService(), auth, 0L, userId); in setLockCredentialWithAuthTokenLocked() local
2676 AuthenticationToken auth = authResult.authToken; in spBasedSetLockCredentialInternalLocked() local
[all …]
DSyntheticPasswordManager.java1031 @NonNull AuthenticationToken auth, long challenge, int userId) throws RemoteException { in verifyChallenge()
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
DFakeStorageManager.java71 Pair<byte[], byte[]> auth = auths.get(0); in unlockUser() local
/frameworks/base/core/java/android/content/
DContentProvider.java2216 String auth = uri.getAuthority(); in validateIncomingUri() local
2249 public static int getUserIdFromAuthority(String auth, int defaultUserId) { in getUserIdFromAuthority()
2263 public static int getUserIdFromAuthority(String auth) { in getUserIdFromAuthority()
2284 public static String getAuthorityWithoutUserId(String auth) { in getAuthorityWithoutUserId()
DIntentFilter.java1166 public final boolean hasDataAuthority(AuthorityEntry auth) { in hasDataAuthority()
/frameworks/base/tests/net/java/com/android/server/
DIpSecServiceParameterizedTest.java302 IpSecAlgorithm auth = config.getAuthentication(); in verifyTransformNetdCalledForCreatingSA() local
/frameworks/base/services/core/java/com/android/server/
DIpSecService.java1431 IpSecAlgorithm auth = config.getAuthentication(); in validateAlgorithms() local
1582 IpSecAlgorithm auth = c.getAuthentication(); in createOrUpdateTransform() local
/frameworks/base/core/java/android/app/
DContextImpl.java2705 protected IContentProvider acquireProvider(Context context, String auth) { in acquireProvider()
2712 protected IContentProvider acquireExistingProvider(Context context, String auth) { in acquireExistingProvider()
2724 protected IContentProvider acquireUnstableProvider(Context c, String auth) { in acquireUnstableProvider()
2746 protected int resolveUserIdFromAuthority(String auth) { in resolveUserIdFromAuthority()
DActivityThread.java6546 Context c, String auth, int userId, boolean stable) { in acquireProvider()
6560 synchronized (getGetProviderLock(auth, userId)) { in acquireProvider() argument
6579 private Object getGetProviderLock(String auth, int userId) { in getGetProviderLock()
6661 Context c, String auth, int userId, boolean stable) { in acquireExistingProvider()
/frameworks/base/services/core/java/com/android/server/content/
DSyncStorageEngine.java1061 AuthorityInfo auth = removing.valueAt(i); in removeStaleAccounts() local
/frameworks/base/services/core/java/com/android/server/pm/
DSettings.java3271 final IntentFilter.AuthorityEntry auth = tmpPa.getDataAuthority(iauth); in applyDefaultPreferredActivityLPw() local
3342 IntentFilter.AuthorityEntry auth, PatternMatcher path, int userId) { in applyDefaultPreferredActivityLPw()