Searched refs:regTech (Results 1 – 3 of 3) sorted by relevance
106 final int[] regTech = {ImsRegistrationImplBase.REGISTRATION_TECH_LTE, in initCache() local111 for (int tech : regTech) { in initCache()
211 getRcsFeatureController(subId).getRegistrationTech(regTech -> { in getImsRcsRegistrationTransportType()213 int regTechConverted = (regTech == null) in getImsRcsRegistrationTransportType()214 ? ImsRegistrationImplBase.REGISTRATION_TECH_NONE : regTech; in getImsRcsRegistrationTransportType()
4744 phone.getImsRegistrationTech(regTech -> { in getImsMmTelRegistrationTransportType()4746 int regTechConverted = (regTech == null) in getImsMmTelRegistrationTransportType()4747 ? ImsRegistrationImplBase.REGISTRATION_TECH_NONE : regTech; in getImsMmTelRegistrationTransportType()4832 public boolean isCapable(int subId, int capability, int regTech) { in isCapable() argument4842 return ImsManager.getInstance(mApp, slotId).queryMmTelCapability(capability, regTech); in isCapable()4855 public boolean isAvailable(int subId, int capability, int regTech) { in isAvailable() argument4865 return phone.isImsCapabilityAvailable(capability, regTech); in isAvailable()