Searched defs:requiresCell (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/location/java/android/location/
H A DLocationProvider.java104 public abstract boolean requiresCell(); method in class:LocationProvider
H A DLocationManager.java1035 * @param requiresCell
1049 boolean requiresCell, boolean hasMonetaryCost, boolean supportsAltitude,
1052 mService.addTestProvider(name, requiresNetwork, requiresSatellite, requiresCell,
1048 addTestProvider(String name, boolean requiresNetwork, boolean requiresSatellite, boolean requiresCell, boolean hasMonetaryCost, boolean supportsAltitude, boolean supportsSpeed, boolean supportsBearing, int powerRequirement, int accuracy) argument
/frameworks/base/location/java/com/android/internal/location/
H A DDummyLocationProvider.java57 public void setRequiresCell(boolean requiresCell) { argument
58 mRequiresCell = requiresCell;
107 public boolean requiresCell() { method in class:DummyLocationProvider
/frameworks/base/services/java/com/android/server/location/
H A DLocationProviderInterface.java34 boolean requiresCell(); method in interface:LocationProviderInterface
H A DPassiveProvider.java60 public boolean requiresCell() { method in class:PassiveProvider
H A DLocationProviderProxy.java149 mCachedAttributes.setRequiresCell(provider.requiresCell());
192 public boolean requiresCell() { method in class:LocationProviderProxy
195 return cachedAttributes.requiresCell();
H A DMockProvider.java61 boolean requiresCell, boolean hasMonetaryCost, boolean supportsAltitude,
67 mRequiresCell = requiresCell;
119 public boolean requiresCell() { 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 DGpsLocationProvider.java611 public boolean requiresCell() { method in class:GpsLocationProvider
/frameworks/base/services/java/com/android/server/
H A DLocationManagerService.java1631 b.putBoolean("cell", p.requiresCell());
2039 boolean requiresCell, boolean hasMonetaryCost, boolean supportsAltitude,
2051 requiresCell, hasMonetaryCost, supportsAltitude,
2038 addTestProvider(String name, boolean requiresNetwork, boolean requiresSatellite, boolean requiresCell, boolean hasMonetaryCost, boolean supportsAltitude, boolean supportsSpeed, boolean supportsBearing, int powerRequirement, int accuracy) argument

Completed in 32 milliseconds