Home
last modified time | relevance | path

Searched refs:callerFg (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DActiveServices.java946 final boolean callerFg; in startServiceLocked()
955 callerFg = callerApp.mState.getSetSchedGroup() != ProcessList.SCHED_GROUP_BACKGROUND; in startServiceLocked()
957 callerFg = true; in startServiceLocked()
962 callingPid, callingUid, userId, true, callerFg, false, false, null, false, false); in startServiceLocked()
1022 + " : bgLaunch=" + bgLaunch + " callerFg=" + callerFg); in startServiceLocked()
1135 callingProcessState, fgRequired, callerFg, userId, in startServiceLocked()
1147 callingUid, service, callerFg, userId, false, null)) { in startServiceLocked()
1157 fgRequired, callerFg, in startServiceLocked()
1182 int callingProcessState, boolean fgRequired, boolean callerFg, in startServiceInnerLocked() argument
1234 if (!callerFg && !fgRequired && r.app == null in startServiceInnerLocked()
[all …]