OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MUSIC
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Settings/src/com/android/settings/deviceinfo/
StorageVolumePreferenceCategory.java
47
static final int
MUSIC
= 3;
112
new MediaCategory(
MUSIC
, Environment.DIRECTORY_MUSIC, Environment.DIRECTORY_ALARMS,
415
} 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 462 milliseconds