Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattDebugUtils.java47 private static final String EXTRA_UUID = "uuid"; field in GattDebugUtils
147 String uuidStr = intent.getStringExtra(EXTRA_UUID); in getUuidExtra()
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/sdp/
H A DDipTest.java103 …t(Utils.byteArrayToUuid(uuid)[0]).isEqualTo(intent.getParcelableExtra(BluetoothDevice.EXTRA_UUID)); in verifyDipSdpRecordIntent()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
H A DPbapClientStateMachine.java226 ParcelUuid uuid = intent.getParcelableExtra(BluetoothDevice.EXTRA_UUID); in onReceive()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/sdp/
H A DSdpManager.java489 intent.putExtra(BluetoothDevice.EXTRA_UUID, inst.getUuid()); in sendSdpIntent()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DPhonePolicy.java186 Parcelable[] uuids = intent.getParcelableArrayExtra(BluetoothDevice.EXTRA_UUID); in handleMessage()
H A DRemoteDevices.java414 intent.putExtra(BluetoothDevice.EXTRA_UUID, prop == null ? null : prop.mUuids); in sendUuidIntent()
/aosp12/frameworks/base/services/core/java/com/android/server/storage/
H A DDeviceStorageMonitorService.java466 lowMemIntent.putExtra(StorageManager.EXTRA_UUID, uuid); in updateNotifications()
/aosp12/packages/services/Car/service/src/com/android/car/
H A DBluetoothProfileDeviceManager.java167 Parcelable[] uuids = intent.getParcelableArrayExtra(BluetoothDevice.EXTRA_UUID); in onReceive()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
H A DMapClientService.java664 ParcelUuid uuid = intent.getParcelableExtra(BluetoothDevice.EXTRA_UUID); in onReceive()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppTransfer.java142 ParcelUuid uuid = intent.getParcelableExtra(BluetoothDevice.EXTRA_UUID); in onReceive()
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
H A DBluetoothProfileDeviceManagerTest.java316 intent.putExtra(BluetoothDevice.EXTRA_UUID, uuids); in sendDeviceUuids()
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/
H A DPhonePolicyTest.java131 intent.putExtra(BluetoothDevice.EXTRA_UUID, uuids); in testProcessInitProfilePriorities()
/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothDevice.java951 public static final String EXTRA_UUID = "android.bluetooth.device.extra.UUID"; field in BluetoothDevice
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapService.java1125 ParcelUuid uuid = intent.getParcelableExtra(BluetoothDevice.EXTRA_UUID); in onReceive()
/aosp12/frameworks/base/core/java/android/os/storage/
H A DStorageManager.java243 public static final String EXTRA_UUID = "android.os.storage.extra.UUID"; field in StorageManager
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt9082 field public static final String EXTRA_UUID = "android.bluetooth.device.extra.UUID";
32414 field public static final String EXTRA_UUID = "android.os.storage.extra.UUID";
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt6233 field public static final java.lang.String EXTRA_UUID = "android.bluetooth.device.extra.UUID";