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.java488 boolean mShowAlertWindowNotifications = true; field in WindowManagerService
7550 if (showAlertWindowNotifications == mShowAlertWindowNotifications) { in disableNonVrUi()
7553 mShowAlertWindowNotifications = showAlertWindowNotifications; in disableNonVrUi()
7557 s.setShowingAlertWindowNotificationAllowed(mShowAlertWindowNotifications); in disableNonVrUi()