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