Home
last modified time | relevance | path

Searched refs:myPss (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
DActivityThread.java2652 final int myPss = memInfo.getOtherPss(i); in dumpMemInfoTable() local
2660 if (myPss != 0 || mySharedDirty != 0 || myPrivateDirty != 0 in dumpMemInfoTable()
2665 myPss, mySwappablePss, mySharedDirty, myPrivateDirty, in dumpMemInfoTable()
2671 myPss, myPrivateDirty, in dumpMemInfoTable()
2676 otherPss -= myPss; in dumpMemInfoTable()
2720 final int myPss = memInfo.getOtherPss(i); in dumpMemInfoTable() local
2728 if (myPss != 0 || mySharedDirty != 0 || myPrivateDirty != 0 in dumpMemInfoTable()
2733 myPss, mySwappablePss, mySharedDirty, myPrivateDirty, in dumpMemInfoTable()
2739 myPss, myPrivateDirty, in dumpMemInfoTable()
2847 final int myPss = memInfo.getOtherPss(i); in dumpMemInfoTable() local
[all …]