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.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/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.java150 mCachedAttributes.setRequiresCell(provider.requiresCell());
193 public boolean requiresCell() { method in class:LocationProviderProxy
196 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.java638 public boolean requiresCell() { method in class:GpsLocationProvider
/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 103 milliseconds