Searched refs:myPrivateDirty (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | ActivityThread.java | 3356 final int myPrivateDirty = memInfo.getOtherPrivateDirty(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() 3381 otherPrivateDirty -= myPrivateDirty; in dumpMemInfoTable() 3426 final int myPrivateDirty = memInfo.getOtherPrivateDirty(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() 3564 final int myPrivateDirty = memInfo.getOtherPrivateDirty(i); in dumpMemInfoTable() local [all …]
|