Home
last modified time | relevance | path

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

/aosp12/frameworks/base/telecomm/java/android/telecom/
H A DParcelableConnection.java198 public boolean getIsVoipAudioMode() { in getIsVoipAudioMode() method in ParcelableConnection
H A DRemoteConnectionService.java97 connection.setIsVoipAudioMode(parcel.getIsVoipAudioMode());
H A DRemoteConnection.java706 mIsVoipAudioMode = connection.getIsVoipAudioMode(); in RemoteConnection()
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DParcelableCallUtils.java157 if (call.getIsVoipAudioMode()) { in toParcelableCall()
H A DCallAudioManager.java731 mForegroundCall != null && mForegroundCall.getIsVoipAudioMode()) in makeArgsForModeStateMachine()
H A DCall.java2232 setIsVoipAudioMode(connection.getIsVoipAudioMode()); in handleCreateConnectionSuccess()
3651 public boolean getIsVoipAudioMode() { in getIsVoipAudioMode() method in Call
H A DInCallController.java2301 mCallIdMapper.getCalls().stream().anyMatch(Call::getIsVoipAudioMode); in isCarrierPrivilegedUsingMicDuringVoipCall()
H A DConnectionServiceWrapper.java951 connection.getIsVoipAudioMode(), in addExistingConnection()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt55676 Landroid/telecom/ParcelableConnection;->getIsVoipAudioMode()Z