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

  /packages/apps/Settings/src/com/android/settings/deviceinfo/
StorageVolumePreferenceCategory.java 50 static final int MUSIC = 3;
116 new MediaCategory(MUSIC, Environment.DIRECTORY_MUSIC, Environment.DIRECTORY_ALARMS,
434 } else if (preference == mPreferences[MUSIC]) {
  /frameworks/base/core/java/com/google/android/util/
AbstractMessageParser.java 66 /** Music note that indicates user is listening to a music track. */
84 * /me text and music
129 // Look for music track (of which there would be only one and it'll be the
252 * Looks for a music track (\u266B is first character, everything else is
662 MUSIC ("m"),
768 /** Represents a music track token at the beginning. */
773 super(Type.MUSIC, track);
    [all...]
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioSystemLegacy.h 77 MUSIC = 3,

Completed in 85 milliseconds