Home
last modified time | relevance | path

Searched refs:getCallAudioState (Results 1 – 9 of 9) sorted by relevance

/packages/apps/Car/Dialer/tests/robotests/src/com/android/car/dialer/telecom/
DUiCallManagerTest.java177 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()
/packages/apps/Car/Dialer/src/com/android/car/dialer/telecom/
DUiCallManager.java163 CallAudioState audioState = mInCallService.getCallAudioState(); in getMuted()
268 return mInCallService != null ? mInCallService.getCallAudioState() : null; in getCallAudioStateOrNull()
/packages/apps/Car/Dialer/tests/robotests/src/com/android/car/dialer/ui/activecall/
DOnGoingCallControllerBarFragmentTest.java100 when(mMockInCallService.getCallAudioState()).thenReturn(mMockAudioState); in setup()
243 when(mMockInCallViewModel.getCallAudioState()).thenReturn(mCallAudioStateLiveData); in addFragment()
/packages/apps/Car/Dialer/tests/robotests/src/com/android/car/dialer/
DTestDialerApplication.java60 when(inCallService.getCallAudioState()).thenReturn(callAudioState); in setupInCallServiceImpl()
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DSelfManagedCallListAdapter.java173 CallAudioState audioState = connection.getCallAudioState(); in getView()
/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/activecall/
DInCallViewModel.java241 public MutableLiveData<CallAudioState> getCallAudioState() { in getCallAudioState() method in InCallViewModel
DOnGoingCallControllerBarFragment.java147 mCallAudioState = inCallViewModel.getCallAudioState(); in onCreate()
/packages/services/Telecomm/src/com/android/server/telecom/
DCallAudioManager.java348 public CallAudioState getCallAudioState() { in getCallAudioState() method in CallAudioManager
DCallsManager.java1131 return mCallAudioManager.getCallAudioState(); in getAudioState()