Searched refs:KEY_SHOW_5G_SLICE_ICON_BOOL (Results 1 – 4 of 4) sorted by relevance
22 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>()
21 import android.telephony.CarrierConfigManager.KEY_SHOW_5G_SLICE_ICON_BOOL71 BooleanCarrierConfig(KEY_SHOW_5G_SLICE_ICON_BOOL, defaultConfig)
28 import android.telephony.CarrierConfigManager.KEY_SHOW_5G_SLICE_ICON_BOOL1053 configWithOverride(KEY_SHOW_5G_SLICE_ICON_BOOL, true) in allowNetworkSliceIndicator_exposesCarrierConfigValue()1059 configWithOverride(KEY_SHOW_5G_SLICE_ICON_BOOL, false) in allowNetworkSliceIndicator_exposesCarrierConfigValue()
2006 public static final String KEY_SHOW_5G_SLICE_ICON_BOOL = "show_5g_slice_icon_bool"; field in CarrierConfigManager10820 sDefaults.putBoolean(KEY_SHOW_5G_SLICE_ICON_BOOL, true); in sDefaults.putBoolean() argument