Searched refs:otherPss (Results 1 - 5 of 5) sorted by path

/frameworks/base/core/java/android/app/
H A DActivityThread.java961 pw.print(memInfo.otherPss); pw.print(',');
962 pw.print(memInfo.nativePss + memInfo.dalvikPss + memInfo.otherPss); pw.print(',');
1021 int otherPss = memInfo.otherPss;
1029 otherPss -= memInfo.getOtherPss(i);
1034 printRow(pw, HEAP_COLUMN, "Unknown", otherPss, otherSharedDirty,
/frameworks/base/core/java/android/os/
H A DDebug.java126 public int otherPss; field in class:Debug.MemoryInfo
144 return dalvikPss + nativePss + otherPss;
204 dest.writeInt(otherPss);
217 otherPss = source.readInt();
H A DPerformanceCollector.java530 mPerfSnapshot.putLong(METRIC_KEY_OTHER_PSS, memInfo.otherPss);
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java10415 long nativePss=0, dalvikPss=0, otherPss=0;
10455 otherPss += mi.otherPss;
10459 otherPss -= mem;
10482 catMems.add(new MemItem("Unknown", "Unknown", otherPss, -3));
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
H A DLoadTestsAutoTest.java201 memInfo.otherPss, memInfo.nativePss + memInfo.dalvikPss + memInfo.otherPss);

Completed in 240 milliseconds