Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/
DCarrierMergedConnectionRepository.kt31 …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>()
DMobileConnectionRepositoryImpl.kt64 …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>()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/
DFakeMobileConnectionRepository.kt24 …i.statusbar.pipeline.mobile.data.repository.MobileConnectionRepository.Companion.DEFAULT_NUM_LEVELS
51 override val numberOfLevels = MutableStateFlow(DEFAULT_NUM_LEVELS)
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/wifi/data/repository/demo/
DDemoModeWifiDataSource.kt25 …i.statusbar.pipeline.mobile.data.repository.MobileConnectionRepository.Companion.DEFAULT_NUM_LEVELS in <lambda>()
74 val numberOfLevels = getString("numlevels")?.toInt() ?: DEFAULT_NUM_LEVELS in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/demo/
DDemoMobileConnectionRepository.kt28 …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>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/
DMobileConnectionRepository.kt170 val DEFAULT_NUM_LEVELS = CellSignalStrength.getNumSignalStrengthLevels() in isInEcmMode() constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/
DMobileConnectionRepositoryTest.kt89 …i.statusbar.pipeline.mobile.data.repository.MobileConnectionRepository.Companion.DEFAULT_NUM_LEVELS
571 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/wifi/shared/model/
DWifiNetworkModel.kt153 val numberOfLevels: Int = MobileConnectionRepository.DEFAULT_NUM_LEVELS,