| /frameworks/base/core/java/android/bluetooth/ |
| D | BluetoothServerSocket.java | 87 /*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()
|
| D | BluetoothSocket.java | 173 /*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()
|
| D | BluetoothAdapter.java | 2064 boolean auth, boolean encrypt) throws IOException { in createNewRfcommSocketAndRecord()
|
| /frameworks/base/services/tests/uiservicestests/src/com/android/server/slice/ |
| D | SliceProviderPermissionsTest.java | 67 SliceAuthority auth = provider.getOrCreateAuthority("some_auth"); in testDirty_addPkg() local 120 SliceAuthority auth = provider.getOrCreateAuthority("com.android.pkg.slices"); in createProvider() local
|
| D | SliceClientPermissionsTest.java | 183 SliceAuthority auth = client.getOrCreateAuthority( in testDirty_addPkg() local 243 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/core/java/com/android/server/locksettings/ |
| D | LockSettingsService.java | 1816 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 …]
|
| D | SyntheticPasswordManager.java | 987 @NonNull AuthenticationToken auth, long challenge, int userId) throws RemoteException { in verifyChallenge()
|
| /frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/ |
| D | FakeStorageManager.java | 72 Pair<byte[], byte[]> auth = auths.get(0); in unlockUser() local
|
| /frameworks/base/core/java/android/content/ |
| D | ContentProvider.java | 2016 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()
|
| D | ContentResolver.java | 1779 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
|
| D | IntentFilter.java | 1157 public final boolean hasDataAuthority(AuthorityEntry auth) { in hasDataAuthority()
|
| /frameworks/base/services/core/java/com/android/server/ |
| D | IpSecService.java | 1398 IpSecAlgorithm auth = config.getAuthentication(); in validateAlgorithms() local 1510 IpSecAlgorithm auth = c.getAuthentication(); in createOrUpdateTransform() local
|
| /frameworks/base/core/java/android/app/ |
| D | ContextImpl.java | 2572 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()
|
| D | ActivityThread.java | 5955 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/ |
| D | SyncStorageEngine.java | 1044 AuthorityInfo auth = removing.valueAt(i); in doDatabaseCleanup() local
|
| /frameworks/base/services/core/java/com/android/server/pm/ |
| D | Settings.java | 3357 IntentFilter.AuthorityEntry auth = tmpPa.getDataAuthority(iauth); in applyDefaultPreferredActivityLPw() local 3427 IntentFilter.AuthorityEntry auth, PatternMatcher path, int userId) { in applyDefaultPreferredActivityLPw()
|