Searched refs:mAllowUiJobScheduling (Results 1 – 2 of 2) sorted by relevance
186 boolean mAllowUiJobScheduling; field in ServiceRecord737 pw.print(prefix); pw.print("allowUiJobScheduling="); pw.println(mAllowUiJobScheduling); in dump()1169 if (mAllowUiJobScheduling == allowUiJobScheduling) { in updateAllowUiJobScheduling()1172 mAllowUiJobScheduling = allowUiJobScheduling; in updateAllowUiJobScheduling()
6399 if (sr.isForeground && sr.mAllowUiJobScheduling) { in isProcessInStateToScheduleUserInitiatedJobsLocked()