Home
last modified time | relevance | path

Searched refs:attrValue (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
DAddressedMediaPlayer.java385 String attrValue = null; in getAttrValue() local
403 attrValue = extras.getString(MediaMetadata.METADATA_KEY_TITLE); in getAttrValue()
405 attrValue = desc.getTitle().toString(); in getAttrValue()
410 attrValue = extras.getString(MediaMetadata.METADATA_KEY_ARTIST); in getAttrValue()
414 attrValue = extras.getString(MediaMetadata.METADATA_KEY_ALBUM); in getAttrValue()
418 attrValue = in getAttrValue()
423 attrValue = in getAttrValue()
428 attrValue = extras.getString(MediaMetadata.METADATA_KEY_GENRE); in getAttrValue()
432 attrValue = Long.toString(extras.getLong(MediaMetadata.METADATA_KEY_DURATION)); in getAttrValue()
447 attrValue = "<Unknown Title>"; in getAttrValue()
[all …]
DBrowsedMediaPlayer.java626 String attrValue = null; in getAttrValue() local
633 attrValue = desc.getTitle().toString(); in getAttrValue()
637 attrValue = extras.getString(MediaMetadata.METADATA_KEY_ARTIST); in getAttrValue()
641 attrValue = extras.getString(MediaMetadata.METADATA_KEY_ALBUM); in getAttrValue()
645 attrValue = extras.getString(MediaMetadata.METADATA_KEY_TRACK_NUMBER); in getAttrValue()
649 attrValue = extras.getString(MediaMetadata.METADATA_KEY_NUM_TRACKS); in getAttrValue()
653 attrValue = extras.getString(MediaMetadata.METADATA_KEY_GENRE); in getAttrValue()
656 attrValue = extras.getString(MediaMetadata.METADATA_KEY_DURATION); in getAttrValue()
670 attrValue = "<Unknown Title>"; in getAttrValue()
675 if (DEBUG) Log.d(TAG, "getAttrValue: attrvalue = " + attrValue + "attr id:" + attr); in getAttrValue()
[all …]