Searched defs:idle (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/am/
H A DActivityRecord.java121 boolean idle; // has the activity gone idle? field in class:ActivityRecord
214 pw.print(" idle="); pw.println(idle);
352 idle = false;
800 if (!idle) {
803 // the normal idle happens.
806 // If this activity was already idle, then we now need to

Completed in 42 milliseconds