Searched refs:fgRequired (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActiveServices.java | 917 int callingPid, int callingUid, boolean fgRequired, String callingPackage, in startServiceLocked() argument 921 return startServiceLocked(caller, service, resolvedType, callingPid, callingUid, fgRequired, in startServiceLocked() 928 int callingPid, int callingUid, boolean fgRequired, in startServiceLocked() argument 932 return startServiceLocked(caller, service, resolvedType, callingPid, callingUid, fgRequired, in startServiceLocked() 938 int callingPid, int callingUid, boolean fgRequired, in startServiceLocked() argument 1027 if (fgRequired) { in startServiceLocked() 1050 if (fgRequired) { in startServiceLocked() 1065 fgRequired = false; in startServiceLocked() 1075 if (forcedStandby || (!r.startRequested && !fgRequired)) { in startServiceLocked() 1084 + " pkg=" + callingPackage + " startFg?=" + fgRequired); in startServiceLocked() [all …]
|
D | ServiceRecord.java | 157 boolean fgRequired; // is the service required to go foreground after starting? field in ServiceRecord
|
/frameworks/base/core/java/android/app/ |
D | ActivityManagerInternal.java | 627 String resolvedType, boolean fgRequired, String callingPackage, in startServiceInPackage() argument
|