Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DContentProviderHelper.java249 final int callingProcessState = r != null in getContentProviderImpl() local
274 callingProcessState, callingProcessState); in getContentProviderImpl()
349 callingProcessState, providerProcessState); in getContentProviderImpl()
528 callingProcessState, proc.mState.getCurProcState()); in getContentProviderImpl()
554 callingProcessState, ActivityManager.PROCESS_STATE_NONEXISTENT); in getContentProviderImpl()
H A DActiveServices.java999 final int callingProcessState = in startServiceLocked() local
1008 callingProcessState, fgRequired, callerFg, userId, in startServiceLocked()
1029 callingProcessName, callingProcessState, in startServiceLocked()
1043 int callingProcessState, boolean fgRequired, boolean callerFg, in startServiceInnerLocked() argument
1058 callingProcessState)); in startServiceInnerLocked()
1161 callingUid, callingProcessName, callingProcessState, in startServiceInnerLocked()
1267 int callingProcessState, boolean fgRequired, boolean callerFg, int userId, in deferServiceBringupIfFrozenLocked() argument
1359 int callingProcessState, boolean wasStartRequested, String callingPackage) in startServiceInnerLocked() argument
1404 callingProcessState, in startServiceInnerLocked()
3697 final int callingProcessState = in bindServiceLocked() local
[all …]
H A DServiceRecord.java381 int callingProcessState) { in StartItem() argument
390 mCallingProcessState = callingProcessState; in StartItem()