Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/mobile/
H A DMobileMappings.java79 if (!config.showAtLeast3G) { in getDefaultIcons()
111 if (!config.showAtLeast3G) { in mapIconSets()
199 public boolean showAtLeast3G = false; field in MobileMappings.Config
214 config.showAtLeast3G = res.getBoolean(R.bool.config_showMin3G); in readConfig()