Searched refs:LocationProviderInterface (Results 1 – 6 of 6) sorted by relevance
36 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 …]
33 public interface LocationProviderInterface { interface
43 public class PassiveProvider implements LocationProviderInterface {
40 public class MockProvider implements LocationProviderInterface {
39 public class LocationProviderProxy implements LocationProviderInterface {
104 public class GnssLocationProvider implements LocationProviderInterface {