Searched refs:getCallAudioState (Results 1 – 9 of 9) sorted by relevance
177 when(mMockInCallService.getCallAudioState()).thenReturn(callAudioState); in testGetMuted_isMuted()186 when(mMockInCallService.getCallAudioState()).thenReturn(null); in testGetMuted_audioRouteIsNull()215 when(mMockInCallService.getCallAudioState()).thenReturn(callAudioState); in testGetSupportedAudioRouteMask()261 when(mMockInCallService.getCallAudioState()).thenReturn(callAudioState); in testGetSupportedAudioRoute_supportedAudioRouteMaskIsRouteAll()276 when(mMockInCallService.getCallAudioState()).thenReturn(callAudioState); in testGetSupportedAudioRoute_supportedAudioRouteMaskIsRouteSpeaker()
163 CallAudioState audioState = mInCallService.getCallAudioState(); in getMuted()268 return mInCallService != null ? mInCallService.getCallAudioState() : null; in getCallAudioStateOrNull()
100 when(mMockInCallService.getCallAudioState()).thenReturn(mMockAudioState); in setup()243 when(mMockInCallViewModel.getCallAudioState()).thenReturn(mCallAudioStateLiveData); in addFragment()
60 when(inCallService.getCallAudioState()).thenReturn(callAudioState); in setupInCallServiceImpl()
173 CallAudioState audioState = connection.getCallAudioState(); in getView()
241 public MutableLiveData<CallAudioState> getCallAudioState() { in getCallAudioState() method in InCallViewModel
147 mCallAudioState = inCallViewModel.getCallAudioState(); in onCreate()
348 public CallAudioState getCallAudioState() { in getCallAudioState() method in CallAudioManager
1131 return mCallAudioManager.getCallAudioState(); in getAudioState()