/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
H A D | GattDebugUtils.java | 47 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 D | DipTest.java | 103 …t(Utils.byteArrayToUuid(uuid)[0]).isEqualTo(intent.getParcelableExtra(BluetoothDevice.EXTRA_UUID)); in verifyDipSdpRecordIntent()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/ |
H A D | PbapClientStateMachine.java | 226 ParcelUuid uuid = intent.getParcelableExtra(BluetoothDevice.EXTRA_UUID); in onReceive()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/sdp/ |
H A D | SdpManager.java | 489 intent.putExtra(BluetoothDevice.EXTRA_UUID, inst.getUuid()); in sendSdpIntent()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
H A D | PhonePolicy.java | 186 Parcelable[] uuids = intent.getParcelableArrayExtra(BluetoothDevice.EXTRA_UUID); in handleMessage()
|
H A D | RemoteDevices.java | 414 intent.putExtra(BluetoothDevice.EXTRA_UUID, prop == null ? null : prop.mUuids); in sendUuidIntent()
|
/aosp12/frameworks/base/services/core/java/com/android/server/storage/ |
H A D | DeviceStorageMonitorService.java | 466 lowMemIntent.putExtra(StorageManager.EXTRA_UUID, uuid); in updateNotifications()
|
/aosp12/packages/services/Car/service/src/com/android/car/ |
H A D | BluetoothProfileDeviceManager.java | 167 Parcelable[] uuids = intent.getParcelableArrayExtra(BluetoothDevice.EXTRA_UUID); in onReceive()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/ |
H A D | MapClientService.java | 664 ParcelUuid uuid = intent.getParcelableExtra(BluetoothDevice.EXTRA_UUID); in onReceive()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
H A D | BluetoothOppTransfer.java | 142 ParcelUuid uuid = intent.getParcelableExtra(BluetoothDevice.EXTRA_UUID); in onReceive()
|
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/ |
H A D | BluetoothProfileDeviceManagerTest.java | 316 intent.putExtra(BluetoothDevice.EXTRA_UUID, uuids); in sendDeviceUuids()
|
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/ |
H A D | PhonePolicyTest.java | 131 intent.putExtra(BluetoothDevice.EXTRA_UUID, uuids); in testProcessInitProfilePriorities()
|
/aosp12/frameworks/base/core/java/android/bluetooth/ |
H A D | BluetoothDevice.java | 951 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 D | BluetoothMapService.java | 1125 ParcelUuid uuid = intent.getParcelableExtra(BluetoothDevice.EXTRA_UUID); in onReceive()
|
/aosp12/frameworks/base/core/java/android/os/storage/ |
H A D | StorageManager.java | 243 public static final String EXTRA_UUID = "android.os.storage.extra.UUID"; field in StorageManager
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 9082 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 D | android-22.txt | 6233 field public static final java.lang.String EXTRA_UUID = "android.bluetooth.device.extra.UUID";
|