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.java111 private boolean mShowingAlertWindowNotificationAllowed; field in Session
138 mShowingAlertWindowNotificationAllowed = mService.mShowAlertWindowNotifications; in Session()
693 if (mShowingAlertWindowNotificationAllowed) { in onWindowSurfaceVisibilityChanged()
720 mShowingAlertWindowNotificationAllowed = allowed; in setShowingAlertWindowNotificationAllowed()