Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/injector/
H A DFakeSettingsHelper.java91 private final Setting mBackgroundThrottleProximityAlertIntervalSetting = new Setting( field in FakeSettingsHelper
240 return mBackgroundThrottleProximityAlertIntervalSetting.getValue(Long.class); in getBackgroundThrottleProximityAlertIntervalMs()
244 mBackgroundThrottleProximityAlertIntervalSetting.setValue(newValue); in getBackgroundThrottleProximityAlertIntervalMs()