Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/procstats/
DProcessStats.java976 private boolean readCheckedInt(Parcel in, int val, String what) { in readCheckedInt() method in ProcessStats
1032 if (!readCheckedInt(in, MAGIC, "magic number")) { in readFromParcel()
1040 if (!readCheckedInt(in, STATE_COUNT, "state count")) { in readFromParcel()
1043 if (!readCheckedInt(in, ADJ_COUNT, "adj count")) { in readFromParcel()
1046 if (!readCheckedInt(in, PSS_COUNT, "pss count")) { in readFromParcel()
1049 if (!readCheckedInt(in, SYS_MEM_USAGE_COUNT, "sys mem usage count")) { in readFromParcel()
1052 if (!readCheckedInt(in, SparseMappingTable.ARRAY_SIZE, "longs size")) { in readFromParcel()
/frameworks/base/config/
Dboot-image-profile.txt27693 HSPLcom/android/internal/app/procstats/ProcessStats;->readCheckedInt(Landroid/os/Parcel;ILjava/lang…