Searched refs:requiresCell (Results 1 - 4 of 4) 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/com/android/internal/location/
H A DProviderProperties.java118 boolean requiresCell = in.readInt() == 1;
126 requiresCell, hasMonetaryCost, supportsAltitude, supportsSpeed, supportsBearing,
/frameworks/base/location/java/android/location/
H A DLocationProvider.java142 public boolean requiresCell() { method in class:LocationProvider
H A DLocationManager.java1195 boolean requiresCell, boolean hasMonetaryCost, boolean supportsAltitude,
1198 requiresSatellite, requiresCell, hasMonetaryCost, supportsAltitude, supportsSpeed,
1194 addTestProvider(String name, boolean requiresNetwork, boolean requiresSatellite, boolean requiresCell, boolean hasMonetaryCost, boolean supportsAltitude, boolean supportsSpeed, boolean supportsBearing, int powerRequirement, int accuracy) argument

Completed in 22 milliseconds