Searched refs:ongoingCall (Results 1 – 2 of 2) sorted by relevance
41 audioModeInteractor.isOngoingCall.distinctUntilChanged().collect { ongoingCall -> in <lambda>() method43 if (ongoingCall) VolumePanelUiEvent.VOLUME_PANEL_AUDIO_MODE_CHANGE_TO_CALLING in <lambda>()
575 final BaseHeadsUpManager.HeadsUpEntry ongoingCall = hum.new HeadsUpEntry( in testAlertEntryCompareTo_ongoingCallLessThanActiveRemoteInput() local587 assertThat(ongoingCall.compareTo(activeRemoteInput)).isLessThan(0); in testAlertEntryCompareTo_ongoingCallLessThanActiveRemoteInput()588 assertThat(activeRemoteInput.compareTo(ongoingCall)).isGreaterThan(0); in testAlertEntryCompareTo_ongoingCallLessThanActiveRemoteInput()