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

  /frameworks/base/location/lib/java/com/android/location/provider/
ProviderPropertiesUnbundled.java 31 public static ProviderPropertiesUnbundled create(boolean requiresNetwork,
35 return new ProviderPropertiesUnbundled(new ProviderProperties(requiresNetwork,
  /cts/tests/tests/location/src/android/location/cts/
LocationProviderTest.java 51 true, // requiresNetwork,
LocationManagerTest.java 94 mManager.addTestProvider(providerName, true, //requiresNetwork,
127 mManager.addTestProvider(TEST_MOCK_PROVIDER_NAME, true, //requiresNetwork,
    [all...]
  /frameworks/base/location/java/com/android/internal/location/
ProviderProperties.java 116 boolean requiresNetwork = in.readInt() == 1;
125 return new ProviderProperties(requiresNetwork, requiresSatellite,
  /cts/tests/tests/location2/src/android/location2/cts/
LocationManagerTest.java 177 private void addTestProvider(final String providerName, int accuracy, boolean requiresNetwork,
180 requiresNetwork,
  /frameworks/base/docs/html/sdk/api_diff/17/changes/
android.location.LocationProvider.html 128 <nobr><code>boolean</code>&nbsp;<A HREF="../../../../reference/android/location/LocationProvider.html#requiresNetwork()" target="_top"><code>requiresNetwork</code></A>() </nobr>
methods_index_changes.html 193 <nobr><A HREF="android.location.LocationProvider.html#android.location.LocationProvider.requiresNetwork_changed()" class="hiddenlink" target="rightframe">requiresNetwork
alldiffs_index_changes.html     [all...]
methods_index_all.html     [all...]
alldiffs_index_all.html     [all...]
  /frameworks/base/location/java/android/location/
LocationProvider.java 124 public boolean requiresNetwork() {
LocationManager.java     [all...]
  /cts/tests/tests/webkit/src/android/webkit/cts/
GeolocationTest.java 211 true, //requiresNetwork,

Completed in 426 milliseconds