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

/frameworks/base/core/java/com/android/internal/app/procstats/
H A DProcessStats.java893 private boolean readCheckedInt(Parcel in, int val, String what) { method in class:ProcessStats
949 if (!readCheckedInt(in, MAGIC, "magic number")) {
957 if (!readCheckedInt(in, STATE_COUNT, "state count")) {
960 if (!readCheckedInt(in, ADJ_COUNT, "adj count")) {
963 if (!readCheckedInt(in, PSS_COUNT, "pss count")) {
966 if (!readCheckedInt(in, SYS_MEM_USAGE_COUNT, "sys mem usage count")) {
969 if (!readCheckedInt(in, SparseMappingTable.ARRAY_SIZE, "longs size")) {
/frameworks/base/config/
H A Dboot-image-profile.txt8435 HPLcom/android/internal/app/procstats/ProcessStats;->readCheckedInt(Landroid/os/Parcel;ILjava/lang/String;)Z
[all...]

Completed in 61 milliseconds