OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ATTRID_ARTIST
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
AvrcpConstants.java
87
static final int
ATTRID_ARTIST
= 0x02;
AddressedMediaPlayer.java
409
case AvrcpConstants.
ATTRID_ARTIST
:
531
sb.append(Utils.ellipsize(getAttrValue(AvrcpConstants.
ATTRID_ARTIST
, item, null)));
BrowsedMediaPlayer.java
636
case AvrcpConstants.
ATTRID_ARTIST
:
[
all
...]
Avrcp.java
459
|| attrIds[i] == AvrcpConstants.
ATTRID_ARTIST
[
all
...]
Completed in 463 milliseconds