Searched refs:mAlertWindowNotification (Results 1 – 1 of 1) sorted by relevance
85 private AlertWindowNotification mAlertWindowNotification; field in Session600 } 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()