Home
last modified time | relevance | path

Searched refs:getBestProvider (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/location/tests/locationtests/src/android/location/
DLocationManagerTest.java57 String p = manager.getBestProvider(new Criteria(), true); in testGetBestProviderEmptyCriteria()
64 String p = manager.getBestProvider(c, true); in testGetBestProviderPowerCriteria()
68 p = manager.getBestProvider(c, true); in testGetBestProviderPowerCriteria()
72 p = manager.getBestProvider(c, true); in testGetBestProviderPowerCriteria()
76 p = manager.getBestProvider(c, true); in testGetBestProviderPowerCriteria()
/frameworks/base/location/java/android/location/
DILocationManager.aidl77 String getBestProvider(in Criteria criteria, boolean enabledOnly); in getBestProvider() method
DLocationManager.java434 public String getBestProvider(Criteria criteria, boolean enabledOnly) { in getBestProvider() method in LocationManager
437 return mService.getBestProvider(criteria, enabledOnly); in getBestProvider()
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
DLocationStatsAggregator.java190 String provider = mLocationManager.getBestProvider(mCriteria, true); in onReceive()
/frameworks/base/docs/html/sdk/
DOLD_RELEASENOTES.jd354 …ject passed to <code>{@link android.location.LocationManager#getBestProvider getBestProvider()}</c…
/frameworks/base/services/core/java/com/android/server/
DLocationManagerService.java1285 public String getBestProvider(Criteria criteria, boolean enabledOnly) { in getBestProvider() method in LocationManagerService
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt13859 method public java.lang.String getBestProvider(android.location.Criteria, boolean);
/frameworks/base/api/
Dcurrent.txt19332 method public java.lang.String getBestProvider(android.location.Criteria, boolean);
Dtest-current.txt19400 method public java.lang.String getBestProvider(android.location.Criteria, boolean);
Dsystem-current.txt20780 method public java.lang.String getBestProvider(android.location.Criteria, boolean);