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

  /frameworks/base/services/java/com/android/server/location/
LocationProviderInterface.java 30 public interface LocationProviderInterface {
PassiveProvider.java 37 public class PassiveProvider implements LocationProviderInterface {
MockProvider.java 37 public class MockProvider implements LocationProviderInterface {
LocationProviderProxy.java 41 public class LocationProviderProxy implements LocationProviderInterface {
GpsLocationProvider.java 79 public class GpsLocationProvider implements LocationProviderInterface {
    [all...]
  /frameworks/base/services/java/com/android/server/
LocationManagerService.java 66 import com.android.server.location.LocationProviderInterface;
129 LocationProviderInterface mGpsLocationProvider;
149 private final ArrayList<LocationProviderInterface> mProviders =
150 new ArrayList<LocationProviderInterface>();
151 private final HashMap<String, LocationProviderInterface> mProvidersByName
152 = new HashMap<String, LocationProviderInterface>();
439 private void addProvider(LocationProviderInterface provider) {
444 private void removeProvider(LocationProviderInterface provider) {
642 LocationProviderInterface p = mProviders.get(i);
667 LocationProviderInterface p = mProviders.get(i)
    [all...]

Completed in 580 milliseconds