Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/app/procstats/
H A DDurationsTable.java37 this.addDuration(SparseMappingTable.getIdFromKey(key), from.getValue(key)); in addDurations()
H A DProcessState.java850 int type = SparseMappingTable.getIdFromKey(key); in aggregatePss()
894 final int type = SparseMappingTable.getIdFromKey(key); in aggregatePss()
1413 final int type = SparseMappingTable.getIdFromKey(key); in dumpAllStateCheckin()
1430 final int type = SparseMappingTable.getIdFromKey(key); in dumpAllPssCheckin()
1492 final int type = SparseMappingTable.getIdFromKey(key); in dumpDebug()
1506 final int type = SparseMappingTable.getIdFromKey(key); in dumpDebug()
1591 final int type = SparseMappingTable.getIdFromKey(key); in dumpStateDurationToStatsd()
1659 final int type = SparseMappingTable.getIdFromKey(key); in dumpAggregatedProtoForStatsd()
1697 final int type = SparseMappingTable.getIdFromKey(key); in dumpAggregatedProtoForStatsd()
H A DSparseMappingTable.java97 final byte id = SparseMappingTable.getIdFromKey(theirKey); in copyFrom()
618 public static byte getIdFromKey(int key) { in getIdFromKey() method in SparseMappingTable
H A DSysMemUsageTable.java66 final int state = SparseMappingTable.getIdFromKey(key); in mergeStats()
H A DUidState.java239 final int combinedState = SparseMappingTable.getIdFromKey(key); in getAggregatedDurationsInStates()
H A DPssTable.java54 final int state = SparseMappingTable.getIdFromKey(thatKey); in mergeStats()
H A DServiceState.java539 int type = SparseMappingTable.getIdFromKey(key);
603 int type = SparseMappingTable.getIdFromKey(key);
H A DAssociationState.java1108 final int procState = SparseMappingTable.getIdFromKey(dkey); in dumpTimesCheckin()
1167 final int procState = SparseMappingTable.getIdFromKey(dkey); in dumpDebug()
H A DProcessStats.java2238 final int type = SparseMappingTable.getIdFromKey(key); in dumpCheckinLocked()