Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DAudioAttributes.java306 public static final SparseIntArray SUPPRESSIBLE_USAGES; field in AudioAttributes
309 SUPPRESSIBLE_USAGES = new SparseIntArray();
310 SUPPRESSIBLE_USAGES.put(USAGE_NOTIFICATION, SUPPRESSIBLE_NOTIFICATION); in SUPPRESSIBLE_USAGES.put()
311 SUPPRESSIBLE_USAGES.put(USAGE_NOTIFICATION_RINGTONE, SUPPRESSIBLE_CALL); in SUPPRESSIBLE_USAGES.put()
312 SUPPRESSIBLE_USAGES.put(USAGE_NOTIFICATION_COMMUNICATION_REQUEST,SUPPRESSIBLE_CALL); in SUPPRESSIBLE_USAGES.put()
313 SUPPRESSIBLE_USAGES.put(USAGE_NOTIFICATION_COMMUNICATION_INSTANT,SUPPRESSIBLE_NOTIFICATION); in SUPPRESSIBLE_USAGES.put()
314 SUPPRESSIBLE_USAGES.put(USAGE_NOTIFICATION_COMMUNICATION_DELAYED,SUPPRESSIBLE_NOTIFICATION); in SUPPRESSIBLE_USAGES.put()
315 SUPPRESSIBLE_USAGES.put(USAGE_NOTIFICATION_EVENT, SUPPRESSIBLE_NOTIFICATION); in SUPPRESSIBLE_USAGES.put()
316 SUPPRESSIBLE_USAGES.put(USAGE_ASSISTANCE_ACCESSIBILITY, SUPPRESSIBLE_NEVER); in SUPPRESSIBLE_USAGES.put()
317 SUPPRESSIBLE_USAGES.put(USAGE_VOICE_COMMUNICATION, SUPPRESSIBLE_NEVER); in SUPPRESSIBLE_USAGES.put()
[all …]
/frameworks/base/services/core/java/com/android/server/appop/
DAudioRestrictionManager.java47 final int suppressionBehavior = AudioAttributes.SUPPRESSIBLE_USAGES.get(usage);
/frameworks/base/services/core/java/com/android/server/notification/
DZenModeFiltering.java358 return aa != null && AudioAttributes.SUPPRESSIBLE_USAGES.get(aa.getUsage()) == in isMedia()
364 return aa != null && AudioAttributes.SUPPRESSIBLE_USAGES.get(aa.getUsage()) == in isSystem()
DZenModeHelper.java2214 final int suppressionBehavior = AudioAttributes.SUPPRESSIBLE_USAGES.get(usage); in applyRestrictions()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DZenModeHelperTest.java644 boolean shouldMute = AudioAttributes.SUPPRESSIBLE_USAGES.get(usage) in testZenAllCannotBypass()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt23767 Landroid/media/AudioAttributes;->SUPPRESSIBLE_USAGES:Landroid/util/SparseIntArray;