Searched refs:callerFg (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActiveServices.java | 312 final boolean callerFg; in startServiceLocked() 321 callerFg = callerApp.setSchedGroup != ProcessList.SCHED_GROUP_BACKGROUND; in startServiceLocked() 323 callerFg = true; in startServiceLocked() 329 callingPid, callingUid, userId, true, callerFg, false); in startServiceLocked() 373 callingUid, service, callerFg, userId)) { in startServiceLocked() 389 if (!callerFg && r.app == null in startServiceLocked() 441 if (callerFg) { in startServiceLocked() 442 Slog.v(TAG_SERVICE, "Not potential delay (callerFg=" + callerFg + " uid=" in startServiceLocked() 452 return startServiceInnerLocked(smap, service, r, callerFg, addToStarting); in startServiceLocked() 456 String callingPackage, int callingUid, Intent service, boolean callerFg, in requestStartTargetPermissionsReviewIfNeededLocked() argument [all …]
|