Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DActivityThread.java2671 final int myPss = memInfo.getOtherPss(i); in dumpMemInfoTable() local
2679 if (myPss != 0 || mySharedDirty != 0 || myPrivateDirty != 0 in dumpMemInfoTable()
2684 myPss, mySwappablePss, mySharedDirty, myPrivateDirty, in dumpMemInfoTable()
2690 myPss, myPrivateDirty, in dumpMemInfoTable()
2695 otherPss -= myPss; in dumpMemInfoTable()
2739 final int myPss = memInfo.getOtherPss(i); in dumpMemInfoTable() local
2747 if (myPss != 0 || mySharedDirty != 0 || myPrivateDirty != 0 in dumpMemInfoTable()
2752 myPss, mySwappablePss, mySharedDirty, myPrivateDirty, in dumpMemInfoTable()
2758 myPss, myPrivateDirty, in dumpMemInfoTable()
2866 final int myPss = memInfo.getOtherPss(i); in dumpMemInfoTable() local
[all …]