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

  /cts/tests/tests/permission/src/android/permission/cts/
NoLocationPermissionTest.java 370 * Verify that checking setTestProviderStatus requires permissions.
377 mLocationManager.setTestProviderStatus(TEST_PROVIDER_NAME, 0, Bundle.EMPTY, 0);
378 fail("LocationManager.setTestProviderStatus did not throw SecurityException as"
393 fail("LocationManager.setTestProviderStatus did not throw SecurityException as"
  /frameworks/base/location/java/android/location/
ILocationManager.aidl 86 void setTestProviderStatus(String provider, int status, in Bundle extras, long updateTime);
LocationManager.java     [all...]
  /frameworks/base/docs/html/sdk/api_diff/3/changes/
android.location.LocationManager.html 178 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/location/LocationManager.html#setTestProviderStatus(java.lang.String, int, android.os.Bundle, long)" target="_top"><code>setTestProviderStatus</code></A>(<code>String,</nobr> int<nobr>,</nobr> Bundle<nobr>,</nobr> long<nobr><nobr></code>)</nobr>
methods_index_additions.html     [all...]
methods_index_all.html     [all...]
alldiffs_index_additions.html     [all...]
alldiffs_index_all.html     [all...]
  /cts/tests/tests/location/src/android/location/cts/
LocationManagerTest.java 724 method = "setTestProviderStatus",
745 mManager.setTestProviderStatus(TEST_MOCK_PROVIDER_NAME, status, null, updateTime);
753 mManager.setTestProviderStatus(UNKNOWN_PROVIDER_NAME, 0, null,
    [all...]
  /frameworks/base/services/java/com/android/server/
LocationManagerService.java     [all...]
  /frameworks/base/docs/html/sdk/api_diff/3/
missingSinces.txt     [all...]

Completed in 2802 milliseconds