Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/location/injector/
H A DSettingsHelper.java80 public abstract long getBackgroundThrottleIntervalMs(); in getBackgroundThrottleIntervalMs() method in SettingsHelper
H A DSystemSettingsHelper.java153 public long getBackgroundThrottleIntervalMs() { in getBackgroundThrottleIntervalMs() method in SystemSettingsHelper
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/injector/
H A DFakeSettingsHelper.java116 public long getBackgroundThrottleIntervalMs() { in getBackgroundThrottleIntervalMs() method in FakeSettingsHelper
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/provider/
H A DLocationProviderManagerTest.java1064 mInjector.getSettingsHelper().getBackgroundThrottleIntervalMs()); in testProviderRequest_BackgroundThrottle()
/aosp14/frameworks/base/services/core/java/com/android/server/location/provider/
H A DLocationProviderManager.java685 mSettingsHelper.getBackgroundThrottleIntervalMs())); in calculateProviderLocationRequest()