/frameworks/base/telephony/java/android/telephony/ |
D | CellSignalStrength.java | 41 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)
|
D | CellSignalStrengthCdma.java | 114 @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()
|
D | CellSignalStrengthLte.java | 210 @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()
|
D | SignalStrength.java | 61 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()
|
D | CellSignalStrengthNr.java | 384 @IntRange(from = SIGNAL_STRENGTH_NONE_OR_UNKNOWN, to = SIGNAL_STRENGTH_GREAT) 473 level = SIGNAL_STRENGTH_GREAT; in updateLevelWithMeasure()
|
D | CellSignalStrengthTdscdma.java | 117 else if (mRscp >= TDSCDMA_RSCP_GREAT) mLevel = SIGNAL_STRENGTH_GREAT; in updateLevel()
|
D | CellSignalStrengthGsm.java | 99 @IntRange(from = SIGNAL_STRENGTH_NONE_OR_UNKNOWN, to = SIGNAL_STRENGTH_GREAT)
|
D | CellSignalStrengthWcdma.java | 129 @IntRange(from = SIGNAL_STRENGTH_NONE_OR_UNKNOWN, to = SIGNAL_STRENGTH_GREAT)
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/connectivity/ |
D | NetworkControllerSignalTest.java | 354 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/ |
D | SignalStrengthTest.java | 414 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()
|
D | CellSignalStrengthNrTest.java | 215 CellSignalStrength.SIGNAL_STRENGTH_GREAT, BoundType.CLOSED)); in testSignalLevel_validValue() 303 assertEquals(CellSignalStrength.SIGNAL_STRENGTH_GREAT, css.getLevel()); in testSignalLevel_thresholdBoundaries()
|
D | SignalStrengthControllerTest.java | 810 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/ |
D | MobileRadioPowerCalculatorTest.java | 131 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()
|
D | BatteryStatsNoteTest.java | 1440 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/ |
D | enums.proto | 30 SIGNAL_STRENGTH_GREAT = 4; enumerator
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/data/ |
D | AutoDataSwitchControllerTest.java | 375 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/ |
D | CellularBatteryStats.java | 296 to = CellSignalStrength.SIGNAL_STRENGTH_GREAT) int signalStrengthBin) { in getTimeInRxSignalStrengthLevelMicros()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/ |
D | DataNetworkValidationStatsTest.java | 73 doReturn(SignalStrength.SIGNAL_STRENGTH_GREAT).when(mSignalStrength).getLevel(); in setup()
|
D | PersistAtomsStorageTest.java | 1440 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/ |
D | InternetDialogDelegateControllerTest.java | 6 import static android.telephony.SignalStrength.SIGNAL_STRENGTH_GREAT; 208 when(mSignalStrength.getLevel()).thenReturn(SIGNAL_STRENGTH_GREAT); in setUp()
|
/frameworks/proto_logging/stats/enums/telephony/ |
D | enums.proto | 117 SIGNAL_STRENGTH_GREAT = 4; enumerator
|
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/ |
D | ConnectivityControllerTest.java | 621 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/ |
D | ConnectivityController.java | 2243 public int signalStrength = CellSignalStrength.SIGNAL_STRENGTH_GREAT;
|
/frameworks/base/core/api/ |
D | current.txt | 44528 …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…
|
D | system-current.txt | 11370 …GNAL_STRENGTH_NONE_OR_UNKNOWN, to=android.telephony.CellSignalStrength.SIGNAL_STRENGTH_GREAT) int);
|