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.java893 private boolean readCheckedInt(Parcel in, int val, String what) { in readCheckedInt() method in ProcessStats
949 if (!readCheckedInt(in, MAGIC, "magic number")) { in readFromParcel()
957 if (!readCheckedInt(in, STATE_COUNT, "state count")) { in readFromParcel()
960 if (!readCheckedInt(in, ADJ_COUNT, "adj count")) { in readFromParcel()
963 if (!readCheckedInt(in, PSS_COUNT, "pss count")) { in readFromParcel()
966 if (!readCheckedInt(in, SYS_MEM_USAGE_COUNT, "sys mem usage count")) { in readFromParcel()
969 if (!readCheckedInt(in, SparseMappingTable.ARRAY_SIZE, "longs size")) { in readFromParcel()
/frameworks/base/config/
Dboot-image-profile.txt8435 HPLcom/android/internal/app/procstats/ProcessStats;->readCheckedInt(Landroid/os/Parcel;ILjava/lang/…