Home
last modified time | relevance | path

Searched refs:SIGNAL_STRENGTH_GREAT (Results 1 – 25 of 27) sorted by relevance

12

/frameworks/base/telephony/java/android/telephony/
DCellSignalStrength.java41 public static final int SIGNAL_STRENGTH_GREAT = field in CellSignalStrength
42 TelephonyProtoEnums.SIGNAL_STRENGTH_GREAT; // 4
64 @IntRange(from = SIGNAL_STRENGTH_NONE_OR_UNKNOWN, to = SIGNAL_STRENGTH_GREAT)
DCellSignalStrengthCdma.java114 @IntRange(from = SIGNAL_STRENGTH_NONE_OR_UNKNOWN, to = SIGNAL_STRENGTH_GREAT)
204 else if (cdmaDbm >= -75) levelDbm = SIGNAL_STRENGTH_GREAT; in getCdmaLevel()
212 else if (cdmaEcio >= -90) levelEcio = SIGNAL_STRENGTH_GREAT; in getCdmaLevel()
233 else if (evdoDbm >= -65) levelEvdoDbm = SIGNAL_STRENGTH_GREAT; in getEvdoLevel()
240 else if (evdoSnr >= 7) levelEvdoSnr = SIGNAL_STRENGTH_GREAT; in getEvdoLevel()
DCellSignalStrengthLte.java210 @IntRange(from = SIGNAL_STRENGTH_NONE_OR_UNKNOWN, to = SIGNAL_STRENGTH_GREAT)
348 rssiLevel = SIGNAL_STRENGTH_GREAT; in updateLevel()
375 level = SIGNAL_STRENGTH_GREAT; in updateLevelWithMeasure()
DSignalStrength.java61 public static final int SIGNAL_STRENGTH_GREAT = field in SignalStrength
62 CellSignalStrength.SIGNAL_STRENGTH_GREAT; // = 4
491 if (level < SIGNAL_STRENGTH_NONE_OR_UNKNOWN || level > SIGNAL_STRENGTH_GREAT) { in getLevel()
DCellSignalStrengthNr.java384 @IntRange(from = SIGNAL_STRENGTH_NONE_OR_UNKNOWN, to = SIGNAL_STRENGTH_GREAT)
473 level = SIGNAL_STRENGTH_GREAT; in updateLevelWithMeasure()
DCellSignalStrengthTdscdma.java117 else if (mRscp >= TDSCDMA_RSCP_GREAT) mLevel = SIGNAL_STRENGTH_GREAT; in updateLevel()
DCellSignalStrengthGsm.java99 @IntRange(from = SIGNAL_STRENGTH_NONE_OR_UNKNOWN, to = SIGNAL_STRENGTH_GREAT)
DCellSignalStrengthWcdma.java129 @IntRange(from = SIGNAL_STRENGTH_NONE_OR_UNKNOWN, to = SIGNAL_STRENGTH_GREAT)
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/connectivity/
DNetworkControllerSignalTest.java354 testStrength <= SignalStrength.SIGNAL_STRENGTH_GREAT; testStrength++) { in testCdmaSignalRoaming()
377 testStrength <= SignalStrength.SIGNAL_STRENGTH_GREAT; testStrength++) { in testQsSignalStrength()
390 testStrength <= SignalStrength.SIGNAL_STRENGTH_GREAT; testStrength++) { in testCdmaQsSignalStrength()
654 int strength = SignalStrength.SIGNAL_STRENGTH_GREAT; in testCarrierNetworkChange_carrierNetworkChange()
684 int strength = SignalStrength.SIGNAL_STRENGTH_GREAT; in testCarrierNetworkChange_roamingBeforeNetworkChange()
718 int strength = SignalStrength.SIGNAL_STRENGTH_GREAT; in testCarrierNetworkChange_roamingAfterNetworkChange()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSignalStrengthTest.java414 assertEquals(SignalStrength.SIGNAL_STRENGTH_GREAT, in testRsrqThresholds_rsrp_great()
434 assertEquals(SignalStrength.SIGNAL_STRENGTH_GREAT, in testRsrqThresholds_rsrp_great()
454 assertEquals(SignalStrength.SIGNAL_STRENGTH_GREAT, in testRsrqThresholds_rsrp_great()
683 assertEquals(SignalStrength.SIGNAL_STRENGTH_GREAT, in testRssnrThresholds_rsrp_great()
703 assertEquals(SignalStrength.SIGNAL_STRENGTH_GREAT, in testRssnrThresholds_rsrp_great()
723 assertEquals(SignalStrength.SIGNAL_STRENGTH_GREAT, in testRssnrThresholds_rsrp_great()
DCellSignalStrengthNrTest.java215 CellSignalStrength.SIGNAL_STRENGTH_GREAT, BoundType.CLOSED)); in testSignalLevel_validValue()
303 assertEquals(CellSignalStrength.SIGNAL_STRENGTH_GREAT, css.getLevel()); in testSignalLevel_thresholdBoundaries()
DSignalStrengthControllerTest.java810 assertEquals(CellSignalStrength.SIGNAL_STRENGTH_GREAT, mSsc.getSignalStrength().getLevel()); in test5gNrSignalStrengthReportingCriteria_UseSsRsrp()
865 assertEquals(CellSignalStrength.SIGNAL_STRENGTH_GREAT, mSsc.getSignalStrength().getLevel()); in test5gNrSignalStrengthReportingCriteria_ConfiguredThresholds()
/frameworks/base/services/tests/powerstatstests/src/com/android/server/power/stats/
DMobileRadioPowerCalculatorTest.java131 when(gsmSignalStrength.getLevel()).thenReturn(SignalStrength.SIGNAL_STRENGTH_GREAT); in testCounterBasedModel()
251 when(gsmSignalStrength.getLevel()).thenReturn(SignalStrength.SIGNAL_STRENGTH_GREAT); in testCounterBasedModel_multipleDefinedRat()
408 when(gsmSignalStrength.getLevel()).thenReturn(SignalStrength.SIGNAL_STRENGTH_GREAT); in testCounterBasedModel_legacyPowerProfile()
526 when(gsmSignalStrength.getLevel()).thenReturn(SignalStrength.SIGNAL_STRENGTH_GREAT); in testTimerBasedModel_byProcessState()
731 when(gsmSignalStrength.getLevel()).thenReturn(SignalStrength.SIGNAL_STRENGTH_GREAT); in testMeasuredEnergyBasedModel_modemActivityInfoRxTxModel()
911 when(gsmSignalStrength.getLevel()).thenReturn(SignalStrength.SIGNAL_STRENGTH_GREAT); in testMeasuredEnergyBasedModel_modemActivityInfoRxTxModel_legacyPowerProfile()
DBatteryStatsNoteTest.java1440 CellSignalStrength.SIGNAL_STRENGTH_GREAT); in testGetPerStateActiveRadioDurationMs_noModemActivity()
1799 CellSignalStrength.SIGNAL_STRENGTH_GREAT); in testGetPerStateActiveRadioDurationMs_withModemActivity()
2090 CellSignalStrength.SIGNAL_STRENGTH_GREAT); in testGetPerStateActiveRadioDurationMs_withSpecificInfoModemActivity()
/frameworks/proto_logging/stats/enums/corenetworking/connectivity/
Denums.proto30 SIGNAL_STRENGTH_GREAT = 4; enumerator
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/data/
DAutoDataSwitchControllerTest.java375 signalStrengthChanged(PHONE_1, SignalStrength.SIGNAL_STRENGTH_GREAT); in testRoaming_same_roaming_condition_uses_rat_signalStrength()
429 signalStrengthChanged(PHONE_1, SignalStrength.SIGNAL_STRENGTH_GREAT); in testCancelSwitch_onPrimary_rat_signalStrength()
519 signalStrengthChanged(PHONE_1, SignalStrength.SIGNAL_STRENGTH_GREAT); in testOnNonDdsSwitchBackToPrimary_rat_signalStrength()
740 signalStrengthChanged(PHONE_2, SignalStrength.SIGNAL_STRENGTH_GREAT); in prepareIdealUsesNonDdsCondition()
/frameworks/base/core/java/android/os/connectivity/
DCellularBatteryStats.java296 to = CellSignalStrength.SIGNAL_STRENGTH_GREAT) int signalStrengthBin) { in getTimeInRxSignalStrengthLevelMicros()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
DDataNetworkValidationStatsTest.java73 doReturn(SignalStrength.SIGNAL_STRENGTH_GREAT).when(mSignalStrength).getLevel(); in setup()
DPersistAtomsStorageTest.java1440 mDataNetworkValidationLte1.signalStrength = SignalStrength.SIGNAL_STRENGTH_GREAT; in generateTestDataNetworkValidationsData()
1451 mDataNetworkValidationLte2.signalStrength = SignalStrength.SIGNAL_STRENGTH_GREAT; in generateTestDataNetworkValidationsData()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tiles/dialog/
DInternetDialogDelegateControllerTest.java6 import static android.telephony.SignalStrength.SIGNAL_STRENGTH_GREAT;
208 when(mSignalStrength.getLevel()).thenReturn(SIGNAL_STRENGTH_GREAT); in setUp()
/frameworks/proto_logging/stats/enums/telephony/
Denums.proto117 SIGNAL_STRENGTH_GREAT = 4; enumerator
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/
DConnectivityControllerTest.java621 CellSignalStrength.SIGNAL_STRENGTH_GREAT); in testStrongEnough_Cellular()
795 CellSignalStrength.SIGNAL_STRENGTH_GREAT); in testStrongEnough_Cellular_CheckDisabled()
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
DConnectivityController.java2243 public int signalStrength = CellSignalStrength.SIGNAL_STRENGTH_GREAT;
/frameworks/base/core/api/
Dcurrent.txt44528 …STRENGTH_NONE_OR_UNKNOWN, to=android.telephony.CellSignalStrength.SIGNAL_STRENGTH_GREAT) public ab…
44531 field public static final int SIGNAL_STRENGTH_GREAT = 4; // 0x4
44549 …STRENGTH_NONE_OR_UNKNOWN, to=android.telephony.CellSignalStrength.SIGNAL_STRENGTH_GREAT) public in…
44561 …STRENGTH_NONE_OR_UNKNOWN, to=android.telephony.CellSignalStrength.SIGNAL_STRENGTH_GREAT) public in…
44576 …STRENGTH_NONE_OR_UNKNOWN, to=android.telephony.CellSignalStrength.SIGNAL_STRENGTH_GREAT) public in…
44597 …STRENGTH_NONE_OR_UNKNOWN, to=android.telephony.CellSignalStrength.SIGNAL_STRENGTH_GREAT) public in…
44625 …STRENGTH_NONE_OR_UNKNOWN, to=android.telephony.CellSignalStrength.SIGNAL_STRENGTH_GREAT) public in…
Dsystem-current.txt11370 …GNAL_STRENGTH_NONE_OR_UNKNOWN, to=android.telephony.CellSignalStrength.SIGNAL_STRENGTH_GREAT) int);

12