Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/service_discovery/
DServiceDiscoveryTest.java119 if (BluetoothDevice.ACTION_UUID.equals(action)) { in setUp()
176 registerIntentActions(BluetoothDevice.ACTION_UUID); in remoteConnectServiceDiscoveryTest()
183 hasAction(BluetoothDevice.ACTION_UUID), in remoteConnectServiceDiscoveryTest()
195 unregisterIntentActions(BluetoothDevice.ACTION_UUID); in remoteConnectServiceDiscoveryTest()
223 BluetoothDevice.ACTION_UUID, in testServiceDiscoveryBredr_SingleIntent()
236 verifyIntentReceived(hasAction(BluetoothDevice.ACTION_UUID)); in testServiceDiscoveryBredr_SingleIntent()
246 BluetoothDevice.ACTION_UUID, in testServiceDiscoveryBredr_SingleIntent()
276 BluetoothDevice.ACTION_UUID, in testServiceDiscoveryLe_SingleIntent()
311 hasAction(BluetoothDevice.ACTION_UUID), in testServiceDiscoveryLe_SingleIntent()
322 BluetoothDevice.ACTION_UUID, in testServiceDiscoveryLe_SingleIntent()
DLeAudioServiceDiscoveryTest.java125 if (BluetoothDevice.ACTION_UUID.equals(action)) { in setUp()
214 BluetoothDevice.ACTION_UUID, in testServiceDiscoveryWithRandomAddr()
270 hasAction(BluetoothDevice.ACTION_UUID), in testServiceDiscoveryWithRandomAddr()
281 BluetoothDevice.ACTION_UUID, in testServiceDiscoveryWithRandomAddr()
/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/hid/
DHidHeadTrackerTest.java161 if (BluetoothDevice.ACTION_UUID.equals(action)) { in setUp()
301 BluetoothDevice.ACTION_UUID, in connectWithoutHidServiceTest()
315 hasAction(BluetoothDevice.ACTION_UUID), in connectWithoutHidServiceTest()
354 BluetoothDevice.ACTION_UUID, in connectWithoutHidServiceTest()
389 BluetoothDevice.ACTION_UUID, in connectWithHidServiceTest()
399 hasAction(BluetoothDevice.ACTION_UUID), in connectWithHidServiceTest()
408 BluetoothDevice.ACTION_UUID, in connectWithHidServiceTest()
DHidHostDualModeTest.java189 } else if (BluetoothDevice.ACTION_UUID.equals(action)) {
266 filter.addAction(BluetoothDevice.ACTION_UUID); in setUp()
333 hasAction(BluetoothDevice.ACTION_UUID), in setUp()
/packages/modules/Bluetooth/framework/api/
Dlint-baseline.txt30 BroadcastBehavior: android.bluetooth.BluetoothDevice#ACTION_UUID:
31 Field 'ACTION_UUID' is missing @BroadcastBehavior
Dsystem-lint-baseline.txt44 BroadcastBehavior: android.bluetooth.BluetoothDevice#ACTION_UUID:
45 Field 'ACTION_UUID' is missing @BroadcastBehavior
Dmodule-lib-lint-baseline.txt44 BroadcastBehavior: android.bluetooth.BluetoothDevice#ACTION_UUID:
45 Field 'ACTION_UUID' is missing @BroadcastBehavior
Dcurrent.txt563 …roid.Manifest.permission.BLUETOOTH_CONNECT) public static final String ACTION_UUID = "android.blue…
/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/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()
DBluetoothLeAudioConnector.java90 if (BluetoothDevice.ACTION_UUID.equals(intent.getAction())) {
214 filter.addAction(BluetoothDevice.ACTION_UUID); in registerConnectionStateReceiver()
/packages/modules/Bluetooth/android/pandora/server/src/
DGatt.kt60 intentFilter.addAction(BluetoothDevice.ACTION_UUID)
166 .filter { it.getAction() == BluetoothDevice.ACTION_UUID } in discoverServicesSdp()
/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/pairing/
DPairingTest.java1030 BluetoothDevice.ACTION_UUID, in helper_OutgoingGattServiceDiscoveryWithIncomingLePairing()
1061 intentReceiver.verifyReceived(hasAction(BluetoothDevice.ACTION_UUID)); in helper_OutgoingGattServiceDiscoveryWithIncomingLePairing()
1109 hasAction(BluetoothDevice.ACTION_UUID), in helper_OutgoingGattServiceDiscoveryWithIncomingLePairing()
DEncryptionChangeTest.java124 if (BluetoothDevice.ACTION_UUID.equals(action)) {
/packages/modules/Nfc/NfcNci/src/com/android/nfc/handover/
DBluetoothPeripheralHandover.java213 filter.addAction(BluetoothDevice.ACTION_UUID); in start()
535 } else if (BluetoothDevice.ACTION_UUID.equals(action) && mState == STATE_BONDING) { in handleIntent()
/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.java906 Intent intent = new Intent(BluetoothDevice.ACTION_UUID); in sendUuidIntent()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothDevice.java1021 public static final String ACTION_UUID = "android.bluetooth.device.action.UUID"; field in BluetoothDevice