/aosp14/frameworks/base/telephony/java/android/telephony/ |
H A D | CellSignalStrengthCdma.java | 109 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 …]
|
H A D | CellSignalStrength.java | 28 public static final int SIGNAL_STRENGTH_NONE_OR_UNKNOWN = field in CellSignalStrength 29 TelephonyProtoEnums.SIGNAL_STRENGTH_NONE_OR_UNKNOWN; // 0 63 @IntRange(from = SIGNAL_STRENGTH_NONE_OR_UNKNOWN, to = SIGNAL_STRENGTH_GREAT)
|
H A D | CellSignalStrengthWcdma.java | 124 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()
|
H A D | CellSignalStrengthTdscdma.java | 102 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()
|
H A D | CellSignalStrengthGsm.java | 94 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()
|
H A D | CellSignalStrengthLte.java | 204 mLevel = SIGNAL_STRENGTH_NONE_OR_UNKNOWN; in setDefaultValues() 210 @IntRange(from = SIGNAL_STRENGTH_NONE_OR_UNKNOWN, to = SIGNAL_STRENGTH_GREAT) 340 rssiLevel = SIGNAL_STRENGTH_NONE_OR_UNKNOWN; in updateLevel() 350 rssiLevel = SIGNAL_STRENGTH_NONE_OR_UNKNOWN; in updateLevel() 377 level = SIGNAL_STRENGTH_NONE_OR_UNKNOWN; in updateLevelWithMeasure()
|
H A D | CellSignalStrengthNr.java | 377 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()
|
H A D | SignalStrength.java | 45 public static final int SIGNAL_STRENGTH_NONE_OR_UNKNOWN = field in SignalStrength 46 CellSignalStrength.SIGNAL_STRENGTH_NONE_OR_UNKNOWN; // = 0 517 if (level < SIGNAL_STRENGTH_NONE_OR_UNKNOWN || level > SIGNAL_STRENGTH_GREAT) { in getLevel() 519 return SIGNAL_STRENGTH_NONE_OR_UNKNOWN; in getLevel()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/ |
H A D | CarrierMergedConnectionRepository.kt | 19 import android.telephony.CellSignalStrength.SIGNAL_STRENGTH_NONE_OR_UNKNOWN 126 .map { it?.level ?: SIGNAL_STRENGTH_NONE_OR_UNKNOWN } 127 .stateIn(scope, SharingStarted.WhileSubscribed(), SIGNAL_STRENGTH_NONE_OR_UNKNOWN) 131 .map { it?.level ?: SIGNAL_STRENGTH_NONE_OR_UNKNOWN } 132 .stateIn(scope, SharingStarted.WhileSubscribed(), SIGNAL_STRENGTH_NONE_OR_UNKNOWN)
|
H A D | MobileConnectionRepositoryImpl.kt | 24 import android.telephony.CellSignalStrength.SIGNAL_STRENGTH_NONE_OR_UNKNOWN 236 SIGNAL_STRENGTH_NONE_OR_UNKNOWN 240 .stateIn(scope, SharingStarted.WhileSubscribed(), SIGNAL_STRENGTH_NONE_OR_UNKNOWN) 246 .stateIn(scope, SharingStarted.WhileSubscribed(), SIGNAL_STRENGTH_NONE_OR_UNKNOWN)
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/power/stats/ |
H A D | MobileRadioPowerCalculatorTest.java | 94 SignalStrength.SIGNAL_STRENGTH_NONE_OR_UNKNOWN); in testCounterBasedModel() 113 SignalStrength.SIGNAL_STRENGTH_NONE_OR_UNKNOWN); in testCounterBasedModel() 214 SignalStrength.SIGNAL_STRENGTH_NONE_OR_UNKNOWN); in testCounterBasedModel_multipleDefinedRat() 233 SignalStrength.SIGNAL_STRENGTH_NONE_OR_UNKNOWN); in testCounterBasedModel_multipleDefinedRat() 369 SignalStrength.SIGNAL_STRENGTH_NONE_OR_UNKNOWN); in testCounterBasedModel_legacyPowerProfile() 388 SignalStrength.SIGNAL_STRENGTH_NONE_OR_UNKNOWN); in testCounterBasedModel_legacyPowerProfile() 487 SignalStrength.SIGNAL_STRENGTH_NONE_OR_UNKNOWN); in testTimerBasedModel_byProcessState() 510 SignalStrength.SIGNAL_STRENGTH_NONE_OR_UNKNOWN); in testTimerBasedModel_byProcessState() 691 SignalStrength.SIGNAL_STRENGTH_NONE_OR_UNKNOWN); in testMeasuredEnergyBasedModel_modemActivityInfoRxTxModel() 710 SignalStrength.SIGNAL_STRENGTH_NONE_OR_UNKNOWN); in testMeasuredEnergyBasedModel_modemActivityInfoRxTxModel() [all …]
|
H A D | BatteryStatsNoteTest.java | 1352 CellSignalStrength.SIGNAL_STRENGTH_NONE_OR_UNKNOWN); in testGetPerStateActiveRadioDurationMs_noModemActivity() 1404 CellSignalStrength.SIGNAL_STRENGTH_NONE_OR_UNKNOWN); in testGetPerStateActiveRadioDurationMs_noModemActivity() 1673 CellSignalStrength.SIGNAL_STRENGTH_NONE_OR_UNKNOWN); in testGetPerStateActiveRadioDurationMs_withModemActivity() 1753 CellSignalStrength.SIGNAL_STRENGTH_NONE_OR_UNKNOWN); in testGetPerStateActiveRadioDurationMs_withModemActivity() 1950 CellSignalStrength.SIGNAL_STRENGTH_NONE_OR_UNKNOWN); in testGetPerStateActiveRadioDurationMs_withSpecificInfoModemActivity() 2033 CellSignalStrength.SIGNAL_STRENGTH_NONE_OR_UNKNOWN); in testGetPerStateActiveRadioDurationMs_withSpecificInfoModemActivity()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/connectivity/ |
H A D | NetworkControllerSignalTest.java | 352 for (int testStrength = CellSignalStrength.SIGNAL_STRENGTH_NONE_OR_UNKNOWN; in testCdmaSignalRoaming() 375 for (int testStrength = CellSignalStrength.SIGNAL_STRENGTH_NONE_OR_UNKNOWN; in testQsSignalStrength() 388 for (int testStrength = CellSignalStrength.SIGNAL_STRENGTH_NONE_OR_UNKNOWN; in testCdmaQsSignalStrength()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/demo/ |
H A D | DemoMobileConnectionRepository.kt | 124 private val _cdmaLevel = MutableStateFlow(CellSignalStrength.SIGNAL_STRENGTH_NONE_OR_UNKNOWN) 135 private val _primaryLevel = MutableStateFlow(CellSignalStrength.SIGNAL_STRENGTH_NONE_OR_UNKNOWN)
|
/aosp14/frameworks/base/core/java/android/os/connectivity/ |
H A D | CellularBatteryStats.java | 295 @IntRange(from = CellSignalStrength.SIGNAL_STRENGTH_NONE_OR_UNKNOWN, in getTimeInRxSignalStrengthLevelMicros()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/connectivity/ |
H A D | MobileSignalController.java | 451 return CellSignalStrength.SIGNAL_STRENGTH_NONE_OR_UNKNOWN; in getCdmaLevel()
|
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/ |
H A D | ConnectivityControllerTest.java | 499 CellSignalStrength.SIGNAL_STRENGTH_NONE_OR_UNKNOWN); in testStrongEnough_Cellular() 673 CellSignalStrength.SIGNAL_STRENGTH_NONE_OR_UNKNOWN); in testStrongEnough_Cellular_CheckDisabled() 847 CellSignalStrength.SIGNAL_STRENGTH_NONE_OR_UNKNOWN); in testStrongEnough_Cellular_VPN()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/domain/interactor/ |
H A D | MobileIconInteractorTest.kt | 123 assertThat(latest).isEqualTo(CellSignalStrength.SIGNAL_STRENGTH_NONE_OR_UNKNOWN)
|
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/ |
H A D | ConnectivityController.java | 851 int signalStrength = CellSignalStrength.SIGNAL_STRENGTH_NONE_OR_UNKNOWN; in isStrongEnough()
|
/aosp14/frameworks/base/services/core/java/com/android/server/power/stats/ |
H A D | BatteryStatsImpl.java | 1066 private int mSignalStrength = CellSignalStrength.SIGNAL_STRENGTH_NONE_OR_UNKNOWN; 5940 && strengthBin > CellSignalStrength.SIGNAL_STRENGTH_NONE_OR_UNKNOWN) { in updateAllPhoneStateLocked() 5957 strengthBin = CellSignalStrength.SIGNAL_STRENGTH_NONE_OR_UNKNOWN; in updateAllPhoneStateLocked()
|
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 44177 …method @IntRange(from=android.telephony.CellSignalStrength.SIGNAL_STRENGTH_NONE_OR_UNKNOWN, to=and… 44182 field public static final int SIGNAL_STRENGTH_NONE_OR_UNKNOWN = 0; // 0x0 44197 …method @IntRange(from=android.telephony.CellSignalStrength.SIGNAL_STRENGTH_NONE_OR_UNKNOWN, to=and… 44207 …method @IntRange(from=android.telephony.CellSignalStrength.SIGNAL_STRENGTH_NONE_OR_UNKNOWN, to=and… 44220 …method @IntRange(from=android.telephony.CellSignalStrength.SIGNAL_STRENGTH_NONE_OR_UNKNOWN, to=and… 44239 …method @IntRange(from=android.telephony.CellSignalStrength.SIGNAL_STRENGTH_NONE_OR_UNKNOWN, to=and… 44263 …method @IntRange(from=android.telephony.CellSignalStrength.SIGNAL_STRENGTH_NONE_OR_UNKNOWN, to=and…
|
H A D | system-current.txt | 11098 …elMicros(@IntRange(from=android.telephony.CellSignalStrength.SIGNAL_STRENGTH_NONE_OR_UNKNOWN, to=a…
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 55660 Landroid/telephony/TelephonyProtoEnums;->SIGNAL_STRENGTH_NONE_OR_UNKNOWN:I
|