Searched refs:callingProcessState (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/core/java/com/android/server/am/ |
D | ContentProviderHelper.java | 271 final int callingProcessState = r != null in getContentProviderImpl() local 295 callingProcessState, callingProcessState, in getContentProviderImpl() 374 callingProcessState, providerProcessState, false, 0L); in getContentProviderImpl() 552 callingProcessState, proc.mState.getCurProcState(), in getContentProviderImpl() 586 callingProcessState, ActivityManager.PROCESS_STATE_NONEXISTENT, in getContentProviderImpl()
|
D | ActiveServices.java | 1126 final int callingProcessState = in startServiceLocked() local 1135 callingProcessState, fgRequired, callerFg, userId, in startServiceLocked() 1156 callingProcessName, callingProcessState, in startServiceLocked() 1182 int callingProcessState, boolean fgRequired, boolean callerFg, in startServiceInnerLocked() argument 1197 callingProcessState)); in startServiceInnerLocked() 1300 callingUid, callingProcessName, callingProcessState, in startServiceInnerLocked() 1407 int callingProcessState, boolean fgRequired, boolean callerFg, int userId, in deferServiceBringupIfFrozenLocked() argument 1453 callingProcessName, callingProcessState, fgRequired, callerFg, in deferServiceBringupIfFrozenLocked() 1500 int callingProcessState, boolean wasStartRequested, String callingPackage) in startServiceInnerLocked() argument 1555 callingProcessState, in startServiceInnerLocked() [all …]
|
D | ServiceRecord.java | 524 int callingProcessState) { in StartItem() argument 533 mCallingProcessState = callingProcessState; in StartItem()
|