Searched refs:mAlertWindowNotification (Results 1 – 1 of 1) sorted by relevance
89 private AlertWindowNotification mAlertWindowNotification; field in Session522 } else if (mAlertWindowNotification == null){ in onWindowSurfaceVisibilityChanged()523 mAlertWindowNotification = new AlertWindowNotification(mService, mPackageName); in onWindowSurfaceVisibilityChanged()525 mAlertWindowNotification.post(); in onWindowSurfaceVisibilityChanged()552 if (mAlertWindowNotification != null) { in setShowingAlertWindowNotificationAllowed()554 mAlertWindowNotification.post(); in setShowingAlertWindowNotificationAllowed()556 mAlertWindowNotification.cancel(false /* deleteChannel */); in setShowingAlertWindowNotificationAllowed()592 if (mAlertWindowNotification == null) { in cancelAlertWindowNotification()595 mAlertWindowNotification.cancel(true /* deleteChannel */); in cancelAlertWindowNotification()596 mAlertWindowNotification = null; in cancelAlertWindowNotification()