Home
last modified time | relevance | path

Searched defs:numberOfLevels (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/wifi/data/repository/demo/
DDemoModeWifiDataSource.kt74 val numberOfLevels = getString("numlevels")?.toInt() ?: DEFAULT_NUM_LEVELS in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/domain/model/
DSignalIconModel.kt26 val numberOfLevels: Int, constant in com.android.systemui.statusbar.pipeline.mobile.domain.model.SignalIconModel
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/wifi/data/repository/demo/model/
DFakeWifiEventModel.kt40 val numberOfLevels: Int, constant in com.android.systemui.statusbar.pipeline.wifi.data.repository.demo.model.FakeWifiEventModel.CarrierMerged
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/ui/model/
DSignalIconModelParameterizedTest.kt56 val numberOfLevels: Int, constant in com.android.systemui.statusbar.pipeline.mobile.ui.model.SignalIconModelParameterizedTest.TestCase
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/
DFakeMobileConnectionRepository.kt48 override val numberOfLevels = MutableStateFlow(DEFAULT_NUM_LEVELS) constant in com.android.systemui.statusbar.pipeline.mobile.data.repository.FakeMobileConnectionRepository
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/
DMobileConnectionRepository.kt105 val numberOfLevels: StateFlow<Int> constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/domain/interactor/
DMobileIconInteractor.kt274 private val numberOfLevels: StateFlow<Int> = constant
323 ) { shownLevel, numberOfLevels, showExclamationMark, carrierNetworkChange -> in <lambda>() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/
DCarrierMergedConnectionRepository.kt113 override val numberOfLevels: StateFlow<Int> = in <lambda>() constant in com.android.systemui.statusbar.pipeline.mobile.data.repository.prod.CarrierMergedConnectionRepository
DFullMobileConnectionRepository.kt278 override val numberOfLevels = in <lambda>() constant
DMobileConnectionRepositoryImpl.kt281 override val numberOfLevels = in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/demo/
DDemoMobileConnectionRepository.kt181 override val numberOfLevels = MutableStateFlow(MobileConnectionRepository.DEFAULT_NUM_LEVELS) constant in com.android.systemui.statusbar.pipeline.mobile.data.repository.demo.DemoMobileConnectionRepository
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/wifi/shared/model/
DWifiNetworkModel.kt153 val numberOfLevels: Int = MobileConnectionRepository.DEFAULT_NUM_LEVELS, constant in com.android.systemui.statusbar.pipeline.wifi.shared.model.WifiNetworkModel.CarrierMerged