Searched refs:requiresNetwork (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/location/java/com/android/internal/location/
H A DDummyLocationProvider.java49 public void setRequiresNetwork(boolean requiresNetwork) { argument
50 mRequiresNetwork = requiresNetwork;
89 public boolean requiresNetwork() { method in class:DummyLocationProvider
/frameworks/base/location/java/android/location/
H A DLocationProvider.java90 public abstract boolean requiresNetwork(); method in class:LocationProvider
H A DILocationProvider.aidl31 boolean requiresNetwork();
H A DILocationManager.aidl78 void addTestProvider(String name, boolean requiresNetwork, boolean requiresSatellite,
H A DLocationManager.java1033 * @param requiresNetwork
1048 public void addTestProvider(String name, boolean requiresNetwork, boolean requiresSatellite, argument
1052 mService.addTestProvider(name, requiresNetwork, requiresSatellite, requiresCell,
/frameworks/base/services/java/com/android/server/location/
H A DLocationProviderInterface.java32 boolean requiresNetwork(); method in interface:LocationProviderInterface
H A DMockProvider.java60 boolean requiresNetwork, boolean requiresSatellite,
65 mRequiresNetwork = requiresNetwork;
123 public boolean requiresNetwork() { method in class:MockProvider
59 MockProvider(String name, ILocationManager locationManager, boolean requiresNetwork, boolean requiresSatellite, boolean requiresCell, boolean hasMonetaryCost, boolean supportsAltitude, boolean supportsSpeed, boolean supportsBearing, int powerRequirement, int accuracy) argument
H A DPassiveProvider.java52 public boolean requiresNetwork() { method in class:PassiveProvider
H A DLocationProviderProxy.java87 // for caching requiresNetwork, requiresSatellite, etc.
147 mCachedAttributes.setRequiresNetwork(provider.requiresNetwork());
174 public boolean requiresNetwork() { method in class:LocationProviderProxy
177 return cachedAttributes.requiresNetwork();
H A DGpsLocationProvider.java475 public boolean requiresNetwork() { method in class:GpsLocationProvider
/frameworks/base/location/lib/java/com/android/location/provider/
H A DLocationProvider.java48 public boolean requiresNetwork() {
315 * be overwritten if {@link android.location.LocationProvider#requiresNetwork} returns true.
/frameworks/base/services/java/com/android/server/
H A DLocationManagerService.java1629 b.putBoolean("network", p.requiresNetwork());
1940 if (provider.requiresNetwork()) {
2038 public void addTestProvider(String name, boolean requiresNetwork, boolean requiresSatellite, argument
2050 requiresNetwork, requiresSatellite,

Completed in 432 milliseconds