Searched defs:best (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/location/java/android/location/
H A DLocationManager.java438 private LocationProvider best(List<String> providerNames) { method in class:LocationManager
486 * Returns the name of the provider that best meets the given criteria. Only providers
488 * returned. If several providers meet the criteria, the one with the best
505 * @return name of the provider that best matches the requirements
510 return best(goodProviders).getName();
524 return best(goodProviders).getName();
539 // return best(goodProviders);
550 return best(goodProviders).getName();
557 return best(goodProviders).getName();
564 return best(goodProvider
[all...]

Completed in 35 milliseconds