Home
last modified time | relevance | path

Searched refs:SIGNAL_STRENGTH_NONE_OR_UNKNOWN (Results 1 – 25 of 34) sorted by relevance

12

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSignalStrengthTest.java406 assertEquals(SignalStrength.SIGNAL_STRENGTH_NONE_OR_UNKNOWN, in testRsrqThresholds_rsrp_great()
422 assertEquals(SignalStrength.SIGNAL_STRENGTH_NONE_OR_UNKNOWN, in testRsrqThresholds_rsrp_great()
442 assertEquals(SignalStrength.SIGNAL_STRENGTH_NONE_OR_UNKNOWN, in testRsrqThresholds_rsrp_great()
460 assertEquals(SignalStrength.SIGNAL_STRENGTH_NONE_OR_UNKNOWN, in testRsrqThresholds_rsrp_good()
476 assertEquals(SignalStrength.SIGNAL_STRENGTH_NONE_OR_UNKNOWN, in testRsrqThresholds_rsrp_good()
496 assertEquals(SignalStrength.SIGNAL_STRENGTH_NONE_OR_UNKNOWN, in testRsrqThresholds_rsrp_good()
514 assertEquals(SignalStrength.SIGNAL_STRENGTH_NONE_OR_UNKNOWN, in testRsrqThresholds_rsrp_moderate()
530 assertEquals(SignalStrength.SIGNAL_STRENGTH_NONE_OR_UNKNOWN, in testRsrqThresholds_rsrp_moderate()
550 assertEquals(SignalStrength.SIGNAL_STRENGTH_NONE_OR_UNKNOWN, in testRsrqThresholds_rsrp_moderate()
568 assertEquals(SignalStrength.SIGNAL_STRENGTH_NONE_OR_UNKNOWN, in testRsrqThresholds_rsrp_poor()
[all …]
DCellSignalStrengthNrTest.java214 CellSignalStrength.SIGNAL_STRENGTH_NONE_OR_UNKNOWN, BoundType.CLOSED, in testSignalLevel_validValue()
226 assertThat(css.getLevel()).isEqualTo(CellSignalStrength.SIGNAL_STRENGTH_NONE_OR_UNKNOWN); in testSignalLevel_invalidValue()
DSignalStrengthControllerTest.java766 assertEquals(CellSignalStrength.SIGNAL_STRENGTH_NONE_OR_UNKNOWN, in testLteSignalStrengthReportingCriteria_convertRssnrUnitFromTenDbToDB()
837 assertEquals(CellSignalStrength.SIGNAL_STRENGTH_NONE_OR_UNKNOWN, in test5gNrSignalStrengthReportingCriteria_UseSsRsrpAndSsRsrq()
997 assertEquals(CellSignalStrength.SIGNAL_STRENGTH_NONE_OR_UNKNOWN, in testSignalStrengthLevelUpdatedDueToCarrierConfigChanged()
/frameworks/base/telephony/java/android/telephony/
DCellSignalStrengthCdma.java109 mLevel = SIGNAL_STRENGTH_NONE_OR_UNKNOWN; in setDefaultValues()
114 @IntRange(from = SIGNAL_STRENGTH_NONE_OR_UNKNOWN, to = SIGNAL_STRENGTH_GREAT)
124 if (evdoLevel == SIGNAL_STRENGTH_NONE_OR_UNKNOWN) { in updateLevel()
127 } else if (cdmaLevel == SIGNAL_STRENGTH_NONE_OR_UNKNOWN) { in updateLevel()
203 if (cdmaDbm == CellInfo.UNAVAILABLE) levelDbm = SIGNAL_STRENGTH_NONE_OR_UNKNOWN; in getCdmaLevel()
208 else levelDbm = SIGNAL_STRENGTH_NONE_OR_UNKNOWN; in getCdmaLevel()
211 if (cdmaEcio == CellInfo.UNAVAILABLE) levelEcio = SIGNAL_STRENGTH_NONE_OR_UNKNOWN; in getCdmaLevel()
216 else levelEcio = SIGNAL_STRENGTH_NONE_OR_UNKNOWN; in getCdmaLevel()
232 if (evdoDbm == CellInfo.UNAVAILABLE) levelEvdoDbm = SIGNAL_STRENGTH_NONE_OR_UNKNOWN; in getEvdoLevel()
237 else levelEvdoDbm = SIGNAL_STRENGTH_NONE_OR_UNKNOWN; in getEvdoLevel()
[all …]
DCellSignalStrength.java29 public static final int SIGNAL_STRENGTH_NONE_OR_UNKNOWN = field in CellSignalStrength
30 TelephonyProtoEnums.SIGNAL_STRENGTH_NONE_OR_UNKNOWN; // 0
64 @IntRange(from = SIGNAL_STRENGTH_NONE_OR_UNKNOWN, to = SIGNAL_STRENGTH_GREAT)
DCellSignalStrengthWcdma.java124 mLevel = SIGNAL_STRENGTH_NONE_OR_UNKNOWN; in setDefaultValues()
129 @IntRange(from = SIGNAL_STRENGTH_NONE_OR_UNKNOWN, to = SIGNAL_STRENGTH_GREAT)
160 mLevel = SIGNAL_STRENGTH_NONE_OR_UNKNOWN; in updateLevel()
172 mLevel = SIGNAL_STRENGTH_NONE_OR_UNKNOWN; in updateLevel()
DCellSignalStrengthTdscdma.java102 mLevel = SIGNAL_STRENGTH_NONE_OR_UNKNOWN; in setDefaultValues()
116 if (mRscp > TDSCDMA_RSCP_MAX) mLevel = SIGNAL_STRENGTH_NONE_OR_UNKNOWN; in updateLevel()
121 else mLevel = SIGNAL_STRENGTH_NONE_OR_UNKNOWN; in updateLevel()
DCellSignalStrengthGsm.java94 mLevel = SIGNAL_STRENGTH_NONE_OR_UNKNOWN; in setDefaultValues()
99 @IntRange(from = SIGNAL_STRENGTH_NONE_OR_UNKNOWN, to = SIGNAL_STRENGTH_GREAT)
118 mLevel = SIGNAL_STRENGTH_NONE_OR_UNKNOWN; in updateLevel()
DCellSignalStrengthLte.java204 mLevel = SIGNAL_STRENGTH_NONE_OR_UNKNOWN; in setDefaultValues()
210 @IntRange(from = SIGNAL_STRENGTH_NONE_OR_UNKNOWN, to = SIGNAL_STRENGTH_GREAT)
346 rssiLevel = SIGNAL_STRENGTH_NONE_OR_UNKNOWN; in updateLevel()
356 rssiLevel = SIGNAL_STRENGTH_NONE_OR_UNKNOWN; in updateLevel()
383 level = SIGNAL_STRENGTH_NONE_OR_UNKNOWN; in updateLevelWithMeasure()
DCellSignalStrengthNr.java377 mLevel = SIGNAL_STRENGTH_NONE_OR_UNKNOWN; in setDefaultValues()
384 @IntRange(from = SIGNAL_STRENGTH_NONE_OR_UNKNOWN, to = SIGNAL_STRENGTH_GREAT)
471 level = SIGNAL_STRENGTH_NONE_OR_UNKNOWN; in updateLevelWithMeasure()
481 level = SIGNAL_STRENGTH_NONE_OR_UNKNOWN; in updateLevelWithMeasure()
DSignalStrength.java45 public static final int SIGNAL_STRENGTH_NONE_OR_UNKNOWN = field in SignalStrength
46 CellSignalStrength.SIGNAL_STRENGTH_NONE_OR_UNKNOWN; // = 0
491 if (level < SIGNAL_STRENGTH_NONE_OR_UNKNOWN || level > SIGNAL_STRENGTH_GREAT) { in getLevel()
493 return SIGNAL_STRENGTH_NONE_OR_UNKNOWN; in getLevel()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/
DCarrierMergedConnectionRepository.kt19 import android.telephony.CellSignalStrength.SIGNAL_STRENGTH_NONE_OR_UNKNOWN in <lambda>()
130 .map { it?.level ?: SIGNAL_STRENGTH_NONE_OR_UNKNOWN } in <lambda>()
131 .stateIn(scope, SharingStarted.WhileSubscribed(), SIGNAL_STRENGTH_NONE_OR_UNKNOWN) in <lambda>()
135 .map { it?.level ?: SIGNAL_STRENGTH_NONE_OR_UNKNOWN } in <lambda>()
136 .stateIn(scope, SharingStarted.WhileSubscribed(), SIGNAL_STRENGTH_NONE_OR_UNKNOWN) in <lambda>()
DMobileConnectionRepositoryImpl.kt29 import android.telephony.CellSignalStrength.SIGNAL_STRENGTH_NONE_OR_UNKNOWN in <lambda>()
258 SIGNAL_STRENGTH_NONE_OR_UNKNOWN in <lambda>()
262 .stateIn(scope, SharingStarted.WhileSubscribed(), SIGNAL_STRENGTH_NONE_OR_UNKNOWN) in <lambda>()
268 .stateIn(scope, SharingStarted.WhileSubscribed(), SIGNAL_STRENGTH_NONE_OR_UNKNOWN) in <lambda>()
/frameworks/base/services/tests/powerstatstests/src/com/android/server/power/stats/
DMobileRadioPowerCalculatorTest.java100 SignalStrength.SIGNAL_STRENGTH_NONE_OR_UNKNOWN); in testCounterBasedModel()
119 SignalStrength.SIGNAL_STRENGTH_NONE_OR_UNKNOWN); in testCounterBasedModel()
220 SignalStrength.SIGNAL_STRENGTH_NONE_OR_UNKNOWN); in testCounterBasedModel_multipleDefinedRat()
239 SignalStrength.SIGNAL_STRENGTH_NONE_OR_UNKNOWN); in testCounterBasedModel_multipleDefinedRat()
377 SignalStrength.SIGNAL_STRENGTH_NONE_OR_UNKNOWN); in testCounterBasedModel_legacyPowerProfile()
396 SignalStrength.SIGNAL_STRENGTH_NONE_OR_UNKNOWN); in testCounterBasedModel_legacyPowerProfile()
495 SignalStrength.SIGNAL_STRENGTH_NONE_OR_UNKNOWN); in testTimerBasedModel_byProcessState()
518 SignalStrength.SIGNAL_STRENGTH_NONE_OR_UNKNOWN); in testTimerBasedModel_byProcessState()
697 SignalStrength.SIGNAL_STRENGTH_NONE_OR_UNKNOWN); in testMeasuredEnergyBasedModel_modemActivityInfoRxTxModel()
716 SignalStrength.SIGNAL_STRENGTH_NONE_OR_UNKNOWN); in testMeasuredEnergyBasedModel_modemActivityInfoRxTxModel()
[all …]
DBatteryStatsNoteTest.java1376 CellSignalStrength.SIGNAL_STRENGTH_NONE_OR_UNKNOWN); in testGetPerStateActiveRadioDurationMs_noModemActivity()
1428 CellSignalStrength.SIGNAL_STRENGTH_NONE_OR_UNKNOWN); in testGetPerStateActiveRadioDurationMs_noModemActivity()
1697 CellSignalStrength.SIGNAL_STRENGTH_NONE_OR_UNKNOWN); in testGetPerStateActiveRadioDurationMs_withModemActivity()
1777 CellSignalStrength.SIGNAL_STRENGTH_NONE_OR_UNKNOWN); in testGetPerStateActiveRadioDurationMs_withModemActivity()
1985 CellSignalStrength.SIGNAL_STRENGTH_NONE_OR_UNKNOWN); in testGetPerStateActiveRadioDurationMs_withSpecificInfoModemActivity()
2068 CellSignalStrength.SIGNAL_STRENGTH_NONE_OR_UNKNOWN); in testGetPerStateActiveRadioDurationMs_withSpecificInfoModemActivity()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DDataStallRecoveryStats.java104 private int mSignalStrength = CellSignalStrength.SIGNAL_STRENGTH_NONE_OR_UNKNOWN;
113 private int mOtherSignalStrength = CellSignalStrength.SIGNAL_STRENGTH_NONE_OR_UNKNOWN;
389 mOtherSignalStrength = CellSignalStrength.SIGNAL_STRENGTH_NONE_OR_UNKNOWN; in updateDsdsInfo()
DModemPowerMetrics.java64 CellSignalStrength.SIGNAL_STRENGTH_NONE_OR_UNKNOWN); in buildProto()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/connectivity/
DNetworkControllerSignalTest.java353 for (int testStrength = CellSignalStrength.SIGNAL_STRENGTH_NONE_OR_UNKNOWN; in testCdmaSignalRoaming()
376 for (int testStrength = CellSignalStrength.SIGNAL_STRENGTH_NONE_OR_UNKNOWN; in testQsSignalStrength()
389 for (int testStrength = CellSignalStrength.SIGNAL_STRENGTH_NONE_OR_UNKNOWN; in testCdmaQsSignalStrength()
/frameworks/proto_logging/stats/enums/corenetworking/connectivity/
Denums.proto26 SIGNAL_STRENGTH_NONE_OR_UNKNOWN = 0; enumerator
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/demo/
DDemoMobileConnectionRepository.kt151 private val _cdmaLevel = MutableStateFlow(CellSignalStrength.SIGNAL_STRENGTH_NONE_OR_UNKNOWN) in <lambda>()
162 private val _primaryLevel = MutableStateFlow(CellSignalStrength.SIGNAL_STRENGTH_NONE_OR_UNKNOWN) in <lambda>()
/frameworks/proto_logging/stats/atoms/corenetworking/connectivity/
Dconnectivity_atoms.proto63 // network. So the value will always be 'SIGNAL_STRENGTH_NONE_OR_UNKNOWN' in WIFI network.
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/data/
DDataConfigManagerTest.java132 doReturn(SignalStrength.SIGNAL_STRENGTH_NONE_OR_UNKNOWN).when(signalStrength).getLevel(); in testParseAutoDataSwitchScoreTable()
/frameworks/base/core/java/android/os/connectivity/
DCellularBatteryStats.java295 @IntRange(from = CellSignalStrength.SIGNAL_STRENGTH_NONE_OR_UNKNOWN, in getTimeInRxSignalStrengthLevelMicros()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/connectivity/
DMobileSignalController.java451 return CellSignalStrength.SIGNAL_STRENGTH_NONE_OR_UNKNOWN; in getCdmaLevel()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/domain/interactor/
DMobileIconInteractorTest.kt126 assertThat(latest).isEqualTo(CellSignalStrength.SIGNAL_STRENGTH_NONE_OR_UNKNOWN) in notGsm_level_default_unknown()

12