Home
last modified time | relevance | path

Searched refs:IMS_MMTEL_CAPABILITY_VOICE (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneTest.java38 import static com.android.internal.telephony.CommandsInterface.IMS_MMTEL_CAPABILITY_VOICE;
1206 mImsPhoneUT.updateImsRegistrationInfo(IMS_MMTEL_CAPABILITY_VOICE); in testUpdateImsRegistrationInfoRadioTech()
1211 && regInfo[3] == IMS_MMTEL_CAPABILITY_VOICE); in testUpdateImsRegistrationInfoRadioTech()
1235 && regInfo[3] == IMS_MMTEL_CAPABILITY_VOICE); in testUpdateImsRegistrationInfoRadioTech()
1259 && regInfo[3] == IMS_MMTEL_CAPABILITY_VOICE); in testUpdateImsRegistrationInfoRadioTech()
1283 && regInfo[3] == IMS_MMTEL_CAPABILITY_VOICE); in testUpdateImsRegistrationInfoRadioTech()
1320 mImsPhoneUT.updateImsRegistrationInfo(IMS_MMTEL_CAPABILITY_VOICE); in testUpdateImsRegistrationInfoCapabilities()
1325 && regInfo[3] == IMS_MMTEL_CAPABILITY_VOICE); in testUpdateImsRegistrationInfoCapabilities()
1334 mImsPhoneUT.updateImsRegistrationInfo(IMS_MMTEL_CAPABILITY_VOICE); in testUpdateImsRegistrationInfoCapabilities()
DImsPhoneCallTrackerTest.java2435 eq(CommandsInterface.IMS_MMTEL_CAPABILITY_VOICE in testUpdateImsRegistrationInfo()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCommandsInterface.java136 int IMS_MMTEL_CAPABILITY_VOICE = 1 << 0; field
DRILUtils.java5716 if ((capabilities & CommandsInterface.IMS_MMTEL_CAPABILITY_VOICE) > 0) { in convertImsCapability()
5718 android.hardware.radio.ims.ImsRegistration.IMS_MMTEL_CAPABILITY_VOICE; in convertImsCapability()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java41 import static com.android.internal.telephony.CommandsInterface.IMS_MMTEL_CAPABILITY_VOICE;
6252 capabilities |= IMS_MMTEL_CAPABILITY_VOICE; in updateImsRegistrationInfo()