Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/procstats/
DProcessStats.java978 private boolean readCheckedInt(Parcel in, int val, String what) { in readCheckedInt() method in ProcessStats
1034 if (!readCheckedInt(in, MAGIC, "magic number")) { in readFromParcel()
1042 if (!readCheckedInt(in, STATE_COUNT, "state count")) { in readFromParcel()
1045 if (!readCheckedInt(in, ADJ_COUNT, "adj count")) { in readFromParcel()
1048 if (!readCheckedInt(in, PSS_COUNT, "pss count")) { in readFromParcel()
1051 if (!readCheckedInt(in, SYS_MEM_USAGE_COUNT, "sys mem usage count")) { in readFromParcel()
1054 if (!readCheckedInt(in, SparseMappingTable.ARRAY_SIZE, "longs size")) { in readFromParcel()