Searched refs:execServicesFg (Results 1 – 3 of 3) sorted by relevance
1151 r.app.execServicesFg |= fg; in bumpServiceExecutingLocked()1156 } else if (r.app != null && fg && !r.app.execServicesFg) { in bumpServiceExecutingLocked()1157 r.app.execServicesFg = true; in bumpServiceExecutingLocked()1985 r.app.execServicesFg = false; in serviceDoneExecutingLocked()1995 r.app.execServicesFg = true; in serviceDoneExecutingLocked()2498 (proc.execServicesFg ? SERVICE_TIMEOUT : SERVICE_BACKGROUND_TIMEOUT); in serviceTimeout()2526 mAm.mHandler.sendMessageAtTime(msg, proc.execServicesFg in serviceTimeout()2545 proc.execServicesFg ? (now+SERVICE_TIMEOUT) : (now+ SERVICE_BACKGROUND_TIMEOUT)); in scheduleServiceTimeoutLocked()
163 boolean execServicesFg; // do we need to be executing services in the foreground? field in ProcessRecord371 pw.print(execServicesFg); pw.println(")"); in dump()
17654 schedGroup = app.execServicesFg ? in computeOomAdjLocked()