HomeSort by relevance Sort by last modified time
    Searched defs:mAlertWindowNotification (Results 1 - 3 of 3) sorted by null

  /frameworks/base/services/core/java/com/android/server/wm/
Session.java 89 private AlertWindowNotification mAlertWindowNotification;
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 = null
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-8.0.0_r4-robolectric-0.jar 
android-all-o-preview-4-robolectric-0.jar 

Completed in 516 milliseconds