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

  /frameworks/base/core/java/android/bluetooth/
BluetoothGattCharacteristic.java 530 return unsignedBytesToInt(mValue[offset], mValue[offset + 1]);
533 return unsignedBytesToInt(mValue[offset], mValue[offset + 1],
539 return unsignedToSigned(unsignedBytesToInt(mValue[offset],
543 return unsignedToSigned(unsignedBytesToInt(mValue[offset],
720 private int unsignedBytesToInt(byte b0, byte b1) {
727 private int unsignedBytesToInt(byte b0, byte b1, byte b2, byte b3) {
  /external/robolectric/v3/runtime/
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.3_r2-robolectric-0.jar 

Completed in 57 milliseconds