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

/frameworks/base/core/java/android/os/
H A DDebug.java160 public int otherSwappablePss; field in class:Debug.MemoryInfo
293 return dalvikSwappablePss + nativeSwappablePss + otherSwappablePss;
708 dest.writeInt(otherSwappablePss);
735 otherSwappablePss = source.readInt();

Completed in 52 milliseconds