Searched refs:mTargetTransportType (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Telephony/services/QualifiedNetworksService/tests/src/com/android/telephony/qns/ |
D | AccessNetworkSelectionPolicyTest.java | 46 int mTargetTransportType = AccessNetworkConstants.TRANSPORT_TYPE_WWAN; field in AccessNetworkSelectionPolicyTest 65 mNetCapability, mTargetTransportType, mPreCondition, mThresholdGroups); in testGetTargetTransportType() 66 assertEquals(mTargetTransportType, ansp.getTargetTransportType()); in testGetTargetTransportType() 74 mNetCapability, mTargetTransportType, mPreCondition, mThresholdGroups); in testSatisfyPrecondition() 138 mNetCapability, mTargetTransportType, mPreCondition, mThresholdGroups); in testSatisfiedByThreshold_thresholdGroup() 165 mTargetTransportType = AccessNetworkConstants.TRANSPORT_TYPE_WLAN; in testFindUnmatchedThresholds() 186 mNetCapability, mTargetTransportType, mPreCondition, mThresholdGroups); in testFindUnmatchedThresholds() 336 mNetCapability, mTargetTransportType, mPreCondition, null); in testHasWifiThresholdWithoutCellularCondition()
|
/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/ |
D | AccessNetworkSelectionPolicy.java | 32 private final int mTargetTransportType; // AccessNetworkConstants WWAN or WLAN field in AccessNetworkSelectionPolicy 53 mTargetTransportType = targetTransportType; in AccessNetworkSelectionPolicy() 65 + QnsConstants.transportTypeToString(mTargetTransportType) in toString() 72 return mTargetTransportType; in getTargetTransportType()
|