Searched refs:getValueForId (Results 1 – 7 of 7) 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 | 676 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 …]
|
D | SparseMappingTable.java | 211 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
|
D | ServiceState.java | 394 long time = mDurations.getValueForId((byte)state); in getDuration()
|
D | AssociationState.java | 588 time = src.mDurations.getValueForId((byte)iprocstate); in dumpTime()
|
/frameworks/base/core/tests/coretests/src/com/android/internal/app/procstats/ |
D | SparseMappingTableTest.java | 200 Assert.assertEquals(0, table.getValueForId(ID1)); in testInvalidKey()
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 20122 HSPLcom/android/internal/app/procstats/SparseMappingTable$Table;->getValueForId(BI)J
|