Searched refs:mNotCachedSinceIdle (Results 1 – 1 of 1) sorted by relevance
161 private boolean mNotCachedSinceIdle; field in ProcessStateRecord619 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()