Home
last modified time | relevance | path

Searched refs:mNotCachedSinceIdle (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DProcessStateRecord.java161 private boolean mNotCachedSinceIdle; field in ProcessStateRecord
619 mNotCachedSinceIdle = notCachedSinceIdle; in setNotCachedSinceIdle()
624 return mNotCachedSinceIdle; in isNotCachedSinceIdle()
1178 if (mNotCachedSinceIdle) { in dump()
1179 pw.print(prefix); pw.print("notCachedSinceIdle="); pw.print(mNotCachedSinceIdle); in dump()