Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Dialer/tests/unittests/src/com/android/car/dialer/telecom/
H A DUiCallManagerTest.java135 when(mMockInCallService.getCallAudioState()).thenReturn(callAudioState); in testGetMuted_isMuted()
142 when(mMockInCallService.getCallAudioState()).thenReturn(null); in testGetMuted_audioRouteIsNull()
169 when(mMockInCallService.getCallAudioState()).thenReturn(callAudioState); in testGetSupportedAudioRouteMask()
195 when(mMockInCallService.getCallAudioState()).thenReturn(callAudioState); in testGetSupportedAudioRoute_supportedAudioRouteMaskIsRouteAll()
209 when(mMockInCallService.getCallAudioState()).thenReturn(callAudioState); in testGetSupportedAudioRoute_supportedAudioRouteMaskIsRouteSpeaker()
252 when(mMockInCallService.getCallAudioState()).thenReturn(callAudioState); in scoStateToAudioRoute()
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/telecom/
H A DUiCallManager.java129 CallAudioState audioState = mInCallService.getCallAudioState(); in getMuted()
221 return mInCallService != null ? mInCallService.getCallAudioState() : null; in getCallAudioStateOrNull()
/aosp12/frameworks/base/telecomm/java/android/telecom/
H A DInCallService.java540 public final CallAudioState getCallAudioState() { in getCallAudioState() method in InCallService
541 return mPhone == null ? null : mPhone.getCallAudioState(); in getCallAudioState()
H A DPhone.java429 public final CallAudioState getCallAudioState() { in getCallAudioState() method in Phone
H A DConference.java227 public final CallAudioState getCallAudioState() { in getCallAudioState() method in Conference
H A DConnection.java2257 public final CallAudioState getCallAudioState() { in getCallAudioState() method in Connection
/aosp12/packages/apps/Car/Dialer/tests/unittests/src/com/android/car/dialer/ui/activecall/
H A DOngoingCallFragmentTest.java116 when(mockInCallViewModel.getCallAudioState()) in startFragment()
H A DOnGoingCallControllerBarFragmentTest.java214 when(mockInCallViewModel.getCallAudioState()).thenReturn(mCallAudioStateLiveData); in addFragment()
/aosp12/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
H A DSelfManagedCallListAdapter.java173 CallAudioState audioState = connection.getCallAudioState(); in getView()
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/activecall/
H A DInCallViewModel.java313 public LiveData<CallAudioState> getCallAudioState() { in getCallAudioState() method in InCallViewModel
H A DOnGoingCallControllerBarFragment.java144 mCallAudioState = mInCallViewModel.getCallAudioState(); in onCreate()
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DCallAudioManager.java356 public CallAudioState getCallAudioState() { in getCallAudioState() method in CallAudioManager
H A DCallsManager.java1216 return mCallAudioManager.getCallAudioState(); in getAudioState()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt10959 method @Deprecated public android.telecom.CallAudioState getCallAudioState();
H A Dcurrent.txt39773 method public final android.telecom.CallAudioState getCallAudioState();
39839 method public final android.telecom.CallAudioState getCallAudioState();
40146 method public final android.telecom.CallAudioState getCallAudioState();