Home
last modified time | relevance | path

Searched refs:execServicesFg (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DActiveServices.java2269 r.app.execServicesFg |= fg; in bumpServiceExecutingLocked()
2274 } else if (r.app != null && fg && !r.app.execServicesFg) { in bumpServiceExecutingLocked()
2275 r.app.execServicesFg = true; in bumpServiceExecutingLocked()
3274 r.app.execServicesFg = false; in serviceDoneExecutingLocked()
3284 r.app.execServicesFg = true; in serviceDoneExecutingLocked()
3837 (proc.execServicesFg ? SERVICE_TIMEOUT : SERVICE_BACKGROUND_TIMEOUT); in serviceTimeout()
3865 mAm.mHandler.sendMessageAtTime(msg, proc.execServicesFg in serviceTimeout()
3932 proc.execServicesFg ? SERVICE_TIMEOUT : SERVICE_BACKGROUND_TIMEOUT); in scheduleServiceTimeoutLocked()
DProcessRecord.java268 boolean execServicesFg; // do we need to be executing services in the foreground? field in ProcessRecord
528 pw.print(execServicesFg); pw.println(")"); in dump()
DOomAdjuster.java901 schedGroup = app.execServicesFg ? in computeOomAdjLocked()