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 153 public int nativeSwappedOut;
372 return dalvikSwappedOut + nativeSwappedOut + otherSwappedOut;
756 dest.writeInt(nativeSwappedOut);
785 nativeSwappedOut = source.readInt();
    [all...]
  /frameworks/base/core/java/android/app/
ActivityThread.java     [all...]

Completed in 47 milliseconds