Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DFgsManagerController.kt169 private var showStopBtnForUserAllowlistedApps = false variable in com.android.systemui.qs.FgsManagerControllerImpl
264 showStopBtnForUserAllowlistedApps = it.getBoolean( in init()
266 showStopBtnForUserAllowlistedApps) in init()
281 showStopBtnForUserAllowlistedApps = deviceConfigProxy.getBoolean( in init()
721 if (showStopBtnForUserAllowlistedApps) { in updateUiControl()