Searched refs:dalvikSwappedOutPss (Results 1 – 3 of 3) sorted by relevance
145 public int dalvikSwappedOutPss; field in Debug.MemoryInfo362 dalvikSwappedOutPss = other.dalvikSwappedOutPss; in set()462 return dalvikSwappedOutPss + nativeSwappedOutPss + otherSwappedOutPss; in getTotalSwappedOutPss()914 dest.writeInt(dalvikSwappedOutPss); in writeToParcel()946 dalvikSwappedOutPss = source.readInt(); in readFromParcel()
2852 pw.print(memInfo.dalvikSwappedOutPss); pw.print(','); in dumpMemInfoTable()2901 memInfo.dalvikSwappedOutPss : memInfo.dalvikSwappedOut, in dumpMemInfoTable()2920 memInfo.hasSwappedOutPss ? memInfo.dalvikSwappedOutPss : in dumpMemInfoTable()3125 memInfo.dalvikSwappedOut, memInfo.dalvikSwappedOutPss, in dumpMemInfoTable()
10774 ss[INDEX_DALVIK_SWAP_PSS] += mi.dalvikSwappedOutPss; in dumpApplicationMemoryUsage()10870 ss[INDEX_DALVIK_SWAP_PSS] += info.dalvikSwappedOutPss; in dumpApplicationMemoryUsage()11414 ss[INDEX_DALVIK_SWAP_PSS] += mi.dalvikSwappedOutPss; in dumpApplicationMemoryUsage()11501 ss[INDEX_DALVIK_SWAP_PSS] += info.dalvikSwappedOutPss; in dumpApplicationMemoryUsage()