Home
last modified time | relevance | path

Searched refs:ProviderPropertiesUnbundled (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/location/lib/java/com/android/location/provider/
DProviderPropertiesUnbundled.java28 public final class ProviderPropertiesUnbundled { class
31 public static ProviderPropertiesUnbundled create(boolean requiresNetwork, in create()
35 return new ProviderPropertiesUnbundled(new ProviderProperties(requiresNetwork, in create()
40 private ProviderPropertiesUnbundled(ProviderProperties properties) { in ProviderPropertiesUnbundled() method in ProviderPropertiesUnbundled
DLocationProviderBase.java95 public LocationProviderBase(String tag, ProviderPropertiesUnbundled properties) { in LocationProviderBase()
151 public void setProperties(ProviderPropertiesUnbundled properties) { in setProperties()
/frameworks/base/packages/FusedLocation/src/com/android/location/fused/
DFusedLocationProvider.java30 import com.android.location.provider.ProviderPropertiesUnbundled;
39 private static ProviderPropertiesUnbundled PROPERTIES = ProviderPropertiesUnbundled.create(
/frameworks/base/location/lib/api/
Dcurrent.txt10 …tor public LocationProviderBase(String, com.android.location.provider.ProviderPropertiesUnbundled);
24 method public void setProperties(com.android.location.provider.ProviderPropertiesUnbundled);
43 public final class ProviderPropertiesUnbundled {
44 …method public static com.android.location.provider.ProviderPropertiesUnbundled create(boolean, boo…