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

/frameworks/base/location/lib/java/com/android/location/provider/
H A DProviderPropertiesUnbundled.java32 boolean requiresSatellite, boolean requiresCell, boolean hasMonetaryCost,
36 requiresSatellite, requiresCell, hasMonetaryCost, supportsAltitude, supportsSpeed,
31 create(boolean requiresNetwork, boolean requiresSatellite, boolean requiresCell, boolean hasMonetaryCost, boolean supportsAltitude, boolean supportsSpeed, boolean supportsBearing, int powerRequirement, int accuracy) argument
/frameworks/base/location/java/android/location/
H A DLocationProvider.java142 public boolean requiresCell() { method in class:LocationProvider
H A DLocationManager.java1441 boolean requiresCell, boolean hasMonetaryCost, boolean supportsAltitude,
1444 requiresSatellite, requiresCell, hasMonetaryCost, supportsAltitude, supportsSpeed,
1440 addTestProvider(String name, boolean requiresNetwork, boolean requiresSatellite, boolean requiresCell, boolean hasMonetaryCost, boolean supportsAltitude, boolean supportsSpeed, boolean supportsBearing, int powerRequirement, int accuracy) argument

Completed in 179 milliseconds