Searched refs:getValueForId (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/com/android/internal/app/procstats/ |
D | SysMemUsageTable.java | 150 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()
|
D | ProcessState.java | 621 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 …]
|
D | SparseMappingTable.java | 213 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
|
D | ServiceState.java | 354 long time = mDurations.getValueForId((byte)state); in getDuration()
|
/frameworks/base/core/tests/coretests/src/com/android/internal/app/procstats/ |
D | SparseMappingTableTest.java | 206 Assert.assertEquals(0, table.getValueForId(ID1)); in testInvalidKey()
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 8459 HPLcom/android/internal/app/procstats/SparseMappingTable$Table;->getValueForId(BI)J
|