Searched refs:toByte (Results 1 – 4 of 4) sorted by relevance
373 private static int toByte(char c) { in toByte() method in TelephonyUtils387 (byte) ((toByte(hexString.charAt(i)) << 4) | toByte(hexString.charAt(i + 1))); in hexStringToByteArray()
155 rawData[i] = d.toByte() in readData()
187 assertEquals(0xFF.toByte(), blue, "blue") in testBasicDrawCpuConsumer()188 assertEquals(0xFF.toByte(), alpha, "alpha") in testBasicDrawCpuConsumer()
6691 (byte) ((toByte(hexString.charAt(i)) << 4) | toByte(hexString.charAt(i + 1)));6698 private static int toByte(char c) {