Searched refs:valueBuf (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/
H A DUtils.java81 public static int byteArrayToInt(byte[] valueBuf) { argument
82 return byteArrayToInt(valueBuf, 0);
85 public static short byteArrayToShort(byte[] valueBuf) { argument
86 ByteBuffer converter = ByteBuffer.wrap(valueBuf);
91 public static int byteArrayToInt(byte[] valueBuf, int offset) { argument
92 ByteBuffer converter = ByteBuffer.wrap(valueBuf);

Completed in 60 milliseconds