Searched refs:limitNetworkPreference (Results 1 – 1 of 1) sorted by relevance
64 final Preference limitNetworkPreference = findPreference(KEY_LIMIT_NETWORK); in updateLowPowerStandbyPreferences() local71 if (limitNetworkPreference != null) { in updateLowPowerStandbyPreferences()72 limitNetworkPreference.setVisible(lowPowerStandbySupported && !enableEnergyModes); in updateLowPowerStandbyPreferences()78 if (limitNetworkPreference != null && limitNetworkPreference.isVisible()) { in updateLowPowerStandbyPreferences()81 ((TwoStatePreference) limitNetworkPreference).setChecked(lowPowerStandbyEnabled); in updateLowPowerStandbyPreferences()