Searched refs:execServicesFg (Results 1 – 4 of 4) sorted by relevance
2604 r.app.execServicesFg |= fg; in bumpServiceExecutingLocked()2609 } else if (r.app != null && fg && !r.app.execServicesFg) { in bumpServiceExecutingLocked()2610 r.app.execServicesFg = true; in bumpServiceExecutingLocked()3634 r.app.execServicesFg = false; in serviceDoneExecutingLocked()3644 r.app.execServicesFg = true; in serviceDoneExecutingLocked()4195 (proc.execServicesFg ? SERVICE_TIMEOUT : SERVICE_BACKGROUND_TIMEOUT); in serviceTimeout()4223 mAm.mHandler.sendMessageAtTime(msg, proc.execServicesFg in serviceTimeout()4290 proc.execServicesFg ? SERVICE_TIMEOUT : SERVICE_BACKGROUND_TIMEOUT); in scheduleServiceTimeoutLocked()
286 boolean execServicesFg; // do we need to be executing services in the foreground? field in ProcessRecord592 pw.print(execServicesFg); pw.println(")"); in dump()
1239 schedGroup = app.execServicesFg ? in computeOomAdjLocked()
1651 String isolatedEntryPoint, boolean execServicesFg) { in makeProcessRecord() argument1699 app.execServicesFg = execServicesFg; in makeProcessRecord()