Searched refs:execServicesFg (Results 1 – 3 of 3) sorted by relevance
1126 r.app.execServicesFg |= fg; in bumpServiceExecutingLocked()1131 } else if (r.app != null && fg && !r.app.execServicesFg) { in bumpServiceExecutingLocked()1132 r.app.execServicesFg = true; in bumpServiceExecutingLocked()1913 r.app.execServicesFg = false; in serviceDoneExecutingLocked()1923 r.app.execServicesFg = true; in serviceDoneExecutingLocked()2409 (proc.execServicesFg ? SERVICE_TIMEOUT : SERVICE_BACKGROUND_TIMEOUT); in serviceTimeout()2437 mAm.mHandler.sendMessageAtTime(msg, proc.execServicesFg in serviceTimeout()2456 proc.execServicesFg ? (now+SERVICE_TIMEOUT) : (now+ SERVICE_BACKGROUND_TIMEOUT)); in scheduleServiceTimeoutLocked()
157 boolean execServicesFg; // do we need to be executing services in the foreground? field in ProcessRecord355 pw.print(execServicesFg); pw.println(")"); in dump()
17024 schedGroup = app.execServicesFg ? in computeOomAdjLocked()