HomeSort by relevance Sort by last modified time
    Searched defs:SUPPRESSIBLE_USAGES (Results 1 - 2 of 2) sorted by null

  /frameworks/base/media/java/android/media/
AudioAttributes.java 180 * IMPORTANT: when adding new usage types, add them to SDK_USAGES and update SUPPRESSIBLE_USAGES
190 * @see #SUPPRESSIBLE_USAGES
197 * @see #SUPPRESSIBLE_USAGES
203 * @see #SUPPRESSIBLE_USAGES
210 * @see #SUPPRESSIBLE_USAGES
217 * @see #SUPPRESSIBLE_USAGES
226 * @see #SUPPRESSIBLE_USAGES
236 public static final SparseIntArray SUPPRESSIBLE_USAGES;
239 SUPPRESSIBLE_USAGES = new SparseIntArray();
240 SUPPRESSIBLE_USAGES.put(USAGE_NOTIFICATION, SUPPRESSIBLE_NOTIFICATION)
    [all...]
  /frameworks/support/media/src/main/java/androidx/media/
AudioAttributesCompat.java 156 * IMPORTANT: when adding new usage types, add them to SDK_USAGES and update SUPPRESSIBLE_USAGES
164 private static final SparseIntArray SUPPRESSIBLE_USAGES;
170 SUPPRESSIBLE_USAGES = new SparseIntArray();
171 SUPPRESSIBLE_USAGES.put(USAGE_NOTIFICATION, SUPPRESSIBLE_NOTIFICATION);
172 SUPPRESSIBLE_USAGES.put(USAGE_NOTIFICATION_RINGTONE, SUPPRESSIBLE_CALL);
173 SUPPRESSIBLE_USAGES.put(USAGE_NOTIFICATION_COMMUNICATION_REQUEST, SUPPRESSIBLE_CALL);
174 SUPPRESSIBLE_USAGES.put(
176 SUPPRESSIBLE_USAGES.put(
178 SUPPRESSIBLE_USAGES.put(USAGE_NOTIFICATION_EVENT, SUPPRESSIBLE_NOTIFICATION);
    [all...]

Completed in 247 milliseconds