Searched refs:execServicesFg (Results 1 – 3 of 3) sorted by relevance
177 boolean execServicesFg; // do we need to be executing services in the foreground? field in ProcessRecord396 pw.print(execServicesFg); pw.println(")"); in dump()
1835 r.app.execServicesFg |= fg; in bumpServiceExecutingLocked()1840 } else if (r.app != null && fg && !r.app.execServicesFg) { in bumpServiceExecutingLocked()1841 r.app.execServicesFg = true; in bumpServiceExecutingLocked()2788 r.app.execServicesFg = false; in serviceDoneExecutingLocked()2798 r.app.execServicesFg = true; in serviceDoneExecutingLocked()3342 (proc.execServicesFg ? SERVICE_TIMEOUT : SERVICE_BACKGROUND_TIMEOUT); in serviceTimeout()3370 mAm.mHandler.sendMessageAtTime(msg, proc.execServicesFg in serviceTimeout()3415 proc.execServicesFg ? SERVICE_TIMEOUT : SERVICE_BACKGROUND_TIMEOUT); in scheduleServiceTimeoutLocked()
20966 schedGroup = app.execServicesFg ?