Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/location/provider/
DLocationProviderManager.java24 import static android.location.LocationManager.DELIVER_HISTORICAL_LOCATIONS;
874 if (isChangeEnabled(DELIVER_HISTORICAL_LOCATIONS, getIdentity().getUid())) { in onActive()
/frameworks/base/location/java/android/location/
DLocationManager.java128 public static final long DELIVER_HISTORICAL_LOCATIONS = 73144566L; field in LocationManager