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.java85 private AlertWindowNotification mAlertWindowNotification; field in Session
600 } else if (mAlertWindowNotification == null){ in onWindowSurfaceVisibilityChanged()
601 mAlertWindowNotification = new AlertWindowNotification(mService, mPackageName); in onWindowSurfaceVisibilityChanged()
603 mAlertWindowNotification.post(); in onWindowSurfaceVisibilityChanged()
628 if (mAlertWindowNotification != null) { in setShowingAlertWindowNotificationAllowed()
630 mAlertWindowNotification.post(); in setShowingAlertWindowNotificationAllowed()
632 mAlertWindowNotification.cancel(); in setShowingAlertWindowNotificationAllowed()
668 if (mAlertWindowNotification == null) { in cancelAlertWindowNotification()
671 mAlertWindowNotification.cancel(); in cancelAlertWindowNotification()
672 mAlertWindowNotification = null; in cancelAlertWindowNotification()