Searched refs:getCallAudioState (Results 1 – 10 of 10) sorted by relevance
130 when(mMockInCallService.getCallAudioState()).thenReturn(callAudioState); in testGetMuted_isMuted()137 when(mMockInCallService.getCallAudioState()).thenReturn(null); in testGetMuted_audioRouteIsNull()164 when(mMockInCallService.getCallAudioState()).thenReturn(callAudioState); in testGetSupportedAudioRouteMask()190 when(mMockInCallService.getCallAudioState()).thenReturn(callAudioState); in testGetSupportedAudioRoute_supportedAudioRouteMaskIsRouteAll()204 when(mMockInCallService.getCallAudioState()).thenReturn(callAudioState); in testGetSupportedAudioRoute_supportedAudioRouteMaskIsRouteSpeaker()247 when(mMockInCallService.getCallAudioState()).thenReturn(callAudioState); in scoStateToAudioRoute()
115 CallAudioState audioState = mInCallService.getCallAudioState(); in getMuted()207 return mInCallService != null ? mInCallService.getCallAudioState() : null; in getCallAudioStateOrNull()
72 when(inCallService.getCallAudioState()).thenReturn(callAudioState); in setupInCallServiceImpl()
116 when(mockInCallViewModel.getCallAudioState()) in startFragment()
214 when(mockInCallViewModel.getCallAudioState()).thenReturn(mCallAudioStateLiveData); in addFragment()
173 CallAudioState audioState = connection.getCallAudioState(); in getView()
313 public LiveData<CallAudioState> getCallAudioState() { in getCallAudioState() method in InCallViewModel
138 mCallAudioState = mInCallViewModel.getCallAudioState(); in onCreate()
356 public CallAudioState getCallAudioState() { in getCallAudioState() method in CallAudioManager
1216 return mCallAudioManager.getCallAudioState(); in getAudioState()