Searched defs:folderTypes (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
H A DAvrcpHelperClasses.java167 byte[] folderTypes, byte[] playable, byte[] ItemTypes, byte[] ItemsUid,
173 this.mFolderTypes = folderTypes;
373 mFolderTypes = new byte[size]; /* folderTypes */
166 FolderItemsRsp(byte Status, short UIDCounter, byte scope, int numItems, byte[] folderTypes, byte[] playable, byte[] ItemTypes, byte[] ItemsUid, String[] displayNameArray, int[] AttributesNum, int[] AttrIds, String[] attrValues) argument
H A DAvrcp.java2761 byte scope, int numItems, byte[] folderTypes, byte[] playable, byte[] itemTypes,
2760 getFolderItemsRspNative(byte[] address, int rspStatus, short uidCounter, byte scope, int numItems, byte[] folderTypes, byte[] playable, byte[] itemTypes, byte[] itemUidArray, String[] textArray, int[] AttributesNum, int[] AttributesIds, String[] attributesArray) argument

Completed in 239 milliseconds