Home
last modified time | relevance | path

Searched defs:vops (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCellularNetworkServiceTest.java241 VopsSupportInfo vops = new LteVopsSupportInfo( in testGetNetworkRegistrationInfoV1_5() local
339 VopsSupportInfo vops = new LteVopsSupportInfo( in testGetNetworkRegistrationInfoV1_6WithLte() local
432 VopsSupportInfo vops = new NrVopsSupportInfo(vopsSupported, emcSupported, emfSupported); in testGetNetworkRegistrationInfoV1_6WithNr() local
/frameworks/base/telephony/java/android/telephony/
DDataSpecificRegistrationInfo.java166 boolean isEnDcAvailable, @Nullable VopsSupportInfo vops) { in DataSpecificRegistrationInfo()
363 public @NonNull Builder setVopsSupportInfo(VopsSupportInfo vops) { in setVopsSupportInfo()
DLteVopsSupportInfo.java66 public LteVopsSupportInfo(@LteVopsStatus int vops, @LteVopsStatus int emergency) { in LteVopsSupportInfo()
DNrVopsSupportInfo.java136 public NrVopsSupportInfo(@NrVopsStatus int vops, @NrEmcStatus int emc, @NrEmcStatus int emf) { in NrVopsSupportInfo()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCellularNetworkService.java638 int vops = LteVopsSupportInfo.LTE_STATUS_NOT_SUPPORTED; in convertHalLteVopsSupportInfo() local