Home
last modified time | relevance | path

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

/packages/apps/Car/Dialer/tests/unittests/src/com/android/car/dialer/telecom/
DUiCallManagerTest.java130 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()
/packages/apps/Car/Dialer/src/com/android/car/dialer/telecom/
DUiCallManager.java115 CallAudioState audioState = mInCallService.getCallAudioState(); in getMuted()
207 return mInCallService != null ? mInCallService.getCallAudioState() : null; in getCallAudioStateOrNull()
/packages/apps/Car/Dialer/tests/robotests/src/com/android/car/dialer/
DTestDialerApplication.java72 when(inCallService.getCallAudioState()).thenReturn(callAudioState); in setupInCallServiceImpl()
/packages/apps/Car/Dialer/tests/unittests/src/com/android/car/dialer/ui/activecall/
DOngoingCallFragmentTest.java116 when(mockInCallViewModel.getCallAudioState()) in startFragment()
DOnGoingCallControllerBarFragmentTest.java214 when(mockInCallViewModel.getCallAudioState()).thenReturn(mCallAudioStateLiveData); in addFragment()
/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.java313 public LiveData<CallAudioState> getCallAudioState() { in getCallAudioState() method in InCallViewModel
DOnGoingCallControllerBarFragment.java138 mCallAudioState = mInCallViewModel.getCallAudioState(); in onCreate()
/packages/services/Telecomm/src/com/android/server/telecom/
DCallAudioManager.java356 public CallAudioState getCallAudioState() { in getCallAudioState() method in CallAudioManager
DCallsManager.java1216 return mCallAudioManager.getCallAudioState(); in getAudioState()