Home
last modified time | relevance | path

Searched refs:ACTION_UUID (Results 1 – 12 of 12) sorted by relevance

/packages/modules/Bluetooth/framework/api/
Dlint-baseline.txt30 BroadcastBehavior: android.bluetooth.BluetoothDevice#ACTION_UUID:
31 Field 'ACTION_UUID' is missing @BroadcastBehavior
Dmodule-lib-lint-baseline.txt44 BroadcastBehavior: android.bluetooth.BluetoothDevice#ACTION_UUID:
45 Field 'ACTION_UUID' is missing @BroadcastBehavior
Dsystem-lint-baseline.txt44 BroadcastBehavior: android.bluetooth.BluetoothDevice#ACTION_UUID:
45 Field 'ACTION_UUID' is missing @BroadcastBehavior
Dcurrent.txt557 …roid.Manifest.permission.BLUETOOTH_CONNECT) public static final String ACTION_UUID = "android.blue…
/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/
DSdpClientTest.java60 if (BluetoothDevice.ACTION_UUID.equals(intent.getAction())) {
71 IntentFilter filter = new IntentFilter(BluetoothDevice.ACTION_UUID); in remoteConnectServiceDiscoveryTest()
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/bluetooth/
DBluetoothDeviceTypeChecker.java106 filter.addAction(BluetoothDevice.ACTION_UUID); in blockingFetchUuids()
131 && BluetoothDevice.ACTION_UUID.equals(intent.getAction())) {
/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/pairing/
DPairingTest.java130 if (BluetoothDevice.ACTION_UUID.equals(action)) { in setUp()
391 BluetoothDevice.ACTION_UUID, in helper_OutgoingGattServiceDiscoveryWithIncomingLePairing()
421 verifyIntentReceivedUnordered(hasAction(BluetoothDevice.ACTION_UUID)); in helper_OutgoingGattServiceDiscoveryWithIncomingLePairing()
467 hasAction(BluetoothDevice.ACTION_UUID), in helper_OutgoingGattServiceDiscoveryWithIncomingLePairing()
475 BluetoothDevice.ACTION_UUID, in helper_OutgoingGattServiceDiscoveryWithIncomingLePairing()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DBluetoothA2dpConnector.java95 if (BluetoothDevice.ACTION_UUID.equals(intent.getAction())) {
216 filter.addAction(BluetoothDevice.ACTION_UUID); in registerConnectionStateReceiver()
/packages/modules/Bluetooth/android/pandora/server/src/
DGatt.kt59 intentFilter.addAction(BluetoothDevice.ACTION_UUID)
165 .filter { it.getAction() == BluetoothDevice.ACTION_UUID } in discoverServicesSdp()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/bluetooth/
DFastPairGattServerTest.java858 Intent unknown = new Intent(BluetoothDevice.ACTION_UUID); in testUnknownBroadcastAction_broadcastIgnored()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DRemoteDevices.java695 Intent intent = new Intent(BluetoothDevice.ACTION_UUID); in sendUuidIntent()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothDevice.java902 public static final String ACTION_UUID = "android.bluetooth.device.action.UUID"; field in BluetoothDevice