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

Completed in 319 milliseconds