/packages/modules/Telephony/services/QualifiedNetworksService/tests/src/com/android/telephony/qns/ |
D | QnsConstantsTest.java | 35 callType_str = QnsConstants.callTypeToString(QnsConstants.CALL_TYPE_IDLE); in testCallTypeToString() 37 callType_str = QnsConstants.callTypeToString(QnsConstants.CALL_TYPE_VOICE); in testCallTypeToString() 39 callType_str = QnsConstants.callTypeToString(QnsConstants.CALL_TYPE_VIDEO); in testCallTypeToString() 41 callType_str = QnsConstants.callTypeToString(QnsConstants.CALL_TYPE_EMERGENCY); in testCallTypeToString() 43 callType_str = QnsConstants.callTypeToString(-1); in testCallTypeToString() 51 coverage_str = QnsConstants.coverageToString(QnsConstants.COVERAGE_HOME); in testCoverageToString() 53 coverage_str = QnsConstants.coverageToString(QnsConstants.COVERAGE_ROAM); in testCoverageToString() 55 coverage_str = QnsConstants.coverageToString(2); in testCoverageToString() 63 preference_str = QnsConstants.preferenceToString(QnsConstants.WIFI_ONLY); in testPreferenceToString() 65 preference_str = QnsConstants.preferenceToString(QnsConstants.CELL_PREF); in testPreferenceToString() [all …]
|
D | AccessNetworkSelectionPolicyTest.java | 49 QnsConstants.CALL_TYPE_IDLE, 50 QnsConstants.CELL_PREF, 51 QnsConstants.COVERAGE_HOME); 78 QnsConstants.CALL_TYPE_IDLE, in testSatisfyPrecondition() 79 QnsConstants.CELL_PREF, in testSatisfyPrecondition() 80 QnsConstants.COVERAGE_HOME))); in testSatisfyPrecondition() 84 QnsConstants.CALL_TYPE_VOICE, in testSatisfyPrecondition() 85 QnsConstants.CELL_PREF, in testSatisfyPrecondition() 86 QnsConstants.COVERAGE_HOME))); in testSatisfyPrecondition() 90 QnsConstants.CALL_TYPE_IDLE, in testSatisfyPrecondition() [all …]
|
D | AccessNetworkSelectionPolicyBuilderTest.java | 60 static final int ROVE_IN = QnsConstants.ROVE_IN; 61 static final int ROVE_OUT = QnsConstants.ROVE_OUT; 62 static final int IDLE = QnsConstants.CALL_TYPE_IDLE; 63 static final int VOICE = QnsConstants.CALL_TYPE_VOICE; 64 static final int VIDEO = QnsConstants.CALL_TYPE_VIDEO; 65 static final int WIFI_PREF = QnsConstants.WIFI_PREF; 66 static final int CELL_PREF = QnsConstants.CELL_PREF; 67 static final int HOME = QnsConstants.COVERAGE_HOME; 68 static final int ROAM = QnsConstants.COVERAGE_ROAM; 83 + QnsConstants.CALL_TYPE_IDLE [all …]
|
D | QnsCarrierConfigManagerTest.java | 34 import static com.android.telephony.qns.QnsConstants.CALL_TYPE_IDLE; 35 import static com.android.telephony.qns.QnsConstants.CALL_TYPE_VIDEO; 36 import static com.android.telephony.qns.QnsConstants.CALL_TYPE_VOICE; 37 import static com.android.telephony.qns.QnsConstants.CELL_PREF; 38 import static com.android.telephony.qns.QnsConstants.KEY_DEFAULT_THRESHOLD_RSCP_BAD; 39 import static com.android.telephony.qns.QnsConstants.KEY_DEFAULT_THRESHOLD_RSCP_GOOD; 40 import static com.android.telephony.qns.QnsConstants.KEY_DEFAULT_THRESHOLD_RSRP_GOOD; 41 import static com.android.telephony.qns.QnsConstants.KEY_DEFAULT_THRESHOLD_SSRSRP_BAD; 42 import static com.android.telephony.qns.QnsConstants.KEY_DEFAULT_THRESHOLD_SSRSRP_GOOD; 43 import static com.android.telephony.qns.QnsConstants.POLICY_BAD; [all …]
|
D | ThresholdGroupTest.java | 55 QnsConstants.THRESHOLD_EQUAL_OR_SMALLER, in setUp() 56 QnsConstants.DEFAULT_WIFI_BACKHAUL_TIMER)); in setUp() 62 QnsConstants.THRESHOLD_EQUAL_OR_SMALLER, in setUp() 63 QnsConstants.DEFAULT_WIFI_BACKHAUL_TIMER)); in setUp() 69 QnsConstants.THRESHOLD_EQUAL_OR_SMALLER, in setUp() 70 QnsConstants.DEFAULT_WIFI_BACKHAUL_TIMER)); in setUp() 109 QnsConstants.THRESHOLD_EQUAL_OR_LARGER, in testSatisfiedByThreshold_WithThresholds() 110 QnsConstants.DEFAULT_WIFI_BACKHAUL_TIMER)); in testSatisfiedByThreshold_WithThresholds() 116 QnsConstants.THRESHOLD_EQUAL_OR_LARGER, in testSatisfiedByThreshold_WithThresholds() 117 QnsConstants.DEFAULT_WIFI_BACKHAUL_TIMER)); in testSatisfiedByThreshold_WithThresholds() [all …]
|
D | ThresholdTest.java | 33 private int mGid = QnsConstants.INVALID_ID; 36 private int mMatchType = QnsConstants.THRESHOLD_EQUAL_OR_SMALLER; 37 private int mWaitTime = QnsConstants.DEFAULT_WIFI_BACKHAUL_TIMER; 119 int set_matchType = QnsConstants.THRESHOLD_MATCH_TYPE_EQUAL_TO; in testSetMatchType() 126 Assert.assertEquals(QnsConstants.DEFAULT_WIFI_BACKHAUL_TIMER, mThreshold.getWaitTime()); in testGetWaitTime() 144 QnsConstants.THRESHOLD_EQUAL_OR_SMALLER, in testIsMultipleNetCapabilityTypeCheckCriteria() 145 QnsConstants.DEFAULT_WIFI_BACKHAUL_TIMER), in testIsMultipleNetCapabilityTypeCheckCriteria() 150 QnsConstants.THRESHOLD_EQUAL_OR_SMALLER, in testIsMultipleNetCapabilityTypeCheckCriteria() 151 QnsConstants.DEFAULT_WIFI_BACKHAUL_TIMER), in testIsMultipleNetCapabilityTypeCheckCriteria() 156 QnsConstants.THRESHOLD_EQUAL_OR_LARGER, in testIsMultipleNetCapabilityTypeCheckCriteria() [all …]
|
D | QnsUtilsTest.java | 330 QnsConstants.SIP_DIALOG_SESSION_POLICY_FOLLOW_VOICE_CALL, in testGetConfig() 390 QnsConstants.RAT_PREFERENCE_WIFI_ONLY, in testGetConfig() 397 QnsConstants.RAT_PREFERENCE_WIFI_ONLY, in testGetConfig() 404 QnsConstants.RAT_PREFERENCE_WIFI_ONLY, in testGetConfig() 411 QnsConstants.RAT_PREFERENCE_WIFI_ONLY, in testGetConfig() 418 QnsConstants.COVERAGE_HOME, in testGetConfig() 590 QnsConstants.SIP_DIALOG_SESSION_POLICY_FOLLOW_VOICE_CALL); in createTestBundle() 610 QnsConstants.COVERAGE_HOME); in createTestBundle() 744 QnsConstants.SIP_DIALOG_SESSION_POLICY_NONE, in testGetDefaultValueForKey() 752 QnsConstants.KEY_DEFAULT_VALUE, in testGetDefaultValueForKey() [all …]
|
D | CellularQualityMonitorTest.java | 115 QnsConstants.THRESHOLD_EQUAL_OR_SMALLER, in setUp() 116 QnsConstants.DEFAULT_WIFI_BACKHAUL_TIMER), in setUp() 121 QnsConstants.THRESHOLD_EQUAL_OR_SMALLER, in setUp() 122 QnsConstants.DEFAULT_WIFI_BACKHAUL_TIMER) in setUp() 130 QnsConstants.THRESHOLD_EQUAL_OR_SMALLER, in setUp() 131 QnsConstants.INVALID_ID) in setUp() 139 QnsConstants.THRESHOLD_EQUAL_OR_SMALLER, in setUp() 140 QnsConstants.INVALID_ID) in setUp() 318 QnsConstants.THRESHOLD_EQUAL_OR_LARGER, in testDiffApnDiffThresholdSameMeasurementType() 319 QnsConstants.DEFAULT_WIFI_BACKHAUL_TIMER) in testDiffApnDiffThresholdSameMeasurementType() [all …]
|
D | WifiQualityMonitorTest.java | 123 QnsConstants.THRESHOLD_EQUAL_OR_LARGER, in testRegisterThresholdChange_RoveIn() 124 QnsConstants.DEFAULT_WIFI_BACKHAUL_TIMER); in testRegisterThresholdChange_RoveIn() 130 QnsConstants.THRESHOLD_EQUAL_OR_LARGER, in testRegisterThresholdChange_RoveIn() 131 QnsConstants.DEFAULT_WIFI_BACKHAUL_TIMER); in testRegisterThresholdChange_RoveIn() 157 QnsConstants.THRESHOLD_EQUAL_OR_SMALLER, in testRegisterThresholdChange_RoveOut() 158 QnsConstants.DEFAULT_WIFI_BACKHAUL_TIMER); in testRegisterThresholdChange_RoveOut() 164 QnsConstants.THRESHOLD_EQUAL_OR_SMALLER, in testRegisterThresholdChange_RoveOut() 165 QnsConstants.DEFAULT_WIFI_BACKHAUL_TIMER); in testRegisterThresholdChange_RoveOut() 195 QnsConstants.THRESHOLD_EQUAL_OR_LARGER, in testUpdateThresholdsForNetCapability_RoveIn_Add() 196 QnsConstants.DEFAULT_WIFI_BACKHAUL_TIMER); in testUpdateThresholdsForNetCapability_RoveIn_Add() [all …]
|
D | AnspImsPreferModePolicyBuilderTest.java | 19 import static com.android.telephony.qns.QnsConstants.CALL_TYPE_IDLE; 20 import static com.android.telephony.qns.QnsConstants.CALL_TYPE_VIDEO; 21 import static com.android.telephony.qns.QnsConstants.CALL_TYPE_VOICE; 22 import static com.android.telephony.qns.QnsConstants.CELL_PREF; 23 import static com.android.telephony.qns.QnsConstants.COVERAGE_HOME; 24 import static com.android.telephony.qns.QnsConstants.COVERAGE_ROAM; 25 import static com.android.telephony.qns.QnsConstants.ROVE_IN; 26 import static com.android.telephony.qns.QnsConstants.ROVE_OUT; 27 import static com.android.telephony.qns.QnsConstants.WIFI_PREF; 66 QnsConstants.ROVE_IN, in testGetPolicyInMap_rove_in() [all …]
|
D | AccessNetworkEvaluatorTest.java | 106 private int mRatPreference = QnsConstants.RAT_PREFERENCE_DEFAULT; 114 private int mWfcMode = QnsConstants.WIFI_PREF; 115 private int mWfcModeRoaming = QnsConstants.WIFI_PREF; 280 QnsConstants.COVERAGE_HOME)) in testMoveTransportTypeAllowed() 286 QnsConstants.COVERAGE_ROAM)) in testMoveTransportTypeAllowed() 342 QnsConstants.COVERAGE_HOME)) in testMoveTransportTypeAllowedEmergencyOverIms() 348 QnsConstants.COVERAGE_HOME)) in testMoveTransportTypeAllowedEmergencyOverIms() 369 mAne.onSetCallType(QnsConstants.CALL_TYPE_EMERGENCY); in testMoveTransportTypeAllowedEmergencyOverIms() 377 QnsConstants.COVERAGE_HOME)) in testMoveTransportTypeAllowedEmergencyOverIms() 388 mAne.onSetCallType(QnsConstants.CALL_TYPE_VOICE); in testMoveTransportTypeAllowedEmergencyOverIms() [all …]
|
D | RestrictManagerTest.java | 406 when(mMockQnsConfigManager.isHysteresisTimerEnabled(QnsConstants.COVERAGE_HOME)) in testGuardingWithHandoverComplete() 409 NetworkCapabilities.NET_CAPABILITY_IMS, QnsConstants.CALL_TYPE_VOICE)) in testGuardingWithHandoverComplete() 411 mRestrictManager.setCellularCoverage(QnsConstants.COVERAGE_HOME); in testGuardingWithHandoverComplete() 412 mRestrictManager.setQnsCallType(QnsConstants.CALL_TYPE_VOICE); in testGuardingWithHandoverComplete() 562 when(mMockQnsConfigManager.isHysteresisTimerEnabled(QnsConstants.COVERAGE_HOME)) in testWlanOnLowRtpQualityEvent() 569 .thenReturn(QnsConstants.FALLBACK_REASON_RTP_ONLY); in testWlanOnLowRtpQualityEvent() 574 NetworkCapabilities.NET_CAPABILITY_IMS, QnsConstants.CALL_TYPE_VOICE)) in testWlanOnLowRtpQualityEvent() 576 mRestrictManager.setCellularCoverage(QnsConstants.COVERAGE_HOME); in testWlanOnLowRtpQualityEvent() 577 mRestrictManager.setQnsCallType(QnsConstants.CALL_TYPE_VOICE); in testWlanOnLowRtpQualityEvent() 594 1 << QnsConstants.RTP_LOW_QUALITY_REASON_PACKET_LOSS); in testWlanOnLowRtpQualityEvent() [all …]
|
D | QnsCallStatusTrackerTest.java | 158 assertEquals(QnsConstants.CALL_TYPE_VOICE, (int) result.mResult); in testForVoiceCallTypeChangedScenarios() 180 assertEquals(QnsConstants.CALL_TYPE_IDLE, (int) result.mResult); in testForVoiceCallTypeChangedScenarios() 198 assertEquals(QnsConstants.CALL_TYPE_VOICE, (int) result.mResult); in testForEmergencyCallTypeChangedScenarios() 228 assertEquals(QnsConstants.CALL_TYPE_EMERGENCY, (int) result.mResult); in testForEmergencyCallTypeChangedScenarios() 243 assertEquals(QnsConstants.CALL_TYPE_IDLE, (int) result.mResult); in testForEmergencyCallTypeChangedScenarios() 258 assertEquals(QnsConstants.CALL_TYPE_IDLE, (int) result.mResult); in testForEmergencyCallTypeChangedScenarios() 264 assertEquals(QnsConstants.CALL_TYPE_VOICE, (int) result.mResult); in testForEmergencyCallTypeChangedScenarios() 283 assertEquals(QnsConstants.CALL_TYPE_VOICE, (int) result.mResult); in testForVideoCallTypeChangedScenarios() 315 assertEquals(QnsConstants.CALL_TYPE_VIDEO, (int) result.mResult); in testForVideoCallTypeChangedScenarios() 344 assertEquals(QnsConstants.CALL_TYPE_VOICE, (int) result.mResult); in testForVideoCallTypeChangedScenarios() [all …]
|
D | QnsMetricsTest.java | 112 QnsConstants.COVERAGE_HOME, in sendQualifiedNetworksMessage() 115 QnsConstants.CELL_PREF, in sendQualifiedNetworksMessage() 116 QnsConstants.WIFI_PREF, in sendQualifiedNetworksMessage() 123 QnsConstants.CALL_TYPE_IDLE); in sendQualifiedNetworksMessage() 319 QnsConstants.COVERAGE_HOME, in testAtomsQualifiedRatListChangedInfo() 322 QnsConstants.CELL_PREF, in testAtomsQualifiedRatListChangedInfo() 323 QnsConstants.WIFI_PREF, in testAtomsQualifiedRatListChangedInfo() 330 QnsConstants.CALL_TYPE_IDLE); in testAtomsQualifiedRatListChangedInfo() 337 QnsConstants.COVERAGE_ROAM, in testAtomsQualifiedRatListChangedInfo() 340 QnsConstants.WIFI_PREF, in testAtomsQualifiedRatListChangedInfo() [all …]
|
/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/ |
D | AccessNetworkSelectionPolicyBuilder.java | 42 static final int ROVE_IN = QnsConstants.ROVE_IN; 43 static final int ROVE_OUT = QnsConstants.ROVE_OUT; 44 static final int IDLE = QnsConstants.CALL_TYPE_IDLE; 45 static final int VOICE = QnsConstants.CALL_TYPE_VOICE; 46 static final int VIDEO = QnsConstants.CALL_TYPE_VIDEO; 47 static final int WIFI_PREF = QnsConstants.WIFI_PREF; 48 static final int CELL_PREF = QnsConstants.CELL_PREF; 49 static final int HOME = QnsConstants.COVERAGE_HOME; 50 static final int ROAM = QnsConstants.COVERAGE_ROAM; 52 static final int GUARDING_NONE = QnsConstants.GUARDING_NONE; [all …]
|
D | RestrictManager.java | 21 import static com.android.telephony.qns.QnsConstants.INVALID_ID; 156 @QnsConstants.CellularCoverage 186 @QnsConstants.QnsCallType private int mImsCallType; 239 + QnsConstants.transportTypeToString(transportType) in handleMessage() 277 onWfcModeChanged(QnsConstants.WIFI_ONLY, QnsConstants.COVERAGE_HOME); in handleMessage() 280 onWfcModeChanged(QnsConstants.CELL_PREF, QnsConstants.COVERAGE_HOME); in handleMessage() 284 onWfcModeChanged(QnsConstants.WIFI_PREF, QnsConstants.COVERAGE_HOME); in handleMessage() 288 onWfcModeChanged(QnsConstants.WIFI_ONLY, QnsConstants.COVERAGE_ROAM); in handleMessage() 292 onWfcModeChanged(QnsConstants.CELL_PREF, QnsConstants.COVERAGE_ROAM); in handleMessage() 296 onWfcModeChanged(QnsConstants.WIFI_PREF, QnsConstants.COVERAGE_ROAM); in handleMessage() [all …]
|
D | AccessNetworkEvaluator.java | 111 private int mSettingWfcMode = QnsConstants.CELL_PREF; 113 private int mSettingWfcRoamingMode = QnsConstants.WIFI_PREF; 132 QnsConstants.QNS_TAG in AccessNetworkEvaluator() 199 QnsConstants.QNS_TAG in AccessNetworkEvaluator() 360 + QnsConstants.preferenceToString(mSettingWfcMode) in initSettings() 364 + QnsConstants.preferenceToString(mSettingWfcRoamingMode)); in initSettings() 535 return QnsConstants.COVERAGE_ROAM; in getCoverage() 537 return QnsConstants.COVERAGE_HOME; in getCoverage() 561 QnsConstants.coverageToString( in onWfcEnabledChanged() 562 roaming ? QnsConstants.COVERAGE_ROAM : QnsConstants.COVERAGE_HOME)); in onWfcEnabledChanged() [all …]
|
D | QnsCallStatusTracker.java | 19 import static com.android.telephony.qns.QnsConstants.INVALID_ID; 56 private int mLastNormalCallType = QnsConstants.CALL_TYPE_IDLE; 57 private int mLastEmergencyCallType = QnsConstants.CALL_TYPE_IDLE; 99 @QnsConstants.QnsCallType 100 private int mCallType = QnsConstants.CALL_TYPE_IDLE; 102 private int mNetCapability = QnsConstants.INVALID_VALUE; 223 if (reason == (1 << QnsConstants.RTP_LOW_QUALITY_REASON_PACKET_LOSS)) { in onMediaQualityChanged() 339 == (1 << QnsConstants.RTP_LOW_QUALITY_REASON_PACKET_LOSS)) { in onPacketLossTimerExpired() 341 notifyLowMediaQuality(1 << QnsConstants.RTP_LOW_QUALITY_REASON_PACKET_LOSS); in onPacketLossTimerExpired() 356 + QnsConstants.transportTypeToString(mTransportType)); in notifyLowMediaQuality() [all …]
|
D | AccessNetworkSelectionPolicy.java | 45 QnsConstants.QNS_TAG in AccessNetworkSelectionPolicy() 65 + QnsConstants.transportTypeToString(mTargetTransportType) in toString() 114 if (th.getMatchType() == QnsConstants.THRESHOLD_EQUAL_OR_SMALLER) { in satisfiedWithWifiLowSignalStrength() 128 @QnsConstants.QnsCallType private final int mCallType; 129 @QnsConstants.WfcModePreference private final int mPreference; 130 @QnsConstants.CellularCoverage private final int mCoverage; 133 @QnsConstants.QnsCallType int callType, in PreCondition() 134 @QnsConstants.WfcModePreference int preference, in PreCondition() 135 @QnsConstants.CellularCoverage int coverage) { in PreCondition() 161 return QnsConstants.callTypeToString(mCallType) in toString() [all …]
|
D | QnsUtils.java | 98 types.add(QnsConstants.accessNetworkTypeToString(net)); in getStringAccessNetworkTypes() 250 return QnsConstants.networkTypeToAccessNetworkType(dataNetworkType); in getCellularAccessNetworkType() 620 return (T) Integer.valueOf(QnsConstants.SIP_DIALOG_SESSION_POLICY_NONE); in getDefaultValueForKey() 622 return (T) Integer.valueOf(QnsConstants.KEY_DEFAULT_VALUE); in getDefaultValueForKey() 624 return (T) Integer.valueOf(QnsConstants.DEFAULT_WIFI_BACKHAUL_TIMER); in getDefaultValueForKey() 626 return (T) Integer.valueOf(QnsConstants.TRANSPORT_TYPE_ALLOWED_BOTH); in getDefaultValueForKey() 630 return (T) Integer.valueOf(QnsConstants.TRANSPORT_TYPE_ALLOWED_WWAN); in getDefaultValueForKey() 635 return (T) Integer.valueOf(QnsConstants.RAT_PREFERENCE_DEFAULT); in getDefaultValueForKey() 640 return (T) Integer.valueOf(QnsConstants.INVALID_VALUE); in getDefaultValueForKey() 642 return (T) Integer.valueOf(QnsConstants.KEY_DEFAULT_PACKET_LOSS_TIME_MILLIS); in getDefaultValueForKey() [all …]
|
D | QnsCarrierConfigManager.java | 33 import static com.android.telephony.qns.QnsConstants.FALLBACK_REASON_INVALID; 34 import static com.android.telephony.qns.QnsConstants.MAX_COUNT_INVALID; 714 put(QnsConstants.CALL_TYPE_IDLE, "idle"); 715 put(QnsConstants.CALL_TYPE_VOICE, "voice"); 716 put(QnsConstants.CALL_TYPE_VIDEO, "video"); 839 if (getCarrierId() == 1839 && callType == QnsConstants.CALL_TYPE_VIDEO) { in applyProvisioningInfo() 874 } else if (mPreferenceMode == QnsConstants.CELL_PREF) { in toString() 876 } else if (mPreferenceMode == QnsConstants.WIFI_PREF) { in toString() 964 .map(QnsConstants::accessNetworkTypeFromString) in HandoverRule() 971 .map(QnsConstants::accessNetworkTypeFromString) in HandoverRule() [all …]
|
D | Threshold.java | 42 this.mGroupId = QnsConstants.INVALID_ID; in Threshold() 52 this.mGroupId = QnsConstants.INVALID_ID; in Threshold() 134 case QnsConstants.THRESHOLD_MATCH_TYPE_EQUAL_TO: in isMatching() 136 case QnsConstants.THRESHOLD_EQUAL_OR_LARGER: in isMatching() 138 case QnsConstants.THRESHOLD_EQUAL_OR_SMALLER: in isMatching() 192 sb.append(QnsConstants.accessNetworkTypeToString(mAccessNetwork)).append("."); in toShortString() 224 case QnsConstants.SIGNAL_MEASUREMENT_AVAILABILITY: in toShortString() 227 if (mMatchType == QnsConstants.THRESHOLD_EQUAL_OR_LARGER) { in toShortString() 229 } else if (mMatchType == QnsConstants.THRESHOLD_EQUAL_OR_SMALLER) { in toShortString() 231 } else if (mMatchType == QnsConstants.THRESHOLD_MATCH_TYPE_EQUAL_TO) { in toShortString()
|
D | DataConnectionStatusTracker.java | 94 QnsConstants.QNS_TAG in DataConnectionStatusTracker() 171 + QnsConstants.transportTypeToString(transportType) in onDataConnectionStateChanged() 173 + QnsConstants.dataStateToString(status.getState()) in onDataConnectionStateChanged() 200 + QnsConstants.transportTypeToString(transportType)); in onDataConnectionStateChanged() 211 + QnsConstants.transportTypeToString(mTransportType)); in onDataConnectionStateChanged() 218 + QnsConstants.transportTypeToString(mTransportType)); in onDataConnectionStateChanged() 224 + QnsConstants.transportTypeToString(mTransportType)); in onDataConnectionStateChanged() 235 + QnsConstants.transportTypeToString(mTransportType)); in onDataConnectionStateChanged() 245 + QnsConstants.transportTypeToString(transportType)); in onDataConnectionStateChanged() 250 + QnsConstants.transportTypeToString(mTransportType)); in onDataConnectionStateChanged() [all …]
|
D | QnsConstants.java | 28 class QnsConstants { class 214 static String callTypeToString(@QnsConstants.QnsCallType int callType) { in callTypeToString() 228 static String coverageToString(@QnsConstants.CellularCoverage int coverage) { in coverageToString() 238 static String preferenceToString(@QnsConstants.WfcModePreference int preference) { in preferenceToString() 250 static String directionToString(@QnsConstants.RoveDirection int direction) { in directionToString() 257 static String guardingToString(@QnsConstants.QnsGuarding int guarding) { in guardingToString() 288 static String imsRegistrationEventToString(@QnsConstants.QnsImsRegiEvent int event) { in imsRegistrationEventToString() 442 @QnsConstants.QnsSipDialogSessionPolicy int policy) { in qnsSipDialogSessionPolicyToString()
|
D | ThresholdGroup.java | 81 if (th.getMeasurementType() == QnsConstants.SIGNAL_MEASUREMENT_AVAILABILITY) { in satisfy() 82 if (th.getThreshold() == QnsConstants.SIGNAL_AVAILABLE in satisfy() 88 if (th.getThreshold() == QnsConstants.SIGNAL_UNAVAILABLE in satisfy() 119 if (th.getMeasurementType() == QnsConstants.SIGNAL_MEASUREMENT_AVAILABILITY) { in findUnmatchedThresholds() 148 if (th.getMeasurementType() == QnsConstants.SIGNAL_MEASUREMENT_AVAILABILITY in hasWifiThresholdWithoutCellularCondition() 149 && th.getThreshold() == QnsConstants.SIGNAL_UNAVAILABLE in hasWifiThresholdWithoutCellularCondition()
|