Searched refs:readCheckedInt (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/java/com/android/internal/app/procstats/ |
D | ProcessStats.java | 1025 private boolean readCheckedInt(Parcel in, int val, String what) { in readCheckedInt() method in ProcessStats 1082 if (!readCheckedInt(in, MAGIC, "magic number")) { in readFromParcel() 1090 if (!readCheckedInt(in, STATE_COUNT, "state count")) { in readFromParcel() 1093 if (!readCheckedInt(in, ADJ_COUNT, "adj count")) { in readFromParcel() 1096 if (!readCheckedInt(in, PSS_COUNT, "pss count")) { in readFromParcel() 1099 if (!readCheckedInt(in, SYS_MEM_USAGE_COUNT, "sys mem usage count")) { in readFromParcel() 1102 if (!readCheckedInt(in, SparseMappingTable.ARRAY_SIZE, "longs size")) { in readFromParcel()
|