Searched defs:vops (Results 1 – 5 of 5) sorted by relevance
241 VopsSupportInfo vops = new LteVopsSupportInfo( in testGetNetworkRegistrationInfoV1_5() local339 VopsSupportInfo vops = new LteVopsSupportInfo( in testGetNetworkRegistrationInfoV1_6WithLte() local432 VopsSupportInfo vops = new NrVopsSupportInfo(vopsSupported, emcSupported, emfSupported); in testGetNetworkRegistrationInfoV1_6WithNr() local
166 boolean isEnDcAvailable, @Nullable VopsSupportInfo vops) { in DataSpecificRegistrationInfo()363 public @NonNull Builder setVopsSupportInfo(VopsSupportInfo vops) { in setVopsSupportInfo()
66 public LteVopsSupportInfo(@LteVopsStatus int vops, @LteVopsStatus int emergency) { in LteVopsSupportInfo()
136 public NrVopsSupportInfo(@NrVopsStatus int vops, @NrEmcStatus int emc, @NrEmcStatus int emf) { in NrVopsSupportInfo()
638 int vops = LteVopsSupportInfo.LTE_STATUS_NOT_SUPPORTED; in convertHalLteVopsSupportInfo() local