Searched refs:setSupportedFeature (Results 1 – 2 of 2) sorted by relevance
161 apb.setSupportedFeature(AvrcpPlayer.FEATURE_PLAY); in AvrcpControllerStateMachine()162 apb.setSupportedFeature(AvrcpPlayer.FEATURE_PAUSE); in AvrcpControllerStateMachine()163 apb.setSupportedFeature(AvrcpPlayer.FEATURE_STOP); in AvrcpControllerStateMachine()164 apb.setSupportedFeature(AvrcpPlayer.FEATURE_FORWARD); in AvrcpControllerStateMachine()165 apb.setSupportedFeature(AvrcpPlayer.FEATURE_PREVIOUS); in AvrcpControllerStateMachine()605 apb.setSupportedFeature(AvrcpPlayer.FEATURE_PLAY); in processMessage()606 apb.setSupportedFeature(AvrcpPlayer.FEATURE_PAUSE); in processMessage()607 apb.setSupportedFeature(AvrcpPlayer.FEATURE_STOP); in processMessage()608 apb.setSupportedFeature(AvrcpPlayer.FEATURE_FORWARD); in processMessage()609 apb.setSupportedFeature(AvrcpPlayer.FEATURE_PREVIOUS); in processMessage()
339 public Builder setSupportedFeature(int feature) { in setSupportedFeature() method in AvrcpPlayer.Builder