Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DServiceRecord.java1168 void updateAllowUiJobScheduling(boolean allowUiJobScheduling) { in updateAllowUiJobScheduling() argument
1169 if (mAllowUiJobScheduling == allowUiJobScheduling) { in updateAllowUiJobScheduling()
1172 mAllowUiJobScheduling = allowUiJobScheduling; in updateAllowUiJobScheduling()