Home
last modified time | relevance | path

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

/frameworks/base/location/lib/java/com/android/location/provider/
DProviderPropertiesUnbundled.java30 public final class ProviderPropertiesUnbundled { class
35 public static @NonNull ProviderPropertiesUnbundled create(boolean requiresNetwork, in create()
39 return new ProviderPropertiesUnbundled(new ProviderProperties.Builder() in create()
54 private ProviderPropertiesUnbundled(ProviderProperties properties) { in ProviderPropertiesUnbundled() method in ProviderPropertiesUnbundled
77 ProviderPropertiesUnbundled that = (ProviderPropertiesUnbundled) o; in equals()
DLocationProviderBase.java122 public LocationProviderBase(String tag, ProviderPropertiesUnbundled properties) { in LocationProviderBase()
133 ProviderPropertiesUnbundled properties) { in LocationProviderBase()
202 public void setProperties(ProviderPropertiesUnbundled properties) { in setProperties()
/frameworks/base/location/lib/api/
Dcurrent.txt10 …ted public LocationProviderBase(String, com.android.location.provider.ProviderPropertiesUnbundled);
11 …erBase(android.content.Context, String, com.android.location.provider.ProviderPropertiesUnbundled);
29 …SION_CODES.Q) public void setProperties(com.android.location.provider.ProviderPropertiesUnbundled);
52 public final class ProviderPropertiesUnbundled {
53 …method @NonNull public static com.android.location.provider.ProviderPropertiesUnbundled create(boo…