Searched defs:INTERRUPTION_FILTER_PRIORITY (Results 1 - 2 of 2) sorted by path

/frameworks/base/core/java/android/app/
H A DNotificationManager.java140 INTERRUPTION_FILTER_NONE, INTERRUPTION_FILTER_PRIORITY, INTERRUPTION_FILTER_ALARMS,
160 public static final int INTERRUPTION_FILTER_PRIORITY = 2; field in class:NotificationManager
1204 case Global.ZEN_MODE_IMPORTANT_INTERRUPTIONS: return INTERRUPTION_FILTER_PRIORITY;
1215 case INTERRUPTION_FILTER_PRIORITY: return Global.ZEN_MODE_IMPORTANT_INTERRUPTIONS;
/frameworks/base/core/java/android/service/notification/
H A DNotificationListenerService.java100 public static final int INTERRUPTION_FILTER_PRIORITY field in class:NotificationListenerService
101 = NotificationManager.INTERRUPTION_FILTER_PRIORITY;

Completed in 61 milliseconds