Searched refs:isGroupAvailableForStream (Results 1 – 3 of 3) sorted by relevance
160 when(mLeAudioService.isGroupAvailableForStream(anyInt())).thenReturn(true); in setUp()678 when(mLeAudioService.isGroupAvailableForStream(anyInt())).thenReturn(true); in onlyLeAudioConnected_setHeadsetActive()686 when(mLeAudioService.isGroupAvailableForStream(anyInt())).thenReturn(false); in leAudioConnected_notReadyForStream()694 when(mLeAudioService.isGroupAvailableForStream(anyInt())).thenReturn(true); in secondLeAudioConnected_setSecondLeAudioActive()705 when(mLeAudioService.isGroupAvailableForStream(anyInt())).thenReturn(true); in lastLeAudioDisconnected_clearLeAudioActive()716 when(mLeAudioService.isGroupAvailableForStream(anyInt())).thenReturn(true); in leAudioActiveDeviceSelected_setActive()829 when(mLeAudioService.isGroupAvailableForStream(anyInt())).thenReturn(true); in leAudioSetConnectedThenNotActiveOneDisconnected_noFallback()854 when(mLeAudioService.isGroupAvailableForStream(anyInt())).thenReturn(true); in leAudioSetConnectedThenActiveOneDisconnected_noFallback()882 when(mLeAudioService.isGroupAvailableForStream(anyInt())).thenReturn(true); in leAudioSetConnectedThenActiveOneDisconnected_hasFallback()904 when(mLeAudioService.isGroupAvailableForStream(anyInt())).thenReturn(true); in leAudioSetConnectedGroupThenDisconnected_noFallback()[all …]
440 if (!leAudioService.isGroupAvailableForStream(leAudioService.getGroupId(device))) { in handleLeAudioConnected()
2128 if (!isGroupAvailableForStream(groupId)) { in setActiveGroupWithDevice()4145 public boolean isGroupAvailableForStream(int groupId) { in isGroupAvailableForStream() method in LeAudioService