Home
last modified time | relevance | path

Searched defs:fgRequired (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DActiveServices.java790 int callingPid, int callingUid, boolean fgRequired, String callingPackage, in startServiceLocked()
801 int callingPid, int callingUid, boolean fgRequired, in startServiceLocked()
811 int callingPid, int callingUid, boolean fgRequired, in startServiceLocked()
1043 int callingProcessState, boolean fgRequired, boolean callerFg, in startServiceInnerLocked()
1267 int callingProcessState, boolean fgRequired, boolean callerFg, int userId, in deferServiceBringupIfFrozenLocked()
H A DServiceRecord.java123 boolean fgRequired; // is the service required to go foreground after starting? field in ServiceRecord
H A DActivityManagerService.java18272 boolean fgRequired, String callingPackage, @Nullable String callingFeatureId, in startServiceInPackage()
/aosp14/frameworks/base/core/java/android/app/
H A DActivityManagerInternal.java621 String resolvedType, boolean fgRequired, String callingPackage, in startServiceInPackage()