Home
last modified time | relevance | path

Searched refs:getValueForId (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/com/android/internal/app/procstats/
DSysMemUsageTable.java150 long count = getValueForId((byte)bucket, SYS_MEM_USAGE_SAMPLE_COUNT); in dump()
179 DebugUtils.printSizeValue(pw, getValueForId((byte)bucket, index) * 1024); in dumpCategory()
181 DebugUtils.printSizeValue(pw, getValueForId((byte)bucket, index + 1) * 1024); in dumpCategory()
183 DebugUtils.printSizeValue(pw, getValueForId((byte)bucket, index+2) * 1024); in dumpCategory()
DProcessState.java676 long time = mDurations.getValueForId((byte)state); in getDuration()
684 return mPssTable.getValueForId((byte)state, PSS_SAMPLE_COUNT); in getPssSampleCount()
688 return mPssTable.getValueForId((byte)state, PSS_MINIMUM); in getPssMinimum()
692 return mPssTable.getValueForId((byte)state, PSS_AVERAGE); in getPssAverage()
696 return mPssTable.getValueForId((byte)state, PSS_MAXIMUM); in getPssMaximum()
700 return mPssTable.getValueForId((byte)state, PSS_USS_MINIMUM); in getPssUssMinimum()
704 return mPssTable.getValueForId((byte)state, PSS_USS_AVERAGE); in getPssUssAverage()
708 return mPssTable.getValueForId((byte)state, PSS_USS_MAXIMUM); in getPssUssMaximum()
712 return mPssTable.getValueForId((byte)state, PSS_RSS_MINIMUM); in getPssRssMinimum()
716 return mPssTable.getValueForId((byte)state, PSS_RSS_AVERAGE); in getPssRssAverage()
[all …]
DSparseMappingTable.java211 public long getValueForId(byte id) { in getValueForId() method in SparseMappingTable.Table
212 return getValueForId(id, 0); in getValueForId()
223 public long getValueForId(byte id, int index) { in getValueForId() method in SparseMappingTable.Table
DServiceState.java394 long time = mDurations.getValueForId((byte)state); in getDuration()
DAssociationState.java588 time = src.mDurations.getValueForId((byte)iprocstate); in dumpTime()
/frameworks/base/core/tests/coretests/src/com/android/internal/app/procstats/
DSparseMappingTableTest.java200 Assert.assertEquals(0, table.getValueForId(ID1)); in testInvalidKey()
/frameworks/base/config/
Dboot-image-profile.txt20122 HSPLcom/android/internal/app/procstats/SparseMappingTable$Table;->getValueForId(BI)J