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

/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/location/java/android/location/
H A DLocationProvider.java104 public abstract boolean requiresCell(); method in class:LocationProvider
H A DILocationProvider.aidl33 boolean requiresCell();
H A DILocationManager.aidl79 boolean requiresCell, boolean hasMonetaryCost, boolean supportsAltitude,
H A DLocationManager.java1046 * @param requiresCell
1060 boolean requiresCell, boolean hasMonetaryCost, boolean supportsAltitude,
1063 mService.addTestProvider(name, requiresNetwork, requiresSatellite, requiresCell,
1059 addTestProvider(String name, boolean requiresNetwork, boolean requiresSatellite, boolean requiresCell, boolean hasMonetaryCost, boolean supportsAltitude, boolean supportsSpeed, boolean supportsBearing, int powerRequirement, int accuracy) argument
/frameworks/base/services/java/com/android/server/location/
H A DLocationProviderInterface.java34 boolean requiresCell(); method in interface:LocationProviderInterface
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 DPassiveProvider.java60 public boolean requiresCell() { method in class:PassiveProvider
H A DLocationProviderProxy.java150 mCachedAttributes.setRequiresCell(provider.requiresCell());
193 public boolean requiresCell() { method in class:LocationProviderProxy
196 return cachedAttributes.requiresCell();
H A DGpsLocationProvider.java638 public boolean requiresCell() { method in class:GpsLocationProvider
/frameworks/base/location/lib/java/com/android/location/provider/
H A DLocationProvider.java56 public boolean requiresCell() {
/frameworks/base/services/java/com/android/server/
H A DLocationManagerService.java1663 b.putBoolean("cell", p.requiresCell());
2071 boolean requiresCell, boolean hasMonetaryCost, boolean supportsAltitude,
2083 requiresCell, hasMonetaryCost, supportsAltitude,
2070 addTestProvider(String name, boolean requiresNetwork, boolean requiresSatellite, boolean requiresCell, boolean hasMonetaryCost, boolean supportsAltitude, boolean supportsSpeed, boolean supportsBearing, int powerRequirement, int accuracy) argument

Completed in 111 milliseconds