Searched refs:SUPPRESSIBLE_USAGES (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/media/java/android/media/
H A DAudioAttributes.java179 * IMPORTANT: when adding new usage types, add them to SDK_USAGES and update SUPPRESSIBLE_USAGES
187 * @see #SUPPRESSIBLE_USAGES
194 * @see #SUPPRESSIBLE_USAGES
200 * @see #SUPPRESSIBLE_USAGES
210 public static final SparseIntArray SUPPRESSIBLE_USAGES; field in class:AudioAttributes
213 SUPPRESSIBLE_USAGES = new SparseIntArray();
214 SUPPRESSIBLE_USAGES.put(USAGE_NOTIFICATION, SUPPRESSIBLE_NOTIFICATION);
215 SUPPRESSIBLE_USAGES.put(USAGE_NOTIFICATION_RINGTONE, SUPPRESSIBLE_CALL);
216 SUPPRESSIBLE_USAGES.put(USAGE_NOTIFICATION_COMMUNICATION_REQUEST,SUPPRESSIBLE_CALL);
217 SUPPRESSIBLE_USAGES
[all...]
/frameworks/support/media-compat/java/android/support/v4/media/
H A DAudioAttributesCompat.java154 * IMPORTANT: when adding new usage types, add them to SDK_USAGES and update SUPPRESSIBLE_USAGES
162 private static final SparseIntArray SUPPRESSIBLE_USAGES; field in class:AudioAttributesCompat
168 SUPPRESSIBLE_USAGES = new SparseIntArray();
169 SUPPRESSIBLE_USAGES.put(USAGE_NOTIFICATION, SUPPRESSIBLE_NOTIFICATION);
170 SUPPRESSIBLE_USAGES.put(USAGE_NOTIFICATION_RINGTONE, SUPPRESSIBLE_CALL);
171 SUPPRESSIBLE_USAGES.put(USAGE_NOTIFICATION_COMMUNICATION_REQUEST, SUPPRESSIBLE_CALL);
172 SUPPRESSIBLE_USAGES.put(
174 SUPPRESSIBLE_USAGES.put(
176 SUPPRESSIBLE_USAGES.put(USAGE_NOTIFICATION_EVENT, SUPPRESSIBLE_NOTIFICATION);
/frameworks/base/services/core/java/com/android/server/notification/
H A DZenModeHelper.java764 final int suppressionBehavior = AudioAttributes.SUPPRESSIBLE_USAGES.get(usage);

Completed in 113 milliseconds