Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothServerSocket.java87 /*package*/ BluetoothServerSocket(int type, boolean auth, boolean encrypt, int port) in BluetoothServerSocket()
108 /*package*/ BluetoothServerSocket(int type, boolean auth, boolean encrypt, int port, in BluetoothServerSocket()
129 /*package*/ BluetoothServerSocket(int type, boolean auth, boolean encrypt, ParcelUuid uuid) in BluetoothServerSocket()
DBluetoothSocket.java173 /*package*/ BluetoothSocket(int type, int fd, boolean auth, boolean encrypt, in BluetoothSocket()
193 /*package*/ BluetoothSocket(int type, int fd, boolean auth, boolean encrypt, in BluetoothSocket()
280 private BluetoothSocket(int type, int fd, boolean auth, boolean encrypt, String address, in BluetoothSocket()
DBluetoothAdapter.java2064 boolean auth, boolean encrypt) throws IOException { in createNewRfcommSocketAndRecord()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/slice/
DSliceProviderPermissionsTest.java67 SliceAuthority auth = provider.getOrCreateAuthority("some_auth"); in testDirty_addPkg() local
120 SliceAuthority auth = provider.getOrCreateAuthority("com.android.pkg.slices"); in createProvider() local
DSliceClientPermissionsTest.java183 SliceAuthority auth = client.getOrCreateAuthority( in testDirty_addPkg() local
243 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.java1816 AuthenticationToken auth = initializeSyntheticPasswordLocked( in verifyCredential() local
2182 private void onAuthTokenKnownForUser(@UserIdInt int userId, AuthenticationToken auth) { in onAuthTokenKnownForUser()
2283 final AuthenticationToken auth = mSpManager.newSyntheticPasswordAndSid( in initializeSyntheticPasswordLocked() local
2296 mSpManager.newSidForUser(getGateKeeperService(), auth, userId); in initializeSyntheticPasswordLocked() local
2298 mSpManager.verifyChallenge(getGateKeeperService(), auth, 0L, userId); in initializeSyntheticPasswordLocked() local
2422 AuthenticationToken auth, int requestedQuality, int userId) throws RemoteException { in setLockCredentialWithAuthTokenLocked()
2437 mSpManager.verifyChallenge(getGateKeeperService(), auth, 0L, userId); in setLockCredentialWithAuthTokenLocked() local
2441 mSpManager.newSidForUser(getGateKeeperService(), auth, userId); in setLockCredentialWithAuthTokenLocked() local
2442 mSpManager.verifyChallenge(getGateKeeperService(), auth, 0L, userId); in setLockCredentialWithAuthTokenLocked() local
2489 AuthenticationToken auth = authResult.authToken; in spBasedSetLockCredentialInternalLocked() local
[all …]
DSyntheticPasswordManager.java987 @NonNull AuthenticationToken auth, long challenge, int userId) throws RemoteException { in verifyChallenge()
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
DFakeStorageManager.java72 Pair<byte[], byte[]> auth = auths.get(0); in unlockUser() local
/frameworks/base/core/java/android/content/
DContentProvider.java2016 String auth = uri.getAuthority(); in validateIncomingUri() local
2058 public static int getUserIdFromAuthority(String auth, int defaultUserId) { in getUserIdFromAuthority()
2072 public static int getUserIdFromAuthority(String auth) { in getUserIdFromAuthority()
2093 public static String getAuthorityWithoutUserId(String auth) { in getAuthorityWithoutUserId()
DContentResolver.java1779 final String auth = uri.getAuthority(); in acquireProvider() local
1798 final String auth = uri.getAuthority(); in acquireExistingProvider() local
1826 String auth = uri.getAuthority(); in acquireUnstableProvider() local
DIntentFilter.java1157 public final boolean hasDataAuthority(AuthorityEntry auth) { in hasDataAuthority()
/frameworks/base/services/core/java/com/android/server/
DIpSecService.java1398 IpSecAlgorithm auth = config.getAuthentication(); in validateAlgorithms() local
1510 IpSecAlgorithm auth = c.getAuthentication(); in createOrUpdateTransform() local
/frameworks/base/core/java/android/app/
DContextImpl.java2572 protected IContentProvider acquireProvider(Context context, String auth) { in acquireProvider()
2579 protected IContentProvider acquireExistingProvider(Context context, String auth) { in acquireExistingProvider()
2591 protected IContentProvider acquireUnstableProvider(Context c, String auth) { in acquireUnstableProvider()
2613 protected int resolveUserIdFromAuthority(String auth) { in resolveUserIdFromAuthority()
DActivityThread.java5955 Context c, String auth, int userId, boolean stable) { in acquireProvider()
5969 synchronized (getGetProviderLock(auth, userId)) { in acquireProvider() argument
5988 private Object getGetProviderLock(String auth, int userId) { in getGetProviderLock()
6069 Context c, String auth, int userId, boolean stable) { in acquireExistingProvider()
/frameworks/base/services/core/java/com/android/server/content/
DSyncStorageEngine.java1044 AuthorityInfo auth = removing.valueAt(i); in doDatabaseCleanup() local
/frameworks/base/services/core/java/com/android/server/pm/
DSettings.java3357 IntentFilter.AuthorityEntry auth = tmpPa.getDataAuthority(iauth); in applyDefaultPreferredActivityLPw() local
3427 IntentFilter.AuthorityEntry auth, PatternMatcher path, int userId) { in applyDefaultPreferredActivityLPw()