Searched refs:NUM_CATEGORIES (Results 1 – 2 of 2) sorted by relevance
323 public static final int NUM_CATEGORIES = 9; field in Debug.MemoryInfo345 private int[] otherStats = new int[(NUM_OTHER_STATS+NUM_DVK_STATS)*NUM_CATEGORIES];468 return otherStats[which * NUM_CATEGORIES + OFFSET_PSS]; in getOtherPss()473 return otherStats[which * NUM_CATEGORIES + OFFSET_SWAPPABLE_PSS]; in getOtherSwappablePss()478 return otherStats[which * NUM_CATEGORIES + OFFSET_RSS]; in getOtherRss()484 return otherStats[which * NUM_CATEGORIES + OFFSET_PRIVATE_DIRTY]; in getOtherPrivateDirty()490 return otherStats[which * NUM_CATEGORIES + OFFSET_SHARED_DIRTY]; in getOtherSharedDirty()495 return otherStats[which * NUM_CATEGORIES + OFFSET_PRIVATE_CLEAN]; in getOtherPrivateClean()506 return otherStats[which * NUM_CATEGORIES + OFFSET_SHARED_CLEAN]; in getOtherSharedClean()511 return otherStats[which * NUM_CATEGORIES + OFFSET_SWAPPED_OUT]; in getOtherSwappedOut()[all …]
39057 Landroid/os/Debug$MemoryInfo;->NUM_CATEGORIES:I