Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DLocationManagerService.java36 import com.android.server.location.LocationProviderInterface;
184 private final ArrayList<LocationProviderInterface> mProviders =
185 new ArrayList<LocationProviderInterface>();
188 private final HashMap<String, LocationProviderInterface> mRealProviders =
189 new HashMap<String, LocationProviderInterface>();
192 private final HashMap<String, LocationProviderInterface> mProvidersByName =
193 new HashMap<String, LocationProviderInterface>();
341 LocationProviderInterface gpsProvider = mProvidersByName.get(LocationManager.GPS_PROVIDER); in shutdownComponents()
622 for (LocationProviderInterface p : mProviders) { in switchUser()
733 LocationProviderInterface locationProvider in updateMonitoring()
[all …]
/frameworks/base/services/core/java/com/android/server/location/
DLocationProviderInterface.java33 public interface LocationProviderInterface { interface
DPassiveProvider.java43 public class PassiveProvider implements LocationProviderInterface {
DMockProvider.java40 public class MockProvider implements LocationProviderInterface {
DLocationProviderProxy.java39 public class LocationProviderProxy implements LocationProviderInterface {
DGnssLocationProvider.java104 public class GnssLocationProvider implements LocationProviderInterface {