Home
last modified time | relevance | path

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

/packages/modules/Telephony/services/QualifiedNetworksService/tests/src/com/android/telephony/qns/
DAnspImsPreferModePolicyBuilderTest.java60 new AccessNetworkSelectionPolicy.PreCondition( in testGetPolicyInMap_rove_in()
67 new AccessNetworkSelectionPolicy.PreCondition( in testGetPolicyInMap_rove_in()
74 new AccessNetworkSelectionPolicy.PreCondition( in testGetPolicyInMap_rove_in()
81 new AccessNetworkSelectionPolicy.PreCondition( in testGetPolicyInMap_rove_in()
88 new AccessNetworkSelectionPolicy.PreCondition( in testGetPolicyInMap_rove_in()
95 new AccessNetworkSelectionPolicy.PreCondition( in testGetPolicyInMap_rove_in()
102 new AccessNetworkSelectionPolicy.PreCondition( in testGetPolicyInMap_rove_in()
111 new AccessNetworkSelectionPolicy.PreCondition( in testGetPolicyInMap_rove_in()
120 new AccessNetworkSelectionPolicy.PreCondition( in testGetPolicyInMap_rove_in()
132 new AccessNetworkSelectionPolicy.PreCondition( in testGetPolicyInMap_rove_out()
[all …]
DAccessNetworkSelectionPolicyTest.java31 import com.android.telephony.qns.AccessNetworkSelectionPolicy.PreCondition;
47 private PreCondition mPreCondition =
48 new PreCondition(
77 new PreCondition( in testSatisfyPrecondition()
83 new PreCondition( in testSatisfyPrecondition()
89 new PreCondition( in testSatisfyPrecondition()
95 new PreCondition( in testSatisfyPrecondition()
101 new PreCondition( in testSatisfyPrecondition()
256 PreCondition preCondition = in testGuardingPreconditionSatisfied()
257 new PreCondition( in testGuardingPreconditionSatisfied()
[all …]
DAccessNetworkSelectionPolicyBuilderTest.java39 import com.android.telephony.qns.AccessNetworkSelectionPolicy.PreCondition;
242 PreCondition condition = new PreCondition(callType, preference, coverage); in getPolicy()
445 new PreCondition( in testAddThresholdGroup_RoveIn()
476 new PreCondition( in testAddThresholdGroup_RoveIn()
596 new PreCondition( in testAddThresholdGroup_RoveIn()
615 new PreCondition( in testAddThresholdGroup_RoveIn()
639 new PreCondition( in testAddThresholdGroup_RoveOut()
670 new PreCondition( in testAddThresholdGroup_RoveOut()
756 new PreCondition( in testMakeThresholdsWifiWithoutCellular()
765 new PreCondition( in testMakeThresholdsWifiWithoutCellular()
[all …]
DAccessNetworkEvaluatorTest.java54 import com.android.telephony.qns.AccessNetworkSelectionPolicy.PreCondition;
101 private Map<PreCondition, List<AccessNetworkSelectionPolicy>> mTestAnspPolicyMap = null;
1170 PreCondition p1 = in generateAnspPolicyMap()
1171 new PreCondition( in generateAnspPolicyMap()
1175 PreCondition p2 = in generateAnspPolicyMap()
1176 new PreCondition( in generateAnspPolicyMap()
DQnsCarrierConfigManagerTest.java867 AccessNetworkSelectionPolicy.PreCondition preCondition = in testGetPolicyInternalApi()
/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/
DAccessNetworkSelectionPolicy.java33 private final PreCondition mPreCondition;
41 PreCondition preCondition, in AccessNetworkSelectionPolicy()
75 boolean satisfyPrecondition(PreCondition preCondition) { in satisfyPrecondition()
123 PreCondition getPreCondition() { in getPreCondition()
127 protected static class PreCondition { class in AccessNetworkSelectionPolicy
132 protected PreCondition( in PreCondition() method in AccessNetworkSelectionPolicy.PreCondition
141 boolean satisfied(PreCondition preCondition) { in satisfied()
172 if (!(o instanceof PreCondition)) return false; in equals()
173 PreCondition that = (PreCondition) o; in equals()
185 protected static class GuardingPreCondition extends PreCondition {
[all …]
DAccessNetworkSelectionPolicyBuilder.java24 import com.android.telephony.qns.AccessNetworkSelectionPolicy.PreCondition;
71 @QnsConstants.RoveDirection int direction, PreCondition preCondition) { in getPolicyInMap()
76 @QnsConstants.RoveDirection int direction, PreCondition preCondition) { in getPolicyInInternal()
81 @QnsConstants.RoveDirection int direction, PreCondition preCondition) { in getPolicy()
167 public static synchronized Map<PreCondition, List<AccessNetworkSelectionPolicy>> build( in build()
191 protected Map<PreCondition, List<AccessNetworkSelectionPolicy>> buildAnsp() { in buildAnsp()
198 Map<PreCondition, List<AccessNetworkSelectionPolicy>> allPolicies = new HashMap<>(); in buildAnsp()
212 PreCondition preCondition = in buildAnsp()
222 PreCondition preCondition = in buildAnsp()
223 new PreCondition(callType, preference, coverage); in buildAnsp()
[all …]
DAccessNetworkEvaluator.java35 import com.android.telephony.qns.AccessNetworkSelectionPolicy.PreCondition;
115 private Map<PreCondition, List<AccessNetworkSelectionPolicy>> mAnspPolicyMap = null;
1209 PreCondition cond = getMatchingPreCondition(); in evaluateAvailability()
1851 private Map<PreCondition, List<AccessNetworkSelectionPolicy>> buildAccessNetworkSelectionPolicy( in buildAccessNetworkSelectionPolicy()
1872 Map<PreCondition, List<AccessNetworkSelectionPolicy>> map = in updateAccessNetworkSelectionPolicy()
1880 PreCondition preCondition = getMatchingPreCondition(); in updateAccessNetworkSelectionPolicy()
1908 private PreCondition getMatchingPreCondition() { in getMatchingPreCondition()
1952 return new PreCondition(callType, getPreferredMode(), mCoverage); in getMatchingPreCondition()
DAnspImsPreferModePolicyBuilder.java119 AccessNetworkSelectionPolicy.PreCondition preCondition) { in getPolicyInMap()
DQnsCarrierConfigManager.java2290 AccessNetworkSelectionPolicy.PreCondition preCondition) { in getPolicy()