Searched refs:IMS_MMTEL_CAPABILITY_VOICE (Results 1 – 5 of 5) sorted by relevance
38 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()
2435 eq(CommandsInterface.IMS_MMTEL_CAPABILITY_VOICE in testUpdateImsRegistrationInfo()
136 int IMS_MMTEL_CAPABILITY_VOICE = 1 << 0; field
5716 if ((capabilities & CommandsInterface.IMS_MMTEL_CAPABILITY_VOICE) > 0) { in convertImsCapability()5718 android.hardware.radio.ims.ImsRegistration.IMS_MMTEL_CAPABILITY_VOICE; in convertImsCapability()
41 import static com.android.internal.telephony.CommandsInterface.IMS_MMTEL_CAPABILITY_VOICE;6252 capabilities |= IMS_MMTEL_CAPABILITY_VOICE; in updateImsRegistrationInfo()