HomeSort by relevance Sort by last modified time
    Searched full:requiressatellite (Results 1 - 13 of 13) sorted by null

  /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 52 false, // requiresSatellite,
LocationManagerTest.java 95 false, // requiresSatellite,
128 false, // requiresSatellite,
    [all...]
  /frameworks/base/location/java/com/android/internal/location/
ProviderProperties.java 117 boolean requiresSatellite = in.readInt() == 1;
125 return new ProviderProperties(requiresNetwork, requiresSatellite,
  /cts/tests/tests/location2/src/android/location2/cts/
LocationManagerTest.java 178 boolean requiresSatellite, boolean requiresCell) {
181 requiresSatellite,
  /frameworks/base/docs/html/sdk/api_diff/17/changes/
android.location.LocationProvider.html 138 <nobr><code>boolean</code>&nbsp;<A HREF="../../../../reference/android/location/LocationProvider.html#requiresSatellite()" target="_top"><code>requiresSatellite</code></A>() </nobr>
methods_index_changes.html 195 <nobr><A HREF="android.location.LocationProvider.html#android.location.LocationProvider.requiresSatellite_changed()" class="hiddenlink" target="rightframe">requiresSatellite
alldiffs_index_changes.html     [all...]
methods_index_all.html     [all...]
alldiffs_index_all.html     [all...]
  /frameworks/base/location/java/android/location/
LocationProvider.java 133 public boolean requiresSatellite() {
LocationManager.java     [all...]
  /cts/tests/tests/webkit/src/android/webkit/cts/
GeolocationTest.java 212 false, // requiresSatellite,

Completed in 667 milliseconds