Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothServerSocket.java99 /*package*/ BluetoothServerSocket(int type, boolean auth, boolean encrypt, int port) in BluetoothServerSocket()
123 int type, boolean auth, boolean encrypt, int port, boolean pitm, boolean min16DigitPin) in BluetoothServerSocket()
144 /*package*/ BluetoothServerSocket(int type, boolean auth, boolean encrypt, ParcelUuid uuid) in BluetoothServerSocket()
173 boolean auth, in BluetoothServerSocket()
DBluetoothSocket.java232 /*package*/ BluetoothSocket(int type, boolean auth, boolean encrypt, int port, ParcelUuid uuid) in BluetoothSocket()
252 boolean auth, in BluetoothSocket()
282 boolean auth, in BluetoothSocket()
345 boolean auth, in BluetoothSocket()
369 boolean auth, in BluetoothSocket()
413 boolean auth, in BluetoothSocket()
DSocketMetrics.java55 boolean auth, in logSocketConnect()
DBluetoothAdapter.java3274 String name, UUID uuid, boolean auth, boolean encrypt) throws IOException { in createNewRfcommSocketAndRecord()
/packages/providers/MediaProvider/tests/src/com/android/providers/media/photopicker/sync/
DMediaInMediaSetsSyncWorkerTest.java189 String auth = String.valueOf(SYNC_CLOUD_ONLY); in testMediaInMediaSetSyncWithCloudProvider() local
310 String auth = String.valueOf(SYNC_LOCAL_ONLY); in testMediaInMediaSetsSyncLocalProvider() local
414 String auth = String.valueOf(SYNC_CLOUD_ONLY); in testMediaSetContentsSyncLoop() local
509 String auth = String.valueOf(SYNC_CLOUD_ONLY); in testMediaInMediaSetSyncComplete() local
/packages/apps/TvSettings/TwoPanelSettingsLib/src/com/android/tv/twopanelsettings/slices/compat/
DSliceManagerWrapper.java83 String auth = uri.getAuthority(); in maybeAddCurrentUserId() local
/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.java132 LocalUriMatcher(String auth) { in LocalUriMatcher()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/
DTestActivity.java623 public ServerSession acceptAndOpen(ServerRequestHandler handler, Authenticator auth) in acceptAndOpen()
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DPacketUtils.java362 public final EspAuth auth; field in PacketUtils.EspHeader
391 EspAuth auth) { in EspHeader()
/packages/apps/TvSettings/TwoPanelSettingsLib/src/com/android/tv/twopanelsettings/slices/base/
DSliceProvider.java390 public static String getAuthorityWithoutUserId(String auth) { in getAuthorityWithoutUserId()
/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.java1579 IpSecAlgorithm auth = config.getAuthentication(); in validateAlgorithms() local
1738 IpSecAlgorithm auth = c.getAuthentication(); in createOrUpdateTransform() local
/packages/modules/Bluetooth/system/gd/rust/linux/mgmt/src/
Dmigrate.rs46 auth: u8, field
/packages/modules/Connectivity/tests/unit/java/com/android/server/
DIpSecServiceParameterizedTest.java378 IpSecAlgorithm auth = config.getAuthentication(); in verifyTransformNetdCalledForCreatingSA() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DTbsGatt.java1370 int auth = getDeviceAuthorization(device); in onDeviceAuthorizationSet() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/
DMediaControlGattService.java1725 int auth = getDeviceAuthorization(device); in onDeviceAuthorizationSet() local
/packages/modules/Nfc/libnfc-nci/src/nfc/include/
Drw_int.h635 bool auth; member