Searched refs:toByte (Results 1 – 4 of 4) sorted by relevance
405 private static int toByte(char c) { in toByte() method in SmsMessageTest419 (byte)((toByte(hexString.charAt(i)) << 4) | toByte(hexString.charAt(i+1))); in hexStringToByteArray()
187 assertEquals(0xFF.toByte(), blue, "blue") in testBasicDrawCpuConsumer()188 assertEquals(0xFF.toByte(), alpha, "alpha") in testBasicDrawCpuConsumer()
1895 (byte) ((toByte(hexString.charAt(i)) << 4) | toByte(hexString.charAt(i + 1))); in hexStringToByteArray()1902 private static int toByte(char c) { in toByte() method in ImsServiceTest
421 ByteArray(100 /* size */) { it.toByte() /* init */ }) {} in agent()