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.java86 private boolean mShowingAlertWindowNotificationAllowed; field in Session
102 mShowingAlertWindowNotificationAllowed = mService.mShowAlertWindowNotifications; in Session()
602 if (mShowingAlertWindowNotificationAllowed) { in onWindowSurfaceVisibilityChanged()
627 mShowingAlertWindowNotificationAllowed = allowed; in setShowingAlertWindowNotificationAllowed()