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.java85 private boolean mShowingAlertWindowNotificationAllowed; field in Session
103 mShowingAlertWindowNotificationAllowed = mService.mShowAlertWindowNotifications; in Session()
520 if (mShowingAlertWindowNotificationAllowed) { in onWindowSurfaceVisibilityChanged()
547 mShowingAlertWindowNotificationAllowed = allowed; in setShowingAlertWindowNotificationAllowed()