Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DActivityThread.java2677 final int mySwappedOut = memInfo.getOtherSwappedOut(i); in dumpMemInfoTable() local
2681 || (memInfo.hasSwappedOutPss ? mySwappedOutPss : mySwappedOut) != 0) { in dumpMemInfoTable()
2686 memInfo.hasSwappedOutPss ? mySwappedOutPss : mySwappedOut, in dumpMemInfoTable()
2692 memInfo.hasSwappedOutPss ? mySwappedOutPss : mySwappedOut, in dumpMemInfoTable()
2701 otherSwappedOut -= mySwappedOut; in dumpMemInfoTable()
2745 final int mySwappedOut = memInfo.getOtherSwappedOut(i); in dumpMemInfoTable() local
2749 || (memInfo.hasSwappedOutPss ? mySwappedOutPss : mySwappedOut) != 0) { in dumpMemInfoTable()
2754 memInfo.hasSwappedOutPss ? mySwappedOutPss : mySwappedOut, in dumpMemInfoTable()
2760 memInfo.hasSwappedOutPss ? mySwappedOutPss : mySwappedOut, in dumpMemInfoTable()
2872 final int mySwappedOut = memInfo.getOtherSwappedOut(i); in dumpMemInfoTable() local
[all …]