/frameworks/base/location/lib/java/com/android/location/provider/ |
ProviderPropertiesUnbundled.java | 32 boolean requiresSatellite, boolean requiresCell, boolean hasMonetaryCost, 36 requiresSatellite, requiresCell, hasMonetaryCost, supportsAltitude, supportsSpeed,
|
/cts/tests/tests/location/src/android/location/cts/ |
LocationProviderTest.java | 55 false, // requiresCell,
|
LocationManagerTest.java | 96 true, // requiresCell, 129 true, // requiresCell, [all...] |
/frameworks/base/location/java/com/android/internal/location/ |
ProviderProperties.java | 118 boolean requiresCell = in.readInt() == 1; 126 requiresCell, hasMonetaryCost, supportsAltitude, supportsSpeed, supportsBearing,
|
/cts/tests/tests/location2/src/android/location2/cts/ |
LocationManagerTest.java | 196 boolean requiresSatellite, boolean requiresCell) { 200 requiresCell,
|
/frameworks/base/docs/html/sdk/api_diff/17/changes/ |
android.location.LocationProvider.html | 118 <nobr><code>boolean</code> <A HREF="../../../../reference/android/location/LocationProvider.html#requiresCell()" target="_top"><code>requiresCell</code></A>() </nobr>
|
methods_index_changes.html | 191 <nobr><A HREF="android.location.LocationProvider.html#android.location.LocationProvider.requiresCell_changed()" class="hiddenlink" target="rightframe">requiresCell
|
alldiffs_index_changes.html | [all...] |
methods_index_all.html | [all...] |
alldiffs_index_all.html | [all...] |
/frameworks/base/location/java/android/location/ |
LocationProvider.java | 142 public boolean requiresCell() {
|
LocationManager.java | [all...] |
/cts/tests/tests/webkit/src/android/webkit/cts/ |
GeolocationTest.java | 191 provider.requiresCell(), // requiresCell,
|