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