Searched refs:DEFAULT_NUM_LEVELS (Results 1 – 8 of 8) sorted by relevance
31 …i.statusbar.pipeline.mobile.data.repository.MobileConnectionRepository.Companion.DEFAULT_NUM_LEVELS in <lambda>()123 DEFAULT_NUM_LEVELS in <lambda>()126 .stateIn(scope, SharingStarted.WhileSubscribed(), DEFAULT_NUM_LEVELS) in <lambda>()
64 …i.statusbar.pipeline.mobile.data.repository.MobileConnectionRepository.Companion.DEFAULT_NUM_LEVELS in <lambda>()319 DEFAULT_NUM_LEVELS + 1 in <lambda>()321 DEFAULT_NUM_LEVELS in <lambda>()324 .stateIn(scope, SharingStarted.WhileSubscribed(), DEFAULT_NUM_LEVELS) in <lambda>()
24 …i.statusbar.pipeline.mobile.data.repository.MobileConnectionRepository.Companion.DEFAULT_NUM_LEVELS51 override val numberOfLevels = MutableStateFlow(DEFAULT_NUM_LEVELS)
25 …i.statusbar.pipeline.mobile.data.repository.MobileConnectionRepository.Companion.DEFAULT_NUM_LEVELS in <lambda>()74 val numberOfLevels = getString("numlevels")?.toInt() ?: DEFAULT_NUM_LEVELS in <lambda>()
28 …i.statusbar.pipeline.mobile.data.repository.MobileConnectionRepository.Companion.DEFAULT_NUM_LEVELS in <lambda>()213 DEFAULT_NUM_LEVELS + 1 in <lambda>()215 DEFAULT_NUM_LEVELS in <lambda>()218 .stateIn(scope, SharingStarted.WhileSubscribed(), DEFAULT_NUM_LEVELS) in <lambda>()
170 val DEFAULT_NUM_LEVELS = CellSignalStrength.getNumSignalStrengthLevels() in isInEcmMode() constant
89 …i.statusbar.pipeline.mobile.data.repository.MobileConnectionRepository.Companion.DEFAULT_NUM_LEVELS571 assertThat(latest).isEqualTo(DEFAULT_NUM_LEVELS) in numberOfLevels_isDefault()1010 assertThat(latest).isEqualTo(DEFAULT_NUM_LEVELS) in numberOfLevels_usesCarrierConfig()1016 assertThat(latest).isEqualTo(DEFAULT_NUM_LEVELS + 1) in numberOfLevels_usesCarrierConfig()1022 assertThat(latest).isEqualTo(DEFAULT_NUM_LEVELS) in numberOfLevels_usesCarrierConfig()
153 val numberOfLevels: Int = MobileConnectionRepository.DEFAULT_NUM_LEVELS,