Home
last modified time | relevance | path

Searched refs:getIsVoipAudioMode (Results 1 – 7 of 7) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallAudioManagerTest.java716 when(child.getIsVoipAudioMode()).thenReturn(true);
720 when(conference.getIsVoipAudioMode()).thenReturn(false);
761 when(pstnCall.getIsVoipAudioMode()).thenReturn(false);
794 when(voipCall.getIsVoipAudioMode()).thenReturn(true);
/packages/services/Telecomm/src/com/android/server/telecom/
DCallAnomalyWatchdog.java310 boolean isVoip = call.getIsVoipAudioMode(); in getTimeoutMillis()
DCallAudioManager.java902 return firstChild.getIsVoipAudioMode(); in isCallVoip()
904 return call.getIsVoipAudioMode(); in isCallVoip()
DParcelableCallUtils.java158 if (call.getIsVoipAudioMode()) { in toParcelableCall()
DCall.java2630 setIsVoipAudioMode(connection.getIsVoipAudioMode()); in handleCreateConnectionSuccess()
4182 public boolean getIsVoipAudioMode() { in getIsVoipAudioMode() method in Call
DConnectionServiceWrapper.java1074 connection.getIsVoipAudioMode(), in addExistingConnection()
DInCallController.java3174 mCallIdMapper.getCalls().stream().anyMatch(Call::getIsVoipAudioMode); in isCarrierPrivilegedUsingMicDuringVoipCall()