OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:notCachedSinceIdle
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/core/java/com/android/server/am/
ProcessRecord.java
111
boolean
notCachedSinceIdle
; // Has this process not been in a cached state since last idle?
288
if (
notCachedSinceIdle
) {
289
pw.print(prefix); pw.print("
notCachedSinceIdle
="); pw.print(
notCachedSinceIdle
);
[
all
...]
ActivityManagerService.java
[
all
...]
Completed in 51 milliseconds