Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DSession.java118 private boolean mShowingAlertWindowNotificationAllowed; field in Session
152 mShowingAlertWindowNotificationAllowed = mService.mShowAlertWindowNotifications; in Session()
759 if (mShowingAlertWindowNotificationAllowed) { in onWindowSurfaceVisibilityChanged()
786 mShowingAlertWindowNotificationAllowed = allowed; in setShowingAlertWindowNotificationAllowed()