Home
last modified time | relevance | path

Searched refs:getValueForId (Results 1 – 6 of 6) 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.java621 long time = mDurations.getValueForId((byte)state); in getDuration()
629 return mPssTable.getValueForId((byte)state, PSS_SAMPLE_COUNT); in getPssSampleCount()
633 return mPssTable.getValueForId((byte)state, PSS_MINIMUM); in getPssMinimum()
637 return mPssTable.getValueForId((byte)state, PSS_AVERAGE); in getPssAverage()
641 return mPssTable.getValueForId((byte)state, PSS_MAXIMUM); in getPssMaximum()
645 return mPssTable.getValueForId((byte)state, PSS_USS_MINIMUM); in getPssUssMinimum()
649 return mPssTable.getValueForId((byte)state, PSS_USS_AVERAGE); in getPssUssAverage()
653 return mPssTable.getValueForId((byte)state, PSS_USS_MAXIMUM); in getPssUssMaximum()
657 return mPssTable.getValueForId((byte)state, PSS_RSS_MINIMUM); in getPssRssMinimum()
661 return mPssTable.getValueForId((byte)state, PSS_RSS_AVERAGE); in getPssRssAverage()
[all …]
DSparseMappingTable.java213 public long getValueForId(byte id) { in getValueForId() method in SparseMappingTable.Table
214 return getValueForId(id, 0); in getValueForId()
225 public long getValueForId(byte id, int index) { in getValueForId() method in SparseMappingTable.Table
DServiceState.java354 long time = mDurations.getValueForId((byte)state); in getDuration()
/frameworks/base/core/tests/coretests/src/com/android/internal/app/procstats/
DSparseMappingTableTest.java206 Assert.assertEquals(0, table.getValueForId(ID1)); in testInvalidKey()
/frameworks/base/config/
Dboot-image-profile.txt8459 HPLcom/android/internal/app/procstats/SparseMappingTable$Table;->getValueForId(BI)J