/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/wifi/data/repository/demo/ |
D | DemoModeWifiDataSource.kt | 74 val numberOfLevels = getString("numlevels")?.toInt() ?: DEFAULT_NUM_LEVELS in <lambda>() constant
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/ |
D | AccessibilityContentDescriptions.java | 79 public static int getDescriptionForLevel(int level, int numberOfLevels) { in getDescriptionForLevel()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/wifi/data/repository/demo/model/ |
D | FakeWifiEventModel.kt | 40 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/ |
D | SignalIconModelParameterizedTest.kt | 56 val numberOfLevels: Int, constant in com.android.systemui.statusbar.pipeline.mobile.ui.model.SignalIconModelParameterizedTest.TestCase
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/domain/model/ |
D | SignalIconModel.kt | 40 val numberOfLevels: Int, in logFull() constant in com.android.systemui.statusbar.pipeline.mobile.domain.model.SignalIconModel.Cellular
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/ |
D | FakeMobileConnectionRepository.kt | 51 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/domain/interactor/ |
D | MobileIconInteractor.kt | 304 private val numberOfLevels: StateFlow<Int> = connectionRepository.numberOfLevels constant 346 ) { shownLevel, numberOfLevels, showExclamationMark, carrierNetworkChange -> in shownLevel() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/ |
D | MobileConnectionRepository.kt | 126 val numberOfLevels: StateFlow<Int> constant
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/ |
D | CarrierMergedConnectionRepository.kt | 117 override val numberOfLevels: StateFlow<Int> = in <lambda>() constant in com.android.systemui.statusbar.pipeline.mobile.data.repository.prod.CarrierMergedConnectionRepository
|
D | FullMobileConnectionRepository.kt | 326 override val numberOfLevels = in <lambda>() constant
|
D | MobileConnectionRepositoryImpl.kt | 315 override val numberOfLevels = in <lambda>() constant
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/wifi/shared/model/ |
D | WifiNetworkModel.kt | 153 val numberOfLevels: Int = MobileConnectionRepository.DEFAULT_NUM_LEVELS, constant in com.android.systemui.statusbar.pipeline.wifi.shared.model.WifiNetworkModel.CarrierMerged
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/demo/ |
D | DemoMobileConnectionRepository.kt | 209 override val numberOfLevels = in <lambda>() constant in com.android.systemui.statusbar.pipeline.mobile.data.repository.demo.DemoMobileConnectionRepository
|