Searched defs:mAlertWindowNotification (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
H A DSession.java89 private AlertWindowNotification mAlertWindowNotification; field in class:Session
522 } else if (mAlertWindowNotification == null){
523 mAlertWindowNotification = new AlertWindowNotification(mService, mPackageName);
525 mAlertWindowNotification.post();
552 if (mAlertWindowNotification != null) {
554 mAlertWindowNotification.post();
556 mAlertWindowNotification.cancel(false /* deleteChannel */);
592 if (mAlertWindowNotification == null) {
595 mAlertWindowNotification.cancel(true /* deleteChannel */);
596 mAlertWindowNotification
[all...]

Completed in 50 milliseconds