Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothServerSocket.java97 /*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()
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.java2525 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.java2021 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 …]
DSyntheticPasswordManager.java1031 @NonNull AuthenticationToken auth, long challenge, int userId) throws RemoteException { in verifyChallenge()
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
DFakeStorageManager.java80 Pair<byte[], byte[]> auth = auths.get(0); in unlockUser() local
/frameworks/base/core/java/android/content/
DContentProvider.java2215 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()
DIntentFilter.java1164 public final boolean hasDataAuthority(AuthorityEntry auth) { in hasDataAuthority()
/frameworks/base/tests/net/java/com/android/server/
DIpSecServiceParameterizedTest.java305 IpSecAlgorithm auth = config.getAuthentication(); in verifyTransformNetdCalledForCreatingSA() local
/frameworks/base/services/core/java/com/android/server/
DIpSecService.java1446 IpSecAlgorithm auth = config.getAuthentication(); in validateAlgorithms() local
1597 IpSecAlgorithm auth = c.getAuthentication(); in createOrUpdateTransform() local
/frameworks/base/core/java/android/app/
DContextImpl.java2764 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()
DActivityThread.java6586 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/
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()