Home
last modified time | relevance | path

Searched refs:SUPPRESSIBLE_USAGES (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/media/java/android/media/
DAudioAttributes.java239 public static final SparseIntArray SUPPRESSIBLE_USAGES; field in AudioAttributes
242 SUPPRESSIBLE_USAGES = new SparseIntArray();
243 SUPPRESSIBLE_USAGES.put(USAGE_NOTIFICATION, SUPPRESSIBLE_NOTIFICATION); in SUPPRESSIBLE_USAGES.put()
244 SUPPRESSIBLE_USAGES.put(USAGE_NOTIFICATION_RINGTONE, SUPPRESSIBLE_CALL); in SUPPRESSIBLE_USAGES.put()
245 SUPPRESSIBLE_USAGES.put(USAGE_NOTIFICATION_COMMUNICATION_REQUEST,SUPPRESSIBLE_CALL); in SUPPRESSIBLE_USAGES.put()
246 SUPPRESSIBLE_USAGES.put(USAGE_NOTIFICATION_COMMUNICATION_INSTANT,SUPPRESSIBLE_NOTIFICATION); in SUPPRESSIBLE_USAGES.put()
247 SUPPRESSIBLE_USAGES.put(USAGE_NOTIFICATION_COMMUNICATION_DELAYED,SUPPRESSIBLE_NOTIFICATION); in SUPPRESSIBLE_USAGES.put()
248 SUPPRESSIBLE_USAGES.put(USAGE_NOTIFICATION_EVENT, SUPPRESSIBLE_NOTIFICATION); in SUPPRESSIBLE_USAGES.put()
249 SUPPRESSIBLE_USAGES.put(USAGE_ASSISTANCE_ACCESSIBILITY, SUPPRESSIBLE_NEVER); in SUPPRESSIBLE_USAGES.put()
250 SUPPRESSIBLE_USAGES.put(USAGE_VOICE_COMMUNICATION, SUPPRESSIBLE_NEVER); in SUPPRESSIBLE_USAGES.put()
[all …]
/frameworks/base/services/core/java/com/android/server/notification/
DZenModeFiltering.java254 return aa != null && AudioAttributes.SUPPRESSIBLE_USAGES.get(aa.getUsage()) == in isMedia()
260 return aa != null && AudioAttributes.SUPPRESSIBLE_USAGES.get(aa.getUsage()) == in isSystem()
DZenModeHelper.java1023 final int suppressionBehavior = AudioAttributes.SUPPRESSIBLE_USAGES.get(usage); in applyRestrictions()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DZenModeHelperTest.java344 boolean shouldMute = AudioAttributes.SUPPRESSIBLE_USAGES.get(usage) in testZenAllCannotBypass()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt33896 Landroid/media/AudioAttributes;->SUPPRESSIBLE_USAGES:Landroid/util/SparseIntArray;