HomeSort by relevance Sort by last modified time
    Searched refs:littleEndianByteArrayToInt (Results 1 - 3 of 3) sorted by null

  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/util/
NumberUtilsTest.java 36 assertEquals(1, NumberUtils.littleEndianByteArrayToInt(new byte[] {
38 assertEquals(513, NumberUtils.littleEndianByteArrayToInt(new byte[] {
40 assertEquals(197121, NumberUtils.littleEndianByteArrayToInt(new byte[] {
  /packages/apps/Bluetooth/src/com/android/bluetooth/util/
NumberUtils.java 34 public static int littleEndianByteArrayToInt(byte[] bytes) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java     [all...]

Completed in 3446 milliseconds