Home
last modified time | relevance | path

Searched refs:KEY_SHOW_5G_SLICE_ICON_BOOL (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/data/model/
DSystemUiCarrierConfigTest.kt22 import android.telephony.CarrierConfigManager.KEY_SHOW_5G_SLICE_ICON_BOOL in <lambda>()
63 KEY_SHOW_5G_SLICE_ICON_BOOL to false, in <lambda>()
86 KEY_SHOW_5G_SLICE_ICON_BOOL to true, in <lambda>()
115 it.putBoolean(CarrierConfigManager.KEY_SHOW_5G_SLICE_ICON_BOOL, true) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/model/
DSystemUiCarrierConfig.kt21 import android.telephony.CarrierConfigManager.KEY_SHOW_5G_SLICE_ICON_BOOL
71 BooleanCarrierConfig(KEY_SHOW_5G_SLICE_ICON_BOOL, defaultConfig)
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/
DMobileConnectionRepositoryTest.kt28 import android.telephony.CarrierConfigManager.KEY_SHOW_5G_SLICE_ICON_BOOL
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/telephony/java/android/telephony/
DCarrierConfigManager.java2006 public static final String KEY_SHOW_5G_SLICE_ICON_BOOL = "show_5g_slice_icon_bool"; field in CarrierConfigManager
10820 sDefaults.putBoolean(KEY_SHOW_5G_SLICE_ICON_BOOL, true); in sDefaults.putBoolean() argument