Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/procstats/
DDurationsTable.java37 this.addDuration(SparseMappingTable.getIdFromKey(key), from.getValue(key)); in addDurations()
DSparseMappingTable.java97 final byte id = SparseMappingTable.getIdFromKey(theirKey); in copyFrom()
618 public static byte getIdFromKey(int key) { in getIdFromKey() method in SparseMappingTable
DProcessState.java736 int type = SparseMappingTable.getIdFromKey(key); in aggregatePss()
780 final int type = SparseMappingTable.getIdFromKey(key); in aggregatePss()
1285 final int type = SparseMappingTable.getIdFromKey(key); in dumpAllStateCheckin()
1302 final int type = SparseMappingTable.getIdFromKey(key); in dumpAllPssCheckin()
1364 final int type = SparseMappingTable.getIdFromKey(key); in writeToProto()
1378 final int type = SparseMappingTable.getIdFromKey(key); in writeToProto()
DSysMemUsageTable.java66 final int state = SparseMappingTable.getIdFromKey(key); in mergeStats()
DPssTable.java54 final int state = SparseMappingTable.getIdFromKey(thatKey); in mergeStats()
DServiceState.java539 int type = SparseMappingTable.getIdFromKey(key);
603 int type = SparseMappingTable.getIdFromKey(key);
DAssociationState.java678 final int procState = SparseMappingTable.getIdFromKey(dkey); in dumpTimesCheckin()
729 final int procState = SparseMappingTable.getIdFromKey(dkey); in writeToProto()
DProcessStats.java2056 final int type = SparseMappingTable.getIdFromKey(key); in dumpCheckinLocked()