Home
last modified time | relevance | path

Searched refs:attrValues (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
DAddressedMediaPlayer.java460 String[] attrValues = null; /* array of attr values */ in getItemAttrFilterAttr() local
502 attrValues = attrArray.toArray(new String[attrId.size()]); in getItemAttrFilterAttr()
505 ItemAttrRsp rspObj = new ItemAttrRsp(AvrcpConstants.RSP_NO_ERROR, attrIds, attrValues); in getItemAttrFilterAttr()
DBrowsedMediaPlayer.java196 String[] attrValues = null; /* array of attr values */ in getItemAttrFilterAttr() local
237 attrValues = attrValueArray.toArray(new String[attrIdArray.size()]); in getItemAttrFilterAttr()
240 ItemAttrRsp rspObj = new ItemAttrRsp(AvrcpConstants.RSP_NO_ERROR, attrIds, attrValues); in getItemAttrFilterAttr()
DAvrcpHelperClasses.java168 String[] displayNameArray, int[] AttributesNum, int[] AttrIds, String[] attrValues) { in FolderItemsRsp() argument
180 this.mAttrValues = attrValues; in FolderItemsRsp()