Searched refs:mBackgroundThrottleIntervalSetting (Results 1 – 1 of 1) sorted by relevance
82 private final Setting mBackgroundThrottleIntervalSetting = new Setting(30 * 60 * 1000L); field in FakeSettingsHelper117 return mBackgroundThrottleIntervalSetting.getValue(Long.class); in getBackgroundThrottleIntervalMs()121 mBackgroundThrottleIntervalSetting.setValue(backgroundThrottleIntervalMs); in setBackgroundThrottleIntervalMs()127 mBackgroundThrottleIntervalSetting.addListener(listener); in addOnBackgroundThrottleIntervalChangedListener()133 mBackgroundThrottleIntervalSetting.removeListener(listener); in removeOnBackgroundThrottleIntervalChangedListener()