Home
last modified time | relevance | path

Searched refs:mAllowUiJobScheduling (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DServiceRecord.java186 boolean mAllowUiJobScheduling; field in ServiceRecord
737 pw.print(prefix); pw.print("allowUiJobScheduling="); pw.println(mAllowUiJobScheduling); in dump()
1169 if (mAllowUiJobScheduling == allowUiJobScheduling) { in updateAllowUiJobScheduling()
1172 mAllowUiJobScheduling = allowUiJobScheduling; in updateAllowUiJobScheduling()
H A DActivityManagerService.java6399 if (sr.isForeground && sr.mAllowUiJobScheduling) { in isProcessInStateToScheduleUserInitiatedJobsLocked()