Home
last modified time | relevance | path

Searched refs:configWithOverride (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/
DMobileConnectionRepositoryTest.kt85 …ystemui.statusbar.pipeline.mobile.data.model.SystemUiCarrierConfigTest.Companion.configWithOverride
1013 configWithOverride(KEY_INFLATE_SIGNAL_STRENGTH_BOOL, true) in numberOfLevels_usesCarrierConfig()
1019 configWithOverride(KEY_INFLATE_SIGNAL_STRENGTH_BOOL, false) in numberOfLevels_usesCarrierConfig()
1035 configWithOverride(KEY_INFLATE_SIGNAL_STRENGTH_BOOL, true) in inflateSignalStrength_usesCarrierConfig()
1041 configWithOverride(KEY_INFLATE_SIGNAL_STRENGTH_BOOL, false) in inflateSignalStrength_usesCarrierConfig()
1053 configWithOverride(KEY_SHOW_5G_SLICE_ICON_BOOL, true) in allowNetworkSliceIndicator_exposesCarrierConfigValue()
1059 configWithOverride(KEY_SHOW_5G_SLICE_ICON_BOOL, false) in allowNetworkSliceIndicator_exposesCarrierConfigValue()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/data/model/
DSystemUiCarrierConfigTest.kt119 fun configWithOverride(key: String, override: Boolean): PersistableBundle = in <lambda>() method