Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DActivityThread.java2714 final int myPss = memInfo.getOtherPss(i); in dumpMemInfoTable() local
2723 if (myPss != 0 || mySharedDirty != 0 || myPrivateDirty != 0 in dumpMemInfoTable()
2728 myPss, mySwappablePss, mySharedDirty, myPrivateDirty, in dumpMemInfoTable()
2734 myPss, myPrivateDirty, in dumpMemInfoTable()
2739 otherPss -= myPss; in dumpMemInfoTable()
2784 final int myPss = memInfo.getOtherPss(i); in dumpMemInfoTable() local
2793 if (myPss != 0 || mySharedDirty != 0 || myPrivateDirty != 0 in dumpMemInfoTable()
2798 myPss, mySwappablePss, mySharedDirty, myPrivateDirty, in dumpMemInfoTable()
2804 myPss, myPrivateDirty, in dumpMemInfoTable()
2921 final int myPss = memInfo.getOtherPss(i); in dumpMemInfoTable() local
[all …]