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