Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
DAvrcpControllerClasses.java51 else if (attribId == AvrcpControllerConstants.ATTRIB_REPEAT_STATUS) { in mapAttribIdValtoAvrcpPlayerSetting()
364 case AvrcpControllerConstants.ATTRIB_REPEAT_STATUS: in getSupportedPlayerAppSetting()
384 case AvrcpControllerConstants.ATTRIB_REPEAT_STATUS: in getSupportedPlayerAppSetting()
DAvrcpControllerConstants.java95 public static final byte ATTRIB_REPEAT_STATUS = 0x02; field in AvrcpControllerConstants
DAvrcpControllerService.java354 attribArray[i++] = AvrcpControllerConstants.ATTRIB_REPEAT_STATUS; in setPlayerApplicationSetting()