Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DSession.java110 private AlertWindowNotification mAlertWindowNotification; field in Session
691 } else if (mAlertWindowNotification == null){ in onWindowSurfaceVisibilityChanged()
692 mAlertWindowNotification = new AlertWindowNotification(mService, mPackageName); in onWindowSurfaceVisibilityChanged()
694 mAlertWindowNotification.post(); in onWindowSurfaceVisibilityChanged()
721 if (mAlertWindowNotification != null) { in setShowingAlertWindowNotificationAllowed()
723 mAlertWindowNotification.post(); in setShowingAlertWindowNotificationAllowed()
725 mAlertWindowNotification.cancel(false /* deleteChannel */); in setShowingAlertWindowNotificationAllowed()
763 if (mAlertWindowNotification == null) { in cancelAlertWindowNotification()
766 mAlertWindowNotification.cancel(true /* deleteChannel */); in cancelAlertWindowNotification()
767 mAlertWindowNotification = null; in cancelAlertWindowNotification()