Home
last modified time | relevance | path

Searched refs:ROVE_IN (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/
DAnspImsPreferModePolicyBuilder.java36 new AnspKey(ROVE_IN, IDLE, WIFI_PREF), new String[] {"Condition:WIFI_AVAILABLE"}); in sImsPreferModePolicyMap.put() argument
41 new AnspKey(ROVE_IN, VOICE, WIFI_PREF), new String[] {"Condition:WIFI_GOOD"}); in sImsPreferModePolicyMap.put() argument
46 new AnspKey(ROVE_IN, VIDEO, WIFI_PREF), new String[] {"Condition:WIFI_GOOD"}); in sImsPreferModePolicyMap.put() argument
51 new AnspKey(ROVE_IN, IDLE, CELL_PREF, ROAM), in sImsPreferModePolicyMap.put() argument
57 new AnspKey(ROVE_IN, VOICE, CELL_PREF, ROAM), in sImsPreferModePolicyMap.put() argument
63 new AnspKey(ROVE_IN, VIDEO, CELL_PREF, ROAM), in sImsPreferModePolicyMap.put() argument
70 new AnspKey(ROVE_IN, IDLE, CELL_PREF, HOME), in sImsPreferModePolicyMap.put() argument
85 new AnspKey(ROVE_IN, VOICE, CELL_PREF, HOME), in sImsPreferModePolicyMap.put() argument
100 new AnspKey(ROVE_IN, VIDEO, CELL_PREF, HOME), in sImsPreferModePolicyMap.put() argument
DAccessNetworkSelectionPolicyBuilder.java42 static final int ROVE_IN = QnsConstants.ROVE_IN; field in AccessNetworkSelectionPolicyBuilder
61 sPolicyMap.put(new AnspKey(ROVE_IN, WIFI_PREF), new String[] {"Condition:WIFI_GOOD"}); in sPolicyMap.put() argument
64 new AnspKey(ROVE_IN, CELL_PREF), new String[] {"Condition:WIFI_GOOD,CELLULAR_BAD"}); in sPolicyMap.put() argument
104 && direction == QnsConstants.ROVE_IN) { in getPolicy()
112 && direction == QnsConstants.ROVE_IN) { in getPolicy()
118 && direction == QnsConstants.ROVE_IN) { in getPolicy()
132 && direction == QnsConstants.ROVE_IN) { in getPolicy()
149 } else if (direction == QnsConstants.ROVE_IN in getPolicy()
192 List<Integer> directionList = List.of(ROVE_IN, ROVE_OUT); in buildAnsp()
206 if (direction == ROVE_IN && guarding == GUARDING_CELL) { in buildAnsp()
[all …]
DQnsConstants.java119 static final int ROVE_IN = 1; field in QnsConstants
123 ROVE_OUT, ROVE_IN,
251 if (direction == ROVE_IN) { in directionToString()
/packages/modules/Telephony/services/QualifiedNetworksService/tests/src/com/android/telephony/qns/
DAnspImsPreferModePolicyBuilderTest.java25 import static com.android.telephony.qns.QnsConstants.ROVE_IN;
59 ROVE_IN, in testGetPolicyInMap_rove_in()
66 QnsConstants.ROVE_IN, in testGetPolicyInMap_rove_in()
73 QnsConstants.ROVE_IN, in testGetPolicyInMap_rove_in()
80 QnsConstants.ROVE_IN, in testGetPolicyInMap_rove_in()
87 QnsConstants.ROVE_IN, in testGetPolicyInMap_rove_in()
94 QnsConstants.ROVE_IN, in testGetPolicyInMap_rove_in()
101 QnsConstants.ROVE_IN, in testGetPolicyInMap_rove_in()
110 QnsConstants.ROVE_IN, in testGetPolicyInMap_rove_in()
119 QnsConstants.ROVE_IN, in testGetPolicyInMap_rove_in()
DAccessNetworkSelectionPolicyBuilderTest.java60 static final int ROVE_IN = QnsConstants.ROVE_IN; field in AccessNetworkSelectionPolicyBuilderTest
260 conditions = getPolicy(ROVE_IN, callType, WIFI_PREF, coverage); in test_PolicyMap_Default()
275 conditions = getPolicy(ROVE_IN, callType, CELL_PREF, coverage); in test_PolicyMap_Default()
300 List<Integer> directionList = List.of(ROVE_IN, ROVE_OUT); in test_PolicyMap_isTransportTypeSelWithoutSSInRoamSupported()
309 || (preference == WIFI_PREF && direction == ROVE_IN)) { in test_PolicyMap_isTransportTypeSelWithoutSSInRoamSupported()
372 conditions = getPolicy(ROVE_IN, callType, WIFI_PREF, coverage); in test_PolicyMap_isRoveInOnCellularWifiBothBadSupported()
404 List<Integer> directionList = List.of(ROVE_IN, ROVE_OUT); in test_PolicyMap_allowImsOverIwlanCellularLimitedCase()
411 if (direction == ROVE_IN) { in test_PolicyMap_allowImsOverIwlanCellularLimitedCase()
422 if (direction == ROVE_IN) { in test_PolicyMap_allowImsOverIwlanCellularLimitedCase()
444 QnsConstants.ROVE_IN, in testAddThresholdGroup_RoveIn()
[all …]
DQnsConstantsTest.java78 direction_str = QnsConstants.directionToString(QnsConstants.ROVE_IN); in testDirectionToString()
DQnsCarrierConfigManagerTest.java878 String[] internalPolicies = mConfigManager.getPolicy(QnsConstants.ROVE_IN, preCondition); in testGetPolicyInternalApi()
886 internalPolicies = mConfigManager.getPolicy(QnsConstants.ROVE_IN, preCondition); in testGetPolicyInternalApi()