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

  /packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
TrackInfo.java 69 TrackInfo(List<Integer> attrIds, List<String> attrMap) {
71 for (int i = 0; i < attrIds.size(); i++) {
72 attributeMap.put(attrIds.get(i), attrMap.get(i));
  /frameworks/base/core/java/com/android/internal/widget/
NotificationActionListLayout.java 63 int[] attrIds = { android.R.attr.gravity };
64 TypedArray ta = context.obtainStyledAttributes(attrs, attrIds, defStyleAttr, defStyleRes);
  /packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
AddressedMediaPlayer.java 493 int[] attrIds = null; /* array of attr ids */
534 attrIds = new int[attrId.size()];
537 attrIds[attrIndex] = attrId.get(attrIndex);
543 ItemAttrRsp rspObj = new ItemAttrRsp(AvrcpConstants.RSP_NO_ERROR, attrIds, attrValues);
BrowsedMediaPlayer.java 220 int[] attrIds = null; /* array of attr ids */
259 attrIds = new int[attrIdArray.size()];
261 attrIds[i] = attrIdArray.get(i);
267 ItemAttrRsp rspObj = new ItemAttrRsp(AvrcpConstants.RSP_NO_ERROR, attrIds, attrValues);
    [all...]
Avrcp.java 526 int[] attrIds = elem.mAttrIDs;
534 textArray[i] = mMediaAttributes.getString(attrIds[i]);
535 responseDebug.append("[" + attrIds[i] + "=");
536 if (attrIds[i] == AvrcpConstants.ATTRID_TITLE
537 || attrIds[i] == AvrcpConstants.ATTRID_ARTIST
538 || attrIds[i] == AvrcpConstants.ATTRID_ALBUM) {
546 getElementAttrRspNative(bdaddr, numAttr, attrIds, textArray);
    [all...]
  /frameworks/base/core/java/android/view/
NotificationHeaderView.java 103 int[] attrIds = { android.R.attr.gravity };
104 TypedArray ta = context.obtainStyledAttributes(attrs, attrIds, defStyleAttr, defStyleRes);

Completed in 405 milliseconds