Searched refs:vopsSupportInfo (Results 1 – 2 of 2) sorted by relevance
376 final VopsSupportInfo vopsSupportInfo = dsRegInfo.getVopsSupportInfo(); in isEmergencyServiceSupported() local377 return vopsSupportInfo != null in isEmergencyServiceSupported()378 && vopsSupportInfo.isEmergencyServiceSupported(); in isEmergencyServiceSupported()392 final VopsSupportInfo vopsSupportInfo = dsRegInfo.getVopsSupportInfo(); in isEmergencyServiceFallbackSupported() local393 return vopsSupportInfo != null in isEmergencyServiceFallbackSupported()394 && vopsSupportInfo.isEmergencyServiceFallbackSupported(); in isEmergencyServiceFallbackSupported()
537 VopsSupportInfo vopsSupportInfo = in testOnCellularServiceStateChangedWithLteVopsOnHome() local542 vopsSupportInfo, in testOnCellularServiceStateChangedWithLteVopsOnHome()566 VopsSupportInfo vopsSupportInfo = in testOnCellularServiceStateChangedWithLteVopsOnRoam() local571 vopsSupportInfo, in testOnCellularServiceStateChangedWithLteVopsOnRoam()595 VopsSupportInfo vopsSupportInfo = in testOnCellularServiceStateChangedWithNrVopsOn() local600 validateOnCellularServiceStateChangedWithNrVopsOn(vopsSupportInfo); in testOnCellularServiceStateChangedWithNrVopsOn()609 VopsSupportInfo vopsSupportInfo = in testOnCellularServiceStateChangedWithLteVopsOff() local628 vopsSupportInfo); in testOnCellularServiceStateChangedWithLteVopsOff()642 VopsSupportInfo vopsSupportInfo, int domain, int coverage) { in setOnCellularServiceStateChangedWithLteVopsOn() argument662 vopsSupportInfo); in setOnCellularServiceStateChangedWithLteVopsOn()[all …]