Searched refs:callerFg (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActiveServices.java | 333 final boolean callerFg; in startServiceLocked() 342 callerFg = callerApp.setSchedGroup != ProcessList.SCHED_GROUP_BACKGROUND; in startServiceLocked() 344 callerFg = true; in startServiceLocked() 349 callingPid, callingUid, userId, true, callerFg, false); in startServiceLocked() 398 callingUid, service, callerFg, userId)) { in startServiceLocked() 415 if (!callerFg && !fgRequired && r.app == null in startServiceLocked() 467 if (callerFg || fgRequired) { in startServiceLocked() 468 Slog.v(TAG_SERVICE, "Not potential delay (callerFg=" + callerFg + " uid=" in startServiceLocked() 478 ComponentName cmp = startServiceInnerLocked(smap, service, r, callerFg, addToStarting); in startServiceLocked() 483 String callingPackage, int callingUid, Intent service, boolean callerFg, in requestStartTargetPermissionsReviewIfNeededLocked() argument [all …]
|