Home
last modified time | relevance | path

Searched defs:callingProcessState (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DActiveServices.java999 final int callingProcessState = in startServiceLocked() local
1043 int callingProcessState, boolean fgRequired, boolean callerFg, in startServiceInnerLocked()
1267 int callingProcessState, boolean fgRequired, boolean callerFg, int userId, in deferServiceBringupIfFrozenLocked()
1359 int callingProcessState, boolean wasStartRequested, String callingPackage) in startServiceInnerLocked()
3697 final int callingProcessState = in bindServiceLocked() local
H A DContentProviderHelper.java249 final int callingProcessState = r != null in getContentProviderImpl() local
H A DServiceRecord.java381 int callingProcessState) { in StartItem()