HomeSort by relevance Sort by last modified time
    Searched refs:LocationProviderInterface (Results 1 - 6 of 6) sorted by null

  /frameworks/base/services/core/java/com/android/server/location/
LocationProviderInterface.java 33 public interface LocationProviderInterface {
PassiveProvider.java 43 public class PassiveProvider implements LocationProviderInterface {
MockProvider.java 40 public class MockProvider implements LocationProviderInterface {
LocationProviderProxy.java 39 public class LocationProviderProxy implements LocationProviderInterface {
GpsLocationProvider.java 101 public class GpsLocationProvider implements LocationProviderInterface {
    [all...]
  /frameworks/base/services/core/java/com/android/server/
LocationManagerService.java 34 import com.android.server.location.LocationProviderInterface;
181 private final ArrayList<LocationProviderInterface> mProviders =
182 new ArrayList<LocationProviderInterface>();
185 private final HashMap<String, LocationProviderInterface> mRealProviders =
186 new HashMap<String, LocationProviderInterface>();
189 private final HashMap<String, LocationProviderInterface> mProvidersByName =
190 new HashMap<String, LocationProviderInterface>();
569 for (LocationProviderInterface p : mProviders) {
680 LocationProviderInterface locationProvider
    [all...]

Completed in 255 milliseconds