Home
last modified time | relevance | path

Searched refs:CDMA_LEVEL (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/domain/interactor/
DMobileIconInteractorTest.kt92 connectionRepository.cdmaLevel.value = CDMA_LEVEL in gsm_usesGsmLevel()
107 connectionRepository.cdmaLevel.value = CDMA_LEVEL in gsm_alwaysShowCdmaTrue_stillUsesGsmLevel()
135 connectionRepository.cdmaLevel.value = CDMA_LEVEL in notGsm_alwaysShowCdmaTrue_usesCdmaLevel()
141 assertThat(latest).isEqualTo(CDMA_LEVEL) in notGsm_alwaysShowCdmaTrue_usesCdmaLevel()
151 connectionRepository.cdmaLevel.value = CDMA_LEVEL in notGsm_alwaysShowCdmaFalse_usesPrimaryLevel()
759 private const val CDMA_LEVEL = 2 in createInteractor() constant