Home
last modified time | relevance | path

Searched refs:PRIORITY_CATEGORY_MEDIA (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/preference/
DSeekBarVolumizer.java104 .PRIORITY_CATEGORY_MEDIA) != 0; in SeekBarVolumizer()
458 & NotificationManager.Policy.PRIORITY_CATEGORY_MEDIA) != 0; in onReceive()
/frameworks/base/core/java/android/app/
DNotificationManager.java1036 public static final int PRIORITY_CATEGORY_MEDIA = 1 << 6; field in NotificationManager.Policy
1045 PRIORITY_CATEGORY_MEDIA,
1470 case PRIORITY_CATEGORY_MEDIA: return "PRIORITY_CATEGORY_MEDIA"; in priorityCategoryToString()
/frameworks/base/core/java/android/service/notification/
DZenModeConfig.java767 priorityCategories |= Policy.PRIORITY_CATEGORY_MEDIA; in toNotificationPolicy()
814 allowMedia = (policy.priorityCategories & Policy.PRIORITY_CATEGORY_MEDIA) != 0; in applyNotificationPolicy()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumeDialogControllerImpl.java552 .PRIORITY_CATEGORY_MEDIA) == 0; in updateZenConfig()
/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java4242 & NotificationManager.Policy.PRIORITY_CATEGORY_MEDIA) == 0; in shouldZenMuteStream()
4275 & NotificationManager.Policy.PRIORITY_CATEGORY_MEDIA) == 0) { in updateZenModeAffectedStreams()
/frameworks/base/config/
Dhiddenapi-public-dex.txt3916 Landroid/app/NotificationManager$Policy;->PRIORITY_CATEGORY_MEDIA:I
/frameworks/base/api/
Dcurrent.txt5735 field public static final int PRIORITY_CATEGORY_MEDIA = 64; // 0x40