Searched refs:getOtherPss (Results 1 – 5 of 5) sorted by relevance
467 public int getOtherPss(int which) { in getOtherPss() method in Debug.MemoryInfo
3093 pw.print(memInfo.getOtherPss(i)); pw.print(','); in dumpMemInfoTable()3164 final int myPss = memInfo.getOtherPss(i); in dumpMemInfoTable()3234 final int myPss = memInfo.getOtherPss(i); in dumpMemInfoTable()3371 final int myPss = memInfo.getOtherPss(i); in dumpMemInfoTable()3424 final int myPss = memInfo.getOtherPss(i); in dumpMemInfoTable()
12106 dalvikSubitemPss[j] += mi.getOtherPss(Debug.MemoryInfo.NUM_OTHER_STATS + j); in dumpApplicationMemoryUsage()12115 long mem = mi.getOtherPss(j); in dumpApplicationMemoryUsage()12202 dalvikSubitemPss[j] += info.getOtherPss( in dumpApplicationMemoryUsage()12213 long mem = info.getOtherPss(j); in dumpApplicationMemoryUsage()12749 dalvikSubitemPss[j] += mi.getOtherPss(Debug.MemoryInfo.NUM_OTHER_STATS + j); in dumpApplicationMemoryUsage()12758 long mem = mi.getOtherPss(j); in dumpApplicationMemoryUsage()12836 dalvikSubitemPss[j] += info.getOtherPss( in dumpApplicationMemoryUsage()12847 long mem = info.getOtherPss(j); in dumpApplicationMemoryUsage()
12022 HSPLandroid/os/Debug$MemoryInfo;->getOtherPss(I)I
12025 HSPLandroid/os/Debug$MemoryInfo;->getOtherPss(I)I