Searched refs:execServicesFg (Results 1 – 3 of 3) sorted by relevance
2269 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()
268 boolean execServicesFg; // do we need to be executing services in the foreground? field in ProcessRecord528 pw.print(execServicesFg); pw.println(")"); in dump()
901 schedGroup = app.execServicesFg ? in computeOomAdjLocked()