Home
last modified time | relevance | path

Searched refs:setAllLevels (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/ui/viewmodel/
DMobileIconViewModelTest.kt271 repository.setAllLevels(2) in contentDescription_inService_usesLevel()
275 repository.setAllLevels(0) in contentDescription_inService_usesLevel()
288 repository.setAllLevels(-1) in contentDescription_nonInflated_invalidLevelIsNull()
291 repository.setAllLevels(100) in contentDescription_nonInflated_invalidLevelIsNull()
302 repository.setAllLevels(-2) in contentDescription_inflated_invalidLevelIsNull()
305 repository.setAllLevels(100) in contentDescription_inflated_invalidLevelIsNull()
319 repository.setAllLevels(i) in contentDescription_nonInflated_testABunchOfLevelsForNull()
340 repository.setAllLevels(i) in contentDescription_inflated_testABunchOfLevelsForNull()
841 repository.setAllLevels(0) in nonTerrestrial_usesSatelliteIcon()
851 repository.setAllLevels(1) in nonTerrestrial_usesSatelliteIcon()
[all …]
DLocationBasedMobileIconViewModelTest.kt175 repository.setAllLevels(2) in locationBasedViewModelsReceiveSameIconIdWhenCommonImplUpdates()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/
DFakeMobileConnectionRepository.kt79 fun setAllLevels(level: Int) { in setAllLevels() method in com.android.systemui.statusbar.pipeline.mobile.data.repository.FakeMobileConnectionRepository
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/internet/domain/interactor/
DInternetTileDataInteractorTest.kt461 setAllLevels(3) in <lambda>()
487 setAllLevels(3) in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/shared/ui/viewmodel/
DInternetTileViewModelTest.kt336 setAllLevels(3) in mobileDefault_usesNetworkNameAndIcon()