Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/util/
DNumberUtils.java27 public static int unsignedByteToInt(byte b) { in unsignedByteToInt() method in NumberUtils
41 int value = unsignedByteToInt(bytes[i]); in littleEndianByteArrayToInt()