Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DSession.java139 mShowingAlertWindowNotificationAllowed = mService.mShowAlertWindowNotifications; in Session()
H A DWindowManagerService.java577 boolean mShowAlertWindowNotifications = true; field in WindowManagerService
8088 if (showAlertWindowNotifications == mShowAlertWindowNotifications) { in disableNonVrUi()
8091 mShowAlertWindowNotifications = showAlertWindowNotifications; in disableNonVrUi()
8095 s.setShowingAlertWindowNotificationAllowed(mShowAlertWindowNotifications); in disableNonVrUi()