Searched defs:otherSwappedOutPss (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/os/
H A DDebug.java176 public int otherSwappedOutPss; field in class:Debug.MemoryInfo
337 return dalvikSwappedOutPss + nativeSwappedOutPss + otherSwappedOutPss;
715 dest.writeInt(otherSwappedOutPss);
742 otherSwappedOutPss = source.readInt();

Completed in 71 milliseconds