Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattDebugUtils.java47 private static final String EXTRA_UUID = "uuid"; field in GattDebugUtils
147 String uuidStr = intent.getStringExtra(EXTRA_UUID); in getUuidExtra()
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
DPbapClientStateMachine.java224 ParcelUuid uuid = intent.getParcelableExtra(BluetoothDevice.EXTRA_UUID); in onReceive()
/packages/apps/Bluetooth/src/com/android/bluetooth/sdp/
DSdpManager.java453 intent.putExtra(BluetoothDevice.EXTRA_UUID, inst.getUuid()); in sendSdpIntent()
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DPhonePolicy.java172 Parcelable[] uuids = intent.getParcelableArrayExtra(BluetoothDevice.EXTRA_UUID); in handleMessage()
DRemoteDevices.java384 intent.putExtra(BluetoothDevice.EXTRA_UUID, prop == null ? null : prop.mUuids); in sendUuidIntent()
/packages/services/Car/service/src/com/android/car/
DBluetoothProfileDeviceManager.java165 Parcelable[] uuids = intent.getParcelableArrayExtra(BluetoothDevice.EXTRA_UUID); in onReceive()
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
DMapClientService.java653 ParcelUuid uuid = intent.getParcelableExtra(BluetoothDevice.EXTRA_UUID); in onReceive()
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppTransfer.java139 ParcelUuid uuid = intent.getParcelableExtra(BluetoothDevice.EXTRA_UUID); in onReceive()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DBluetoothProfileDeviceManagerTest.java318 intent.putExtra(BluetoothDevice.EXTRA_UUID, uuids); in sendDeviceUuids()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/
DPhonePolicyTest.java126 intent.putExtra(BluetoothDevice.EXTRA_UUID, uuids); in testProcessInitProfilePriorities()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapService.java1111 ParcelUuid uuid = intent.getParcelableExtra(BluetoothDevice.EXTRA_UUID); in onReceive()