Searched refs:getOtherPss (Results 1 – 4 of 4) sorted by relevance
466 public int getOtherPss(int which) { in getOtherPss() method in Debug.MemoryInfo
2601 pw.print(memInfo.getOtherPss(i)); pw.print(','); in dumpMemInfoTable()2671 final int myPss = memInfo.getOtherPss(i); in dumpMemInfoTable()2739 final int myPss = memInfo.getOtherPss(i); in dumpMemInfoTable()2866 final int myPss = memInfo.getOtherPss(i); in dumpMemInfoTable()2917 final int myPss = memInfo.getOtherPss(i); in dumpMemInfoTable()
12615 dalvikSubitemPss[j] += mi.getOtherPss(Debug.MemoryInfo.NUM_OTHER_STATS + j); in dumpApplicationMemoryUsage()12622 long mem = mi.getOtherPss(j); in dumpApplicationMemoryUsage()12689 … dalvikSubitemPss[j] += mi.getOtherPss(Debug.MemoryInfo.NUM_OTHER_STATS + j); in dumpApplicationMemoryUsage()12696 long mem = mi.getOtherPss(j); in dumpApplicationMemoryUsage()13141 dalvikSubitemPss[j] += mi.getOtherPss(Debug.MemoryInfo.NUM_OTHER_STATS + j); in dumpApplicationMemoryUsage()13148 long mem = mi.getOtherPss(j); in dumpApplicationMemoryUsage()13213 … dalvikSubitemPss[j] += mi.getOtherPss(Debug.MemoryInfo.NUM_OTHER_STATS + j); in dumpApplicationMemoryUsage()13220 long mem = mi.getOtherPss(j); in dumpApplicationMemoryUsage()
11333 HSPLandroid/os/Debug$MemoryInfo;->getOtherPss(I)I