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

  /frameworks/base/core/java/android/os/
Debug.java 157 public int nativeSwappedOut;
387 return dalvikSwappedOut + nativeSwappedOut + otherSwappedOut;
776 dest.writeInt(nativeSwappedOut);
808 nativeSwappedOut = source.readInt();
    [all...]
  /frameworks/base/core/java/android/app/
ActivityThread.java     [all...]

Completed in 53 milliseconds