Searched refs:DEFAULT_NUM_LEVELS (Results 1 – 8 of 8) sorted by relevance
30 …i.statusbar.pipeline.mobile.data.repository.MobileConnectionRepository.Companion.DEFAULT_NUM_LEVELS119 DEFAULT_NUM_LEVELS122 .stateIn(scope, SharingStarted.WhileSubscribed(), DEFAULT_NUM_LEVELS)
59 …i.statusbar.pipeline.mobile.data.repository.MobileConnectionRepository.Companion.DEFAULT_NUM_LEVELS294 DEFAULT_NUM_LEVELS + 1296 DEFAULT_NUM_LEVELS299 .stateIn(scope, SharingStarted.WhileSubscribed(), DEFAULT_NUM_LEVELS)
24 …i.statusbar.pipeline.mobile.data.repository.MobileConnectionRepository.Companion.DEFAULT_NUM_LEVELS48 override val numberOfLevels = MutableStateFlow(DEFAULT_NUM_LEVELS)
28 …i.statusbar.pipeline.mobile.data.repository.MobileConnectionRepository.Companion.DEFAULT_NUM_LEVELS182 override val numberOfLevels = MutableStateFlow(MobileConnectionRepository.DEFAULT_NUM_LEVELS)212 if (event.inflateStrength) DEFAULT_NUM_LEVELS + 1 else DEFAULT_NUM_LEVELS
25 …i.statusbar.pipeline.mobile.data.repository.MobileConnectionRepository.Companion.DEFAULT_NUM_LEVELS74 val numberOfLevels = getString("numlevels")?.toInt() ?: DEFAULT_NUM_LEVELS
137 val DEFAULT_NUM_LEVELS = CellSignalStrength.getNumSignalStrengthLevels() regex
79 …i.statusbar.pipeline.mobile.data.repository.MobileConnectionRepository.Companion.DEFAULT_NUM_LEVELS556 assertThat(latest).isEqualTo(DEFAULT_NUM_LEVELS)943 assertThat(latest).isEqualTo(DEFAULT_NUM_LEVELS)949 assertThat(latest).isEqualTo(DEFAULT_NUM_LEVELS + 1)955 assertThat(latest).isEqualTo(DEFAULT_NUM_LEVELS)
153 val numberOfLevels: Int = MobileConnectionRepository.DEFAULT_NUM_LEVELS,