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