Searched refs:getOtherPss (Results 1 – 5 of 5) sorted by relevance
467 public int getOtherPss(int which) { in getOtherPss() method in Debug.MemoryInfo
2801 pw.print(memInfo.getOtherPss(i)); pw.print(','); in dumpMemInfoTable()2872 final int myPss = memInfo.getOtherPss(i); in dumpMemInfoTable()2942 final int myPss = memInfo.getOtherPss(i); in dumpMemInfoTable()3079 final int myPss = memInfo.getOtherPss(i); in dumpMemInfoTable()3132 final int myPss = memInfo.getOtherPss(i); in dumpMemInfoTable()
10736 dalvikSubitemPss[j] += mi.getOtherPss(Debug.MemoryInfo.NUM_OTHER_STATS + j); in dumpApplicationMemoryUsage()10745 long mem = mi.getOtherPss(j); in dumpApplicationMemoryUsage()10832 dalvikSubitemPss[j] += info.getOtherPss( in dumpApplicationMemoryUsage()10843 long mem = info.getOtherPss(j); in dumpApplicationMemoryUsage()11376 dalvikSubitemPss[j] += mi.getOtherPss(Debug.MemoryInfo.NUM_OTHER_STATS + j); in dumpApplicationMemoryUsage()11385 long mem = mi.getOtherPss(j); in dumpApplicationMemoryUsage()11463 dalvikSubitemPss[j] += info.getOtherPss( in dumpApplicationMemoryUsage()11474 long mem = info.getOtherPss(j); in dumpApplicationMemoryUsage()
12528 HSPLandroid/os/Debug$MemoryInfo;->getOtherPss(I)I
12520 HSPLandroid/os/Debug$MemoryInfo;->getOtherPss(I)I