Home | History | Annotate | Download | only in am

Lines Matching refs:IDLE

209     // How long to wait after going idle before forcing apps to GC.
404 * List of processes that should gc as soon as things are idle.
1593 int idle = mProcessStats.getLastIdleTime();
1595 int total = user + system + iowait + irq + softIrq + idle;
3766 mPendingBroadcast.state = BroadcastRecord.IDLE;
3984 br.state = BroadcastRecord.IDLE;
5244 TAG, "State=" + top.state + "Idle=" + top.idle
5249 if (top.idle && top.app != null
12589 r.state = BroadcastRecord.IDLE;
12590 if (state == BroadcastRecord.IDLE) {
12592 Slog.w(TAG, "finishReceiver called but state is IDLE");
12977 mPendingBroadcast.state = BroadcastRecord.IDLE;
13023 r.state = BroadcastRecord.IDLE;
13027 if (r.state != BroadcastRecord.IDLE) {
13029 "processNextBroadcast() called when not idle (state="
13104 r.state = BroadcastRecord.IDLE;
13172 r.state = BroadcastRecord.IDLE;
13230 r.state = BroadcastRecord.IDLE;
14080 * Returns true if things are idle enough to perform GCs.
14086 mMainStack.mResumedActivity.idle));
14091 * if things are idle.
14130 // Still not idle, wait some more.
14177 * time things are idle.