Searched refs:notCachedSinceIdle (Results 1 – 2 of 2) sorted by relevance
106 boolean notCachedSinceIdle; // Has this process not been in a cached state since last idle? field in ProcessRecord276 if (notCachedSinceIdle) { in dump()277 pw.print(prefix); pw.print("notCachedSinceIdle="); pw.print(notCachedSinceIdle); in dump()
14028 if (proc.notCachedSinceIdle) {14054 proc.notCachedSinceIdle = true;22222 app.notCachedSinceIdle = false;