Home
last modified time | relevance | path

Searched refs:PRIORITY_CATEGORY_ALARMS (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/notification/
DEnableZenModeDialogTest.java83 NotificationManager.Policy.PRIORITY_CATEGORY_ALARMS, 0, 0, 0); in setup()
171 NotificationManager.Policy.PRIORITY_CATEGORY_ALARMS, 0, 0, 0)); in testNoAlarmWarning()
/frameworks/base/core/java/android/preference/
DSeekBarVolumizer.java102 .PRIORITY_CATEGORY_ALARMS) != 0; in SeekBarVolumizer()
456 .PRIORITY_CATEGORY_ALARMS) != 0; in onReceive()
/frameworks/base/core/java/android/app/
DNotificationManager.java1034 public static final int PRIORITY_CATEGORY_ALARMS = 1 << 5; field in NotificationManager.Policy
1044 PRIORITY_CATEGORY_ALARMS,
1469 case PRIORITY_CATEGORY_ALARMS: return "PRIORITY_CATEGORY_ALARMS"; in priorityCategoryToString()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/notification/
DEnableZenModeDialog.java465 & NotificationManager.Policy.PRIORITY_CATEGORY_ALARMS) != 0; in computeAlarmWarningText()
/frameworks/base/core/java/android/service/notification/
DZenModeConfig.java764 priorityCategories |= Policy.PRIORITY_CATEGORY_ALARMS; in toNotificationPolicy()
813 allowAlarms = (policy.priorityCategories & Policy.PRIORITY_CATEGORY_ALARMS) != 0; in applyNotificationPolicy()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumeDialogControllerImpl.java550 .PRIORITY_CATEGORY_ALARMS) == 0; in updateZenConfig()
/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java4240 & NotificationManager.Policy.PRIORITY_CATEGORY_ALARMS) == 0; in shouldZenMuteStream()
4270 & NotificationManager.Policy.PRIORITY_CATEGORY_ALARMS) == 0) { in updateZenModeAffectedStreams()
/frameworks/base/config/
Dhiddenapi-public-dex.txt3913 Landroid/app/NotificationManager$Policy;->PRIORITY_CATEGORY_ALARMS:I
/frameworks/base/api/
Dcurrent.txt5732 field public static final int PRIORITY_CATEGORY_ALARMS = 32; // 0x20