Home
last modified time | relevance | path

Searched refs:ProviderProperties (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/location/java/com/android/internal/location/
DProviderProperties.java27 public final class ProviderProperties implements Parcelable { class
97 public ProviderProperties(boolean mRequiresNetwork, in ProviderProperties() method in ProviderProperties
112 public static final Parcelable.Creator<ProviderProperties> CREATOR =
113 new Parcelable.Creator<ProviderProperties>() {
115 public ProviderProperties createFromParcel(Parcel in) {
125 return new ProviderProperties(requiresNetwork, requiresSatellite,
130 public ProviderProperties[] newArray(int size) {
131 return new ProviderProperties[size];
DILocationProvider.aidl24 import com.android.internal.location.ProviderProperties;
40 ProviderProperties getProperties(); in getProperties()
DProviderProperties.aidl19 parcelable ProviderProperties;
/frameworks/base/location/lib/java/com/android/location/provider/
DProviderPropertiesUnbundled.java19 import com.android.internal.location.ProviderProperties;
29 private final ProviderProperties mProperties;
35 return new ProviderPropertiesUnbundled(new ProviderProperties(requiresNetwork, in create()
40 private ProviderPropertiesUnbundled(ProviderProperties properties) { in ProviderPropertiesUnbundled()
44 public ProviderProperties getProviderProperties() { in getProviderProperties()
DLocationProviderBase.java35 import com.android.internal.location.ProviderProperties;
60 private final ProviderProperties mProperties;
92 public ProviderProperties getProperties() { in getProperties()
/frameworks/base/location/java/android/location/
DLocationProvider.java20 import com.android.internal.location.ProviderProperties;
49 private final ProviderProperties mProperties;
59 public LocationProvider(String name, ProviderProperties properties) { in LocationProvider()
85 public static boolean propertiesMeetCriteria(String name, ProviderProperties properties, in propertiesMeetCriteria()
DILocationManager.aidl32 import com.android.internal.location.ProviderProperties;
79 ProviderProperties getProviderProperties(String provider); in getProviderProperties()
83 void addTestProvider(String name, in ProviderProperties properties, String opPackageName); in addTestProvider()
DLocationManager.java19 import com.android.internal.location.ProviderProperties;
335 private LocationProvider createProvider(String name, ProviderProperties properties) { in createProvider()
383 ProviderProperties properties = mService.getProviderProperties(name); in getProvider()
1228 ProviderProperties properties = new ProviderProperties(requiresNetwork, in addTestProvider()
/frameworks/base/services/core/java/com/android/server/location/
DPassiveProvider.java22 import com.android.internal.location.ProviderProperties;
46 private static final ProviderProperties PROPERTIES = new ProviderProperties(
63 public ProviderProperties getProperties() { in getProperties()
DMockProvider.java32 import com.android.internal.location.ProviderProperties;
42 private final ProviderProperties mProperties;
57 ProviderProperties properties) { in MockProvider()
72 public ProviderProperties getProperties() { in getProperties()
DLocationProviderInterface.java22 import com.android.internal.location.ProviderProperties;
44 public ProviderProperties getProperties(); in getProperties()
DLocationProviderProxy.java30 import com.android.internal.location.ProviderProperties;
50 private ProviderProperties mProperties;
102 ProviderProperties properties = null;
149 public ProviderProperties getProperties() { in getProperties()
DGnssLocationProvider.java23 import com.android.internal.location.ProviderProperties;
111 private static final ProviderProperties PROPERTIES = new ProviderProperties(
770 public ProviderProperties getProperties() { in getProperties()
/frameworks/base/services/core/java/com/android/server/
DLocationManagerService.java21 import com.android.internal.location.ProviderProperties;
595 ProviderProperties properties = new ProviderProperties( in loadProvidersLocked()
735 ProviderProperties properties = locationProvider != null in updateMonitoring()
1119 ProviderProperties properties = lp.getProperties(); in getMinimumResolutionLevelForProviderUse()
2031 public ProviderProperties getProviderProperties(String provider) { in getProviderProperties()
2469 public void addTestProvider(String name, ProviderProperties properties, String opPackageName) { in addTestProvider()
2495 private void addTestProviderLocked(String name, ProviderProperties properties) { in addTestProviderLocked()
/frameworks/base/
Dcompiled-classes-phone5318 com.android.internal.location.ProviderProperties
5319 com.android.internal.location.ProviderProperties$1