/aosp12/packages/apps/Car/Dialer/tests/unittests/src/com/android/car/dialer/telecom/ |
H A D | UiCallManagerTest.java | 135 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 D | UiCallManager.java | 129 CallAudioState audioState = mInCallService.getCallAudioState(); in getMuted() 221 return mInCallService != null ? mInCallService.getCallAudioState() : null; in getCallAudioStateOrNull()
|
/aosp12/frameworks/base/telecomm/java/android/telecom/ |
H A D | InCallService.java | 540 public final CallAudioState getCallAudioState() { in getCallAudioState() method in InCallService 541 return mPhone == null ? null : mPhone.getCallAudioState(); in getCallAudioState()
|
H A D | Phone.java | 429 public final CallAudioState getCallAudioState() { in getCallAudioState() method in Phone
|
H A D | Conference.java | 227 public final CallAudioState getCallAudioState() { in getCallAudioState() method in Conference
|
H A D | Connection.java | 2257 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 D | OngoingCallFragmentTest.java | 116 when(mockInCallViewModel.getCallAudioState()) in startFragment()
|
H A D | OnGoingCallControllerBarFragmentTest.java | 214 when(mockInCallViewModel.getCallAudioState()).thenReturn(mCallAudioStateLiveData); in addFragment()
|
/aosp12/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/ |
H A D | SelfManagedCallListAdapter.java | 173 CallAudioState audioState = connection.getCallAudioState(); in getView()
|
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/activecall/ |
H A D | InCallViewModel.java | 313 public LiveData<CallAudioState> getCallAudioState() { in getCallAudioState() method in InCallViewModel
|
H A D | OnGoingCallControllerBarFragment.java | 144 mCallAudioState = mInCallViewModel.getCallAudioState(); in onCreate()
|
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/ |
H A D | CallAudioManager.java | 356 public CallAudioState getCallAudioState() { in getCallAudioState() method in CallAudioManager
|
H A D | CallsManager.java | 1216 return mCallAudioManager.getCallAudioState(); in getAudioState()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | system-current.txt | 10959 method @Deprecated public android.telecom.CallAudioState getCallAudioState();
|
H A D | current.txt | 39773 method public final android.telecom.CallAudioState getCallAudioState(); 39839 method public final android.telecom.CallAudioState getCallAudioState(); 40146 method public final android.telecom.CallAudioState getCallAudioState();
|