Home
last modified time | relevance | path

Searched refs:extractByte (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerUtils.java98 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
/frameworks/base/services/
Dart-profile6801 HPLcom/android/server/am/ActivityManagerUtils;->extractByte([BI)I