Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/tests/usb/AoapPhoneCompanionApp/src/com/google/android/car/usb/aoap/companion/
H A DAoapPhoneCompanionActivity.java167 protected int byteToInt(byte[] buffer) { in byteToInt() method in AoapPhoneCompanionActivity.ProcessorThread
/aosp12/art/test/711-checker-type-conversion/src/
H A DMain.java146 private static void byteToInt() { in byteToInt() method in Main