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.java2278 r.app.execServicesFg |= fg; in bumpServiceExecutingLocked()
2283 } else if (r.app != null && fg && !r.app.execServicesFg) { in bumpServiceExecutingLocked()
2284 r.app.execServicesFg = true; in bumpServiceExecutingLocked()
3283 r.app.execServicesFg = false; in serviceDoneExecutingLocked()
3293 r.app.execServicesFg = true; in serviceDoneExecutingLocked()
3846 (proc.execServicesFg ? SERVICE_TIMEOUT : SERVICE_BACKGROUND_TIMEOUT); in serviceTimeout()
3874 mAm.mHandler.sendMessageAtTime(msg, proc.execServicesFg in serviceTimeout()
3941 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()