Searched refs:extractByte (Results 1 – 2 of 2) sorted by relevance
98 return (extractByte(longEnoughBytes, 0) in unsignedIntFromBytes()99 | extractByte(longEnoughBytes, 1) in unsignedIntFromBytes()100 | extractByte(longEnoughBytes, 2) in unsignedIntFromBytes()101 | extractByte(longEnoughBytes, 3)) in unsignedIntFromBytes()105 private static int extractByte(byte[] bytes, int index) { in extractByte() method in ActivityManagerUtils
6801 HPLcom/android/server/am/ActivityManagerUtils;->extractByte([BI)I