HomeSort by relevance Sort by last modified time
    Searched refs:AvrcpControllerConstants (Results 1 - 4 of 4) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
AvrcpControllerClasses.java 42 if(AvrcpControllerConstants.VDBG) Log.d(TAG, "attribId: " + attribId + " attribVal: " + attribVal);
43 if (attribId == AvrcpControllerConstants.ATTRIB_EQUALIZER_STATUS) {
45 case AvrcpControllerConstants.EQUALIZER_STATUS_OFF:
47 case AvrcpControllerConstants.EQUALIZER_STATUS_ON:
51 else if (attribId == AvrcpControllerConstants.ATTRIB_REPEAT_STATUS) {
53 case AvrcpControllerConstants.REPEAT_STATUS_ALL_TRACK_REPEAT:
55 case AvrcpControllerConstants.REPEAT_STATUS_GROUP_REPEAT:
57 case AvrcpControllerConstants.REPEAT_STATUS_OFF:
59 case AvrcpControllerConstants.REPEAT_STATUS_SINGLE_TRACK_REPEAT:
63 else if (attribId == AvrcpControllerConstants.ATTRIB_SCAN_STATUS)
    [all...]
AvrcpControllerService.java 51 private static final boolean DBG = AvrcpControllerConstants.DBG;
52 private static final boolean VDBG = AvrcpControllerConstants.VDBG;
214 Message msg = mHandler.obtainMessage(AvrcpControllerConstants.
229 (mAvrcpRemoteDevice.mRemoteFeatures == AvrcpControllerConstants.BTRC_FEAT_NONE)||
234 Message msg = mHandler.obtainMessage(AvrcpControllerConstants.MESSAGE_SEND_PASS_THROUGH_CMD,
243 AvrcpControllerConstants.PLAY_STATUS_STOPPED)||
245 AvrcpControllerConstants.PLAY_STATUS_PAUSED) ||
247 AvrcpControllerConstants.PLAY_STATUS_PLAYING);
257 AvrcpControllerConstants.PLAY_STATUS_PLAYING)||
259 AvrcpControllerConstants.PLAY_STATUS_FWD_SEEK)|
    [all...]
RemoteMediaPlayers.java 89 return AvrcpControllerConstants.PLAY_STATUS_STOPPED;
99 return AvrcpControllerConstants.PLAYING_TIME_INVALID;
AvrcpControllerConstants.java 35 final class AvrcpControllerConstants {

Completed in 155 milliseconds