Searched refs:streamAction (Results 1 – 3 of 3) sorted by relevance
52 public void streamAction(Integer group_id, int action, Integer content_type) { in streamAction() method in LeAudioViewModel53 bluetoothProxy.streamAction(group_id, action, content_type); in streamAction()
296 leAudioViewModel.streamAction(group_id, action, content_type); in setupViewsProfileUiEventListeners()
1104 public void streamAction(Integer group_id, int action, Integer content_type) { in streamAction() method in BluetoothProxy