Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DSession.java111 private AlertWindowNotification mAlertWindowNotification; field in Session
702 } else if (mAlertWindowNotification == null){ in onWindowSurfaceVisibilityChanged()
703 mAlertWindowNotification = new AlertWindowNotification(mService, mPackageName); in onWindowSurfaceVisibilityChanged()
705 mAlertWindowNotification.post(); in onWindowSurfaceVisibilityChanged()
732 if (mAlertWindowNotification != null) { in setShowingAlertWindowNotificationAllowed()
734 mAlertWindowNotification.post(); in setShowingAlertWindowNotificationAllowed()
736 mAlertWindowNotification.cancel(false /* deleteChannel */); in setShowingAlertWindowNotificationAllowed()
774 if (mAlertWindowNotification == null) { in cancelAlertWindowNotification()
777 mAlertWindowNotification.cancel(true /* deleteChannel */); in cancelAlertWindowNotification()
778 mAlertWindowNotification = null; in cancelAlertWindowNotification()