Searched refs:procstate (Results 1 – 3 of 3) sorted by relevance
43 - When the caller's procstate is `PROCESS_STATE_TOP` or above,47 - Otherwise, when the caller's procstate is `PROCESS_STATE_IMPORTANT_FOREGROUND` or above,52 "UID-active" (but the procstate is below `PROCESS_STATE_TOP`),
7978 final int procstate = state.getCurProcState(); in shouldAllowFgsStartForegroundNoBindingCheckLocked()7979 if ((procstate <= PROCESS_STATE_BOUND_TOP) in shouldAllowFgsStartForegroundNoBindingCheckLocked()7980 || (uidBfsl && (procstate <= PROCESS_STATE_BOUND_FOREGROUND_SERVICE))) { in shouldAllowFgsStartForegroundNoBindingCheckLocked()7981 return getReasonCodeFromProcState(procstate); in shouldAllowFgsStartForegroundNoBindingCheckLocked()
6378 final int procstate = state.getCurProcState(); in isProcessInStateToScheduleUserInitiatedJobsLocked() local6379 if (procstate <= PROCESS_STATE_BOUND_TOP) { in isProcessInStateToScheduleUserInitiatedJobsLocked()6381 getReasonCodeFromProcState(procstate))) { in isProcessInStateToScheduleUserInitiatedJobsLocked()