Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothServerSocket.java85 /*package*/ BluetoothServerSocket(int type, boolean auth, boolean encrypt, int port) in BluetoothServerSocket()
105 /*package*/ BluetoothServerSocket(int type, boolean auth, boolean encrypt, int port, in BluetoothServerSocket()
125 /*package*/ BluetoothServerSocket(int type, boolean auth, boolean encrypt, ParcelUuid uuid) in BluetoothServerSocket()
DBluetoothSocket.java164 /*package*/ BluetoothSocket(int type, int fd, boolean auth, boolean encrypt, in BluetoothSocket()
183 /*package*/ BluetoothSocket(int type, int fd, boolean auth, boolean encrypt, in BluetoothSocket()
264 private BluetoothSocket(int type, int fd, boolean auth, boolean encrypt, String address, in BluetoothSocket()
DBluetoothAdapter.java1834 boolean auth, boolean encrypt) throws IOException { in createNewRfcommSocketAndRecord()
/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/
DLockSettingsService.java1565 AuthenticationToken auth = initializeSyntheticPasswordLocked( in verifyCredential() local
1857 AuthenticationToken auth = mSpManager.newSyntheticPasswordAndSid(getGateKeeperService(), in initializeSyntheticPasswordLocked() local
1869 mSpManager.newSidForUser(getGateKeeperService(), auth, userId); in initializeSyntheticPasswordLocked() local
1871 mSpManager.verifyChallenge(getGateKeeperService(), auth, 0L, userId); in initializeSyntheticPasswordLocked() local
1967 AuthenticationToken auth, int userId) throws RemoteException { in setLockCredentialWithAuthTokenLocked()
1982 mSpManager.verifyChallenge(getGateKeeperService(), auth, 0L, userId); in setLockCredentialWithAuthTokenLocked() local
1986 mSpManager.newSidForUser(getGateKeeperService(), auth, userId); in setLockCredentialWithAuthTokenLocked() local
1987 mSpManager.verifyChallenge(getGateKeeperService(), auth, 0L, userId); in setLockCredentialWithAuthTokenLocked() local
2031 AuthenticationToken auth = authResult.authToken; in spBasedSetLockCredentialInternalLocked() local
2064 AuthenticationToken auth = null; in addEscrowToken() local
[all …]
DIpSecService.java347 IpSecAlgorithm auth = c.getAuthentication(direction); in createTransportModeTransform() local
DSyntheticPasswordManager.java547 @NonNull AuthenticationToken auth, long challenge, int userId) throws RemoteException { in verifyChallenge()
/frameworks/base/core/java/android/content/
DContentProvider.java2016 String auth = uri.getAuthority(); in validateIncomingUri() local
2045 public static int getUserIdFromAuthority(String auth, int defaultUserId) { in getUserIdFromAuthority()
2059 public static int getUserIdFromAuthority(String auth) { in getUserIdFromAuthority()
2080 public static String getAuthorityWithoutUserId(String auth) { in getAuthorityWithoutUserId()
DContentResolver.java1731 final String auth = uri.getAuthority(); in acquireProvider() local
1750 final String auth = uri.getAuthority(); in acquireExistingProvider() local
1778 String auth = uri.getAuthority(); in acquireUnstableProvider() local
DIntentFilter.java1147 public final boolean hasDataAuthority(AuthorityEntry auth) { in hasDataAuthority()
/frameworks/base/core/java/android/app/
DContextImpl.java2478 protected IContentProvider acquireProvider(Context context, String auth) { in acquireProvider()
2485 protected IContentProvider acquireExistingProvider(Context context, String auth) { in acquireExistingProvider()
2497 protected IContentProvider acquireUnstableProvider(Context c, String auth) { in acquireUnstableProvider()
2519 protected int resolveUserIdFromAuthority(String auth) { in resolveUserIdFromAuthority()
DActivityThread.java5868 Context c, String auth, int userId, boolean stable) { in acquireProvider()
5968 Context c, String auth, int userId, boolean stable) { in acquireExistingProvider()
/frameworks/base/services/tests/servicestests/src/com/android/server/
DMockStorageManager.java87 Pair<byte[], byte[]> auth = auths.get(0); in unlockUser() local
/frameworks/base/services/core/java/com/android/server/content/
DSyncStorageEngine.java982 AuthorityInfo auth = removing.valueAt(i); in doDatabaseCleanup() local
/frameworks/base/services/core/java/com/android/server/pm/
DSettings.java3385 IntentFilter.AuthorityEntry auth = tmpPa.getDataAuthority(iauth); in applyDefaultPreferredActivityLPw() local
3455 IntentFilter.AuthorityEntry auth, PatternMatcher path, int userId) { in applyDefaultPreferredActivityLPw()