Searched refs:activeBroadcastAssistantNotification (Results 1 – 3 of 3) sorted by relevance
624 leAudioService.activeBroadcastAssistantNotification(false); in stop()851 leAudioService.activeBroadcastAssistantNotification(false); in checkForPendingGroupOpRequest()898 leAudioService.activeBroadcastAssistantNotification(true); in localNotifyReceiveStateChanged()917 leAudioService.activeBroadcastAssistantNotification(false); in localNotifyReceiveStateChanged()2888 leAudioService.activeBroadcastAssistantNotification(true); in isAllowedToAddSource()
1355 verify(mLeAudioService).activeBroadcastAssistantNotification(eq(true)); in testRemoveSourceForGroupAndTriggerModifySource()3252 verify(mLeAudioService).activeBroadcastAssistantNotification(eq(true)); in testSuspendResumeSourceSynchronization()3406 verify(mLeAudioService).activeBroadcastAssistantNotification(eq(true)); in testHandleUnicastSourceStreamStatusChange()3561 verify(mLeAudioService).activeBroadcastAssistantNotification(eq(false)); in testHandleUnicastSourceStreamStatusChange()
1397 public void activeBroadcastAssistantNotification(boolean active) { in activeBroadcastAssistantNotification() method in LeAudioService