Home
last modified time | relevance | path

Searched refs:PRIORITY_CATEGORY_SYSTEM (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/app/
DNotificationManager.java1038 public static final int PRIORITY_CATEGORY_SYSTEM = 1 << 7; field in NotificationManager.Policy
1046 PRIORITY_CATEGORY_SYSTEM,
1471 case PRIORITY_CATEGORY_SYSTEM: return "PRIORITY_CATEGORY_SYSTEM"; in priorityCategoryToString()
/frameworks/base/core/java/android/service/notification/
DZenModeConfig.java770 priorityCategories |= Policy.PRIORITY_CATEGORY_SYSTEM; in toNotificationPolicy()
815 allowSystem = (policy.priorityCategories & Policy.PRIORITY_CATEGORY_SYSTEM) != 0; in applyNotificationPolicy()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumeDialogControllerImpl.java554 .PRIORITY_CATEGORY_SYSTEM) == 0; in updateZenConfig()
/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java4244 & NotificationManager.Policy.PRIORITY_CATEGORY_SYSTEM) == 0; in shouldZenMuteStream()
4280 & NotificationManager.Policy.PRIORITY_CATEGORY_SYSTEM) == 0) { in updateZenModeAffectedStreams()
/frameworks/base/config/
Dhiddenapi-public-dex.txt3920 Landroid/app/NotificationManager$Policy;->PRIORITY_CATEGORY_SYSTEM:I
/frameworks/base/api/
Dcurrent.txt5739 field public static final int PRIORITY_CATEGORY_SYSTEM = 128; // 0x80