Searched refs:hasSwappedOutPss (Results 1 – 4 of 4) sorted by relevance
209 public boolean hasSwappedOutPss; field in Debug.MemoryInfo381 hasSwappedOutPss = other.hasSwappedOutPss; in set()827 public boolean hasSwappedOutPss() { in hasSwappedOutPss() method in Debug.MemoryInfo828 return hasSwappedOutPss; in hasSwappedOutPss()862 dest.writeInt(hasSwappedOutPss ? 1 : 0); in writeToParcel()894 hasSwappedOutPss = source.readInt() != 0; in readFromParcel()
2567 if (memInfo.hasSwappedOutPss) { in dumpMemInfoTable()2589 if (memInfo.hasSwappedOutPss) { in dumpMemInfoTable()2601 "Shared", "Private", memInfo.hasSwappedOutPss ? "SwapPss" : "Swap", in dumpMemInfoTable()2611 memInfo.nativePrivateClean, memInfo.hasSwappedOutPss ? in dumpMemInfoTable()2617 memInfo.dalvikPrivateClean, memInfo.hasSwappedOutPss ? in dumpMemInfoTable()2622 "Private", memInfo.hasSwappedOutPss ? "SwapPss" : "Swap", in dumpMemInfoTable()2631 memInfo.hasSwappedOutPss ? memInfo.nativeSwappedOutPss : in dumpMemInfoTable()2637 memInfo.hasSwappedOutPss ? memInfo.dalvikSwappedOutPss : in dumpMemInfoTable()2662 || (memInfo.hasSwappedOutPss ? mySwappedOutPss : mySwappedOut) != 0) { in dumpMemInfoTable()2667 memInfo.hasSwappedOutPss ? mySwappedOutPss : mySwappedOut, in dumpMemInfoTable()[all …]
255 mHasSwappedOutPss = info.hasSwappedOutPss(); in ProcessStats()451 data.hasSwappedOutPss = mHasSwappedOutPss; in computeTotalMemoryUse()2354 public boolean hasSwappedOutPss; field in ProcessStats.TotalMemoryUseCollection
12478 hasSwapPss = mi.hasSwappedOutPss; in dumpApplicationMemoryUsage()12990 hasSwapPss = mi.hasSwappedOutPss; in dumpApplicationMemoryUsage()