Searched refs:NUM_CATEGORIES (Results 1 – 2 of 2) sorted by relevance
320 public static final int NUM_CATEGORIES = 9; field in Debug.MemoryInfo342 private int[] otherStats = new int[(NUM_OTHER_STATS+NUM_DVK_STATS)*NUM_CATEGORIES];465 return otherStats[which * NUM_CATEGORIES + OFFSET_PSS]; in getOtherPss()470 return otherStats[which * NUM_CATEGORIES + OFFSET_SWAPPABLE_PSS]; in getOtherSwappablePss()475 return otherStats[which * NUM_CATEGORIES + OFFSET_RSS]; in getOtherRss()481 return otherStats[which * NUM_CATEGORIES + OFFSET_PRIVATE_DIRTY]; in getOtherPrivateDirty()487 return otherStats[which * NUM_CATEGORIES + OFFSET_SHARED_DIRTY]; in getOtherSharedDirty()492 return otherStats[which * NUM_CATEGORIES + OFFSET_PRIVATE_CLEAN]; in getOtherPrivateClean()503 return otherStats[which * NUM_CATEGORIES + OFFSET_SHARED_CLEAN]; in getOtherSharedClean()508 return otherStats[which * NUM_CATEGORIES + OFFSET_SWAPPED_OUT]; in getOtherSwappedOut()[all …]
53143 Landroid/os/Debug$MemoryInfo;->NUM_CATEGORIES:I