Searched refs:mAlertWindowNotification (Results 1 – 1 of 1) sorted by relevance
84 private AlertWindowNotification mAlertWindowNotification; field in Session518 } else if (mAlertWindowNotification == null){ in onWindowSurfaceVisibilityChanged()519 mAlertWindowNotification = new AlertWindowNotification(mService, mPackageName); in onWindowSurfaceVisibilityChanged()521 mAlertWindowNotification.post(); in onWindowSurfaceVisibilityChanged()548 if (mAlertWindowNotification != null) { in setShowingAlertWindowNotificationAllowed()550 mAlertWindowNotification.post(); in setShowingAlertWindowNotificationAllowed()552 mAlertWindowNotification.cancel(false /* deleteChannel */); in setShowingAlertWindowNotificationAllowed()588 if (mAlertWindowNotification == null) { in cancelAlertWindowNotification()591 mAlertWindowNotification.cancel(true /* deleteChannel */); in cancelAlertWindowNotification()592 mAlertWindowNotification = null; in cancelAlertWindowNotification()