Searched defs:USAGE_MEDIA (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/java/android/media/
H A DAudioAttributes.java43 * the "usage" information. Examples of usage are {@link #USAGE_MEDIA} and {@link #USAGE_ALARM}.
102 public final static int USAGE_MEDIA = 1; field in class:AudioAttributes
305 * .setUsage(AudioAttributes.USAGE_MEDIA)
314 * {@link MediaPlayer} will use a default usage of {@link AudioAttributes#USAGE_MEDIA}.
367 * {@link AudioAttributes#USAGE_MEDIA},
385 case USAGE_MEDIA:
669 case USAGE_MEDIA:
670 return new String("USAGE_MEDIA");
713 return USAGE_MEDIA;
773 case USAGE_MEDIA
[all...]

Completed in 546 milliseconds