Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DFgsManagerController.kt173 private var informJobSchedulerOfPendingAppStop = variable
236 informJobSchedulerOfPendingAppStop = deviceConfigProxy.getBoolean( in init()
273 informJobSchedulerOfPendingAppStop = it.getBoolean( in init()
275 informJobSchedulerOfPendingAppStop) in init()
503 if (showUserVisibleJobs || informJobSchedulerOfPendingAppStop) { in stopPackage()