Searched refs:execServicesFg (Results 1 – 3 of 3) sorted by relevance
2278 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()
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()