Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/injector/
H A DFakeSettingsHelper.java82 private final Setting mBackgroundThrottleIntervalSetting = new Setting(30 * 60 * 1000L); field in FakeSettingsHelper
117 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()