Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DActivityThread.java3353 final int myPss = memInfo.getOtherPss(i); in dumpMemInfoTable() local
3362 if (myPss != 0 || mySharedDirty != 0 || myPrivateDirty != 0 in dumpMemInfoTable()
3367 myPss, mySwappablePss, mySharedDirty, myPrivateDirty, in dumpMemInfoTable()
3373 myPss, myPrivateDirty, in dumpMemInfoTable()
3378 otherPss -= myPss; in dumpMemInfoTable()
3423 final int myPss = memInfo.getOtherPss(i); in dumpMemInfoTable() local
3432 if (myPss != 0 || mySharedDirty != 0 || myPrivateDirty != 0 in dumpMemInfoTable()
3437 myPss, mySwappablePss, mySharedDirty, myPrivateDirty, in dumpMemInfoTable()
3443 myPss, myPrivateDirty, in dumpMemInfoTable()
3561 final int myPss = memInfo.getOtherPss(i); in dumpMemInfoTable() local
[all …]