Home
last modified time | relevance | path

Searched refs:EXTRA_UUID (Results 1 – 14 of 14) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattDebugUtils.java56 private static final String EXTRA_UUID = "uuid"; field in GattDebugUtils
148 String uuidStr = intent.getStringExtra(EXTRA_UUID); in getUuidExtra()
/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/service_discovery/
DServiceDiscoveryTest.java126 BluetoothDevice.EXTRA_UUID, ParcelUuid.class); in setUp()
185 BluetoothDevice.EXTRA_UUID, in remoteConnectServiceDiscoveryTest()
312 hasExtra(BluetoothDevice.EXTRA_UUID, Matchers.hasItemInArray(BATTERY_UUID))); in testServiceDiscoveryLe_SingleIntent()
DLeAudioServiceDiscoveryTest.java128 BluetoothDevice.EXTRA_UUID, ParcelUuid.class); in setUp()
272 BluetoothDevice.EXTRA_UUID, in testServiceDiscoveryWithRandomAddr()
/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/hid/
DHidHeadTrackerTest.java164 BluetoothDevice.EXTRA_UUID, ParcelUuid.class); in setUp()
316 hasExtra(BluetoothDevice.EXTRA_UUID, Matchers.hasItemInArray(HEADTRACKER_UUID))); in connectWithoutHidServiceTest()
400 hasExtra(BluetoothDevice.EXTRA_UUID, Matchers.hasItemInArray(HEADTRACKER_UUID))); in connectWithHidServiceTest()
DHidHostDualModeTest.java195 BluetoothDevice.EXTRA_UUID, ParcelUuid.class);
336 BluetoothDevice.EXTRA_UUID, in setUp()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/sdp/
DDipTest.java102 .isEqualTo(intent.getParcelableExtra(BluetoothDevice.EXTRA_UUID)); in verifyDipSdpRecordIntent()
/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/pairing/
DEncryptionChangeTest.java127 BluetoothDevice.EXTRA_UUID, ParcelUuid.class);
DPairingTest.java1110 hasExtra(BluetoothDevice.EXTRA_UUID, in helper_OutgoingGattServiceDiscoveryWithIncomingLePairing()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/
DBluetoothOppTransferTest.java408 intent.putExtra(BluetoothDevice.EXTRA_UUID, BluetoothUuid.OBEX_OBJECT_PUSH); in oppConnectionReceiver_onReceiveWithActionSdpRecord_withoutSdpRecord()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/sdp/
DSdpManager.java491 intent.putExtra(BluetoothDevice.EXTRA_UUID, inst.getUuid()); in sendSdpIntent()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppTransfer.java166 ParcelUuid uuid = intent.getParcelableExtra(BluetoothDevice.EXTRA_UUID); in onReceive()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DRemoteDevices.java908 intent.putExtra(BluetoothDevice.EXTRA_UUID, uuids); in sendUuidIntent()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothDevice.java1341 public static final String EXTRA_UUID = "android.bluetooth.device.extra.UUID"; field in BluetoothDevice
/packages/modules/Bluetooth/framework/api/
Dcurrent.txt594 field public static final String EXTRA_UUID = "android.bluetooth.device.extra.UUID";