Home
last modified time | relevance | path

Searched refs:isVopsSupported (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
DEmergencyRegistrationResult.java108 boolean isVopsSupported, boolean isEmcBearerSupported, int emc, int emf, in EmergencyRegistrationResult() argument
113 mIsVopsSupported = isVopsSupported; in EmergencyRegistrationResult()
180 public boolean isVopsSupported() { in isVopsSupported() method in EmergencyRegistrationResult
DVopsSupportInfo.java44 public abstract boolean isVopsSupported(); in isVopsSupported() method in VopsSupportInfo
DLteVopsSupportInfo.java92 public boolean isVopsSupported() { in isVopsSupported() method in LteVopsSupportInfo
DNrVopsSupportInfo.java171 public boolean isVopsSupported() { in isVopsSupported() method in NrVopsSupportInfo
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCellularNetworkServiceTest.java218 boolean isVopsSupported = true; in testGetNetworkRegistrationInfoV1_5()
234 eutranInfo.lteVopsInfo.isVopsSupported = isVopsSupported; in testGetNetworkRegistrationInfoV1_5()
316 boolean isVopsSupported = true; in testGetNetworkRegistrationInfoV1_6WithLte()
332 eutranInfo.lteVopsInfo.isVopsSupported = isVopsSupported; in testGetNetworkRegistrationInfoV1_6WithLte()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCellularNetworkService.java339 vopsSupport.isVopsSupported, vopsSupport.isEmcBearerSupported); in createRegistrationStateFromDataRegState()
421 eutranInfo.lteVopsInfo.isVopsSupported, in getNetworkRegistrationInfo()
499 info.getEutranInfo().lteVopsInfo.isVopsSupported, in getNetworkRegistrationInfoAidl()
602 info.eutranInfo().lteVopsInfo.isVopsSupported, in getNetworkRegistrationInfo1_6()
DRILUtils.java4559 halResult.isVopsSupported, in convertHalEmergencyRegResult()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/
DDataNetworkController.java1647 && !dsri.getVopsSupportInfo().isVopsSupported() in evaluateNetworkRequest()
2023 && !dsri.getVopsSupportInfo().isVopsSupported() in evaluateDataNetwork()
2297 && !dsri.getVopsSupportInfo().isVopsSupported() in evaluateDataNetworkHandover()
3761 || oldDsri.getVopsSupportInfo().isVopsSupported()) in shouldReevaluateDataNetworks()
3763 .isVopsSupported()); in shouldReevaluateDataNetworks()
3814 || newDsri.getVopsSupportInfo().isVopsSupported()) in shouldReevaluateNetworkRequests()
3816 .isVopsSupported()); in shouldReevaluateNetworkRequests()
DDataNetwork.java2356 && !dsri.getVopsSupportInfo().isVopsSupported()
/frameworks/base/core/api/
Dsystem-current.txt14634 method public boolean isVopsSupported();
14669 method public boolean isVopsSupported();
14773 method public boolean isVopsSupported();
15703 method public abstract boolean isVopsSupported();