Home
last modified time | relevance | path

Searched refs:idle (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/java/com/android/server/am/
DActivityRecord.java110 boolean idle; // has the activity gone idle? field in ActivityRecord
175 pw.print(" idle="); pw.println(idle); in dump()
234 idle = false; in ActivityRecord()
563 if (!idle) { in windowsVisible()
DActivityStack.java1037 next.idle = false; in completeResumeLocked()
3212 r.idle = true; in activityIdleInternal()
DActivityManagerService.java1486 int idle = mProcessStats.getLastIdleTime(); in updateCpuStatsNow() local
1488 int total = user + system + iowait + irq + softIrq + idle; in updateCpuStatsNow()
5014 TAG, "State=" + top.state + "Idle=" + top.idle
5019 if (top.idle && top.app != null
13427 mMainStack.mResumedActivity.idle)); in canGcNowLocked()
/frameworks/base/docs/html/sdk/
Dandroid-3.1-highlights.jd161 services for long periods, even when the device is otherwise idle and the screen
/frameworks/base/docs/html/guide/topics/media/
Dmediaplayer.jd359 stay available even if the phone is idle.</p>