Searched refs:myPrivateDirty (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | ActivityThread.java | 2016 final int myPrivateDirty = memInfo.getOtherPrivateDirty(i); in dumpMemInfoTable() local 2020 if (myPss != 0 || mySharedDirty != 0 || myPrivateDirty != 0 in dumpMemInfoTable() 2024 myPss, mySwappablePss, mySharedDirty, myPrivateDirty, in dumpMemInfoTable() 2028 myPss, myPrivateDirty, in dumpMemInfoTable() 2034 otherPrivateDirty -= myPrivateDirty; in dumpMemInfoTable() 2072 final int myPrivateDirty = memInfo.getOtherPrivateDirty(i); in dumpMemInfoTable() local 2076 if (myPss != 0 || mySharedDirty != 0 || myPrivateDirty != 0 in dumpMemInfoTable() 2080 myPss, mySwappablePss, mySharedDirty, myPrivateDirty, in dumpMemInfoTable() 2084 myPss, myPrivateDirty, in dumpMemInfoTable()
|