/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/service_discovery/ |
D | ServiceDiscoveryTest.java | 119 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()
|
D | LeAudioServiceDiscoveryTest.java | 125 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/ |
D | HidHeadTrackerTest.java | 161 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()
|
D | HidHostDualModeTest.java | 189 } 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/ |
D | lint-baseline.txt | 30 BroadcastBehavior: android.bluetooth.BluetoothDevice#ACTION_UUID: 31 Field 'ACTION_UUID' is missing @BroadcastBehavior
|
D | system-lint-baseline.txt | 44 BroadcastBehavior: android.bluetooth.BluetoothDevice#ACTION_UUID: 45 Field 'ACTION_UUID' is missing @BroadcastBehavior
|
D | module-lib-lint-baseline.txt | 44 BroadcastBehavior: android.bluetooth.BluetoothDevice#ACTION_UUID: 45 Field 'ACTION_UUID' is missing @BroadcastBehavior
|
D | current.txt | 563 …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/ |
D | BluetoothDeviceTypeChecker.java | 106 filter.addAction(BluetoothDevice.ACTION_UUID); in blockingFetchUuids() 131 && BluetoothDevice.ACTION_UUID.equals(intent.getAction())) {
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/ |
D | BluetoothA2dpConnector.java | 95 if (BluetoothDevice.ACTION_UUID.equals(intent.getAction())) { 216 filter.addAction(BluetoothDevice.ACTION_UUID); in registerConnectionStateReceiver()
|
D | BluetoothLeAudioConnector.java | 90 if (BluetoothDevice.ACTION_UUID.equals(intent.getAction())) { 214 filter.addAction(BluetoothDevice.ACTION_UUID); in registerConnectionStateReceiver()
|
/packages/modules/Bluetooth/android/pandora/server/src/ |
D | Gatt.kt | 60 intentFilter.addAction(BluetoothDevice.ACTION_UUID) 166 .filter { it.getAction() == BluetoothDevice.ACTION_UUID } in discoverServicesSdp()
|
/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/pairing/ |
D | PairingTest.java | 1030 BluetoothDevice.ACTION_UUID, in helper_OutgoingGattServiceDiscoveryWithIncomingLePairing() 1061 intentReceiver.verifyReceived(hasAction(BluetoothDevice.ACTION_UUID)); in helper_OutgoingGattServiceDiscoveryWithIncomingLePairing() 1109 hasAction(BluetoothDevice.ACTION_UUID), in helper_OutgoingGattServiceDiscoveryWithIncomingLePairing()
|
D | EncryptionChangeTest.java | 124 if (BluetoothDevice.ACTION_UUID.equals(action)) {
|
/packages/modules/Nfc/NfcNci/src/com/android/nfc/handover/ |
D | BluetoothPeripheralHandover.java | 213 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/ |
D | FastPairGattServerTest.java | 858 Intent unknown = new Intent(BluetoothDevice.ACTION_UUID); in testUnknownBroadcastAction_broadcastIgnored()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/ |
D | RemoteDevices.java | 906 Intent intent = new Intent(BluetoothDevice.ACTION_UUID); in sendUuidIntent()
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothDevice.java | 1021 public static final String ACTION_UUID = "android.bluetooth.device.action.UUID"; field in BluetoothDevice
|