Searched refs:NUM_CATEGORIES (Results 1 – 2 of 2) sorted by relevance
322 public static final int NUM_CATEGORIES = 9; field in Debug.MemoryInfo344 private int[] otherStats = new int[(NUM_OTHER_STATS+NUM_DVK_STATS)*NUM_CATEGORIES];467 return otherStats[which * NUM_CATEGORIES + OFFSET_PSS]; in getOtherPss()472 return otherStats[which * NUM_CATEGORIES + OFFSET_SWAPPABLE_PSS]; in getOtherSwappablePss()477 return otherStats[which * NUM_CATEGORIES + OFFSET_RSS]; in getOtherRss()483 return otherStats[which * NUM_CATEGORIES + OFFSET_PRIVATE_DIRTY]; in getOtherPrivateDirty()489 return otherStats[which * NUM_CATEGORIES + OFFSET_SHARED_DIRTY]; in getOtherSharedDirty()494 return otherStats[which * NUM_CATEGORIES + OFFSET_PRIVATE_CLEAN]; in getOtherPrivateClean()505 return otherStats[which * NUM_CATEGORIES + OFFSET_SHARED_CLEAN]; in getOtherSharedClean()510 return otherStats[which * NUM_CATEGORIES + OFFSET_SWAPPED_OUT]; in getOtherSwappedOut()[all …]
49573 Landroid/os/Debug$MemoryInfo;->NUM_CATEGORIES:I