Searched refs:getBestProvider (Results 1 – 7 of 7) sorted by relevance
111 String getBestProvider(in Criteria criteria, boolean enabledOnly); in getBestProvider() method
1856 public @Nullable String getBestProvider(@NonNull Criteria criteria, boolean enabledOnly) { in getBestProvider() method in LocationManager1860 return mService.getBestProvider(criteria, enabledOnly); in getBestProvider()
643 public String getBestProvider(Criteria criteria, boolean enabledOnly) { in getBestProvider() method in LocationManagerService
23284 Landroid/location/ILocationManager$Stub$Proxy;->getBestProvider(Landroid/location/Criteria;Z)Ljava/…23379 Landroid/location/ILocationManager;->getBestProvider(Landroid/location/Criteria;Z)Ljava/lang/String;
13859 method public java.lang.String getBestProvider(android.location.Criteria, boolean);
19599 method @Nullable public String getBestProvider(@NonNull android.location.Criteria, boolean);
25393 HPLcom/android/server/location/LocationManagerService;->getBestProvider(Landroid/location/Criteria;…