Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/domain/interactor/
DMobileIconInteractorTest.kt91 connectionRepository.primaryLevel.value = GSM_LEVEL in gsm_usesGsmLevel()
97 assertThat(latest).isEqualTo(GSM_LEVEL) in gsm_usesGsmLevel()
106 connectionRepository.primaryLevel.value = GSM_LEVEL in gsm_alwaysShowCdmaTrue_stillUsesGsmLevel()
113 assertThat(latest).isEqualTo(GSM_LEVEL) in gsm_alwaysShowCdmaTrue_stillUsesGsmLevel()
134 connectionRepository.primaryLevel.value = GSM_LEVEL in notGsm_alwaysShowCdmaTrue_usesCdmaLevel()
150 connectionRepository.primaryLevel.value = GSM_LEVEL in notGsm_alwaysShowCdmaFalse_usesPrimaryLevel()
157 assertThat(latest).isEqualTo(GSM_LEVEL) in notGsm_alwaysShowCdmaFalse_usesPrimaryLevel()
758 private const val GSM_LEVEL = 1 in createInteractor() constant