Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothServerSocket.java108 /*package*/ BluetoothServerSocket(int type, boolean auth, boolean encrypt, int port) in BluetoothServerSocket()
132 /*package*/ BluetoothServerSocket(int type, boolean auth, boolean encrypt, int port, in BluetoothServerSocket()
156 /*package*/ BluetoothServerSocket(int type, boolean auth, boolean encrypt, ParcelUuid uuid) in BluetoothServerSocket()
DBluetoothSocket.java201 /*package*/ BluetoothSocket(int type, int fd, boolean auth, boolean encrypt, in BluetoothSocket()
221 /*package*/ BluetoothSocket(int type, int fd, boolean auth, boolean encrypt, in BluetoothSocket()
339 private BluetoothSocket(int type, int fd, boolean auth, boolean encrypt, String address, in BluetoothSocket()
DBluetoothAdapter.java3465 boolean auth, boolean encrypt) throws IOException { in createNewRfcommSocketAndRecord()
/packages/apps/Contacts/src/com/android/contacts/model/account/
DAccountTypeProvider.java159 final AuthenticatorDescription auth = mAuthTypes.get(type); in loadTypes() local
/packages/providers/MediaProvider/src/com/android/providers/media/
DLocalUriMatcher.java107 LocalUriMatcher(String auth) { in LocalUriMatcher()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/
DTestActivity.java604 public ServerSession acceptAndOpen(ServerRequestHandler handler, Authenticator auth) in acceptAndOpen()
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DPacketUtils.java361 public final EspAuth auth; field in PacketUtils.EspHeader
390 EspAuth auth) { in EspHeader()
/packages/apps/Dialer/java/com/android/contacts/common/model/
DAccountTypeManager.java436 final AuthenticatorDescription auth = findAuthenticator(auths, type); in loadAccountsInBackground() local
/packages/apps/Dialer/java/com/android/voicemail/impl/imap/
DImapHelper.java121 int auth = ImapStore.FLAG_NONE; in ImapHelper() local
/packages/modules/Connectivity/service-t/src/com/android/server/
DIpSecService.java1570 IpSecAlgorithm auth = config.getAuthentication(); in validateAlgorithms() local
1729 IpSecAlgorithm auth = c.getAuthentication(); in createOrUpdateTransform() local
/packages/modules/Bluetooth/system/gd/rust/linux/mgmt/src/
Dmigrate.rs45 auth: u8, field
/packages/modules/Connectivity/tests/unit/java/com/android/server/
DIpSecServiceParameterizedTest.java374 IpSecAlgorithm auth = config.getAuthentication(); in verifyTransformNetdCalledForCreatingSA() local