Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DSession.java103 mShowingAlertWindowNotificationAllowed = mService.mShowAlertWindowNotifications; in Session()
DWindowManagerService.java489 boolean mShowAlertWindowNotifications = true; field in WindowManagerService
7590 if (showAlertWindowNotifications == mShowAlertWindowNotifications) { in disableNonVrUi()
7593 mShowAlertWindowNotifications = showAlertWindowNotifications; in disableNonVrUi()
7597 s.setShowingAlertWindowNotificationAllowed(mShowAlertWindowNotifications); in disableNonVrUi()