Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DSession.java123 private boolean mShowingAlertWindowNotificationAllowed; field in Session
172 mShowingAlertWindowNotificationAllowed = mService.mShowAlertWindowNotifications; in Session()
822 if (mShowingAlertWindowNotificationAllowed) { in onWindowSurfaceVisibilityChanged()
846 mShowingAlertWindowNotificationAllowed = allowed; in setShowingAlertWindowNotificationAllowed()