Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/location/injector/
DSettingsHelper.java184 public abstract long getBackgroundThrottleProximityAlertIntervalMs(); in getBackgroundThrottleProximityAlertIntervalMs() method in SettingsHelper
DSystemSettingsHelper.java273 public long getBackgroundThrottleProximityAlertIntervalMs() { in getBackgroundThrottleProximityAlertIntervalMs() method in SystemSettingsHelper
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/injector/
DFakeSettingsHelper.java239 public long getBackgroundThrottleProximityAlertIntervalMs() { in getBackgroundThrottleProximityAlertIntervalMs() method in FakeSettingsHelper
243 public void getBackgroundThrottleProximityAlertIntervalMs(long newValue) { in getBackgroundThrottleProximityAlertIntervalMs() method in FakeSettingsHelper
/frameworks/base/services/core/java/com/android/server/location/geofence/
DGeofenceManager.java491 mSettingsHelper.getBackgroundThrottleProximityAlertIntervalMs(), in mergeRegistrations()
494 intervalMs = mSettingsHelper.getBackgroundThrottleProximityAlertIntervalMs(); in mergeRegistrations()