Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DSession.java117 private AlertWindowNotification mAlertWindowNotification; field in Session
757 } else if (mAlertWindowNotification == null){ in onWindowSurfaceVisibilityChanged()
758 mAlertWindowNotification = new AlertWindowNotification(mService, mPackageName); in onWindowSurfaceVisibilityChanged()
760 mAlertWindowNotification.post(); in onWindowSurfaceVisibilityChanged()
787 if (mAlertWindowNotification != null) { in setShowingAlertWindowNotificationAllowed()
789 mAlertWindowNotification.post(); in setShowingAlertWindowNotificationAllowed()
791 mAlertWindowNotification.cancel(false /* deleteChannel */); in setShowingAlertWindowNotificationAllowed()
829 if (mAlertWindowNotification == null) { in cancelAlertWindowNotification()
832 mAlertWindowNotification.cancel(true /* deleteChannel */); in cancelAlertWindowNotification()
833 mAlertWindowNotification = null; in cancelAlertWindowNotification()