Home
last modified time | relevance | path

Searched defs:valueBuf (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/
DUtils.java120 public static int byteArrayToInt(byte[] valueBuf) { in byteArrayToInt()
124 public static short byteArrayToShort(byte[] valueBuf) { in byteArrayToShort()
130 public static int byteArrayToInt(byte[] valueBuf, int offset) { in byteArrayToInt()
136 public static String byteArrayToString(byte[] valueBuf) { in byteArrayToString()
153 public static String byteArrayToUtf8String(byte[] valueBuf) { in byteArrayToUtf8String()