HomeSort by relevance Sort by last modified time
    Searched defs:otherSwappedOutPss (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/os/
Debug.java 184 public int otherSwappedOutPss;
395 return dalvikSwappedOutPss + nativeSwappedOutPss + otherSwappedOutPss;
787 dest.writeInt(otherSwappedOutPss);
819 otherSwappedOutPss = source.readInt();
    [all...]
  /frameworks/base/core/java/android/app/
ActivityThread.java     [all...]

Completed in 58 milliseconds