Searched refs:byteArrayToInt (Results 1 – 7 of 7) sorted by relevance
177 public static int byteArrayToInt(byte[] byteArray) { in byteArrayToInt() method in ByteArrayConverter
308 public static int byteArrayToInt(byte[] valueBuf) { in byteArrayToInt() method in Utils309 return byteArrayToInt(valueBuf, 0); in byteArrayToInt()318 public static int byteArrayToInt(byte[] valueBuf, int offset) { in byteArrayToInt() method in Utils
1021 int mode = Utils.byteArrayToInt(val, 0); in adapterPropertyChangedCallback()1045 mDiscoverableTimeout = Utils.byteArrayToInt(val, 0); in adapterPropertyChangedCallback()
911 final int newBluetoothClass = Utils.byteArrayToInt(val); in devicePropertyChangedCallback()973 deviceProperties.setDeviceType(Utils.byteArrayToInt(val)); in devicePropertyChangedCallback()
3198 Utils.byteArrayToInt(passkey)); in setPasskey()
885 bisSyncState.add((long) Utils.byteArrayToInt(bisSyncIndex)); in parseBroadcastReceiverState()
com/google/crypto/tink/subtle/prf/StreamingPrf.class StreamingPrf.java package ...