HomeSort by relevance Sort by last modified time
    Searched refs:parseUuidFrom (Results 1 - 3 of 3) 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/le/
ScanRecord.java 233 ParcelUuid serviceDataUuid = BluetoothUuid.parseUuidFrom(
282 serviceUuids.add(BluetoothUuid.parseUuidFrom(uuidBytes));
  /frameworks/base/core/java/android/bluetooth/
BluetoothUuid.java 242 public static ParcelUuid parseUuidFrom(byte[] uuidBytes) {

Completed in 361 milliseconds