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