HomeSort by relevance Sort by last modified time
    Searched defs:parseUuidFrom (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothUuidTest.java 37 BluetoothUuid.parseUuidFrom(uuid16));
42 BluetoothUuid.parseUuidFrom(uuid32));
48 BluetoothUuid.parseUuidFrom(uuid128));
  /frameworks/base/core/java/android/bluetooth/
BluetoothUuid.java 250 public static ParcelUuid parseUuidFrom(byte[] uuidBytes) {
  /frameworks/base/core/java/android/bluetooth/le/
ScanRecord.java 241 ParcelUuid serviceDataUuid = BluetoothUuid.parseUuidFrom(
291 serviceUuids.add(BluetoothUuid.parseUuidFrom(uuidBytes));
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 

Completed in 57 milliseconds