/frameworks/base/location/lib/java/com/android/location/provider/ |
D | ProviderPropertiesUnbundled.java | 19 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() 45 public ProviderProperties getProviderProperties() { in getProviderProperties()
|
D | LocationProviderBase.java | 37 import com.android.internal.location.ProviderProperties; 94 private volatile ProviderProperties mProperties;
|
/frameworks/base/location/java/com/android/internal/location/ |
D | ProviderProperties.java | 35 public final class ProviderProperties implements Parcelable { class 114 public ProviderProperties(boolean requiresNetwork, boolean requiresSatellite, in ProviderProperties() method in ProviderProperties 131 public static final Parcelable.Creator<ProviderProperties> CREATOR = 132 new Parcelable.Creator<ProviderProperties>() { 134 public ProviderProperties createFromParcel(Parcel in) { 144 return new ProviderProperties(requiresNetwork, requiresSatellite, 151 public ProviderProperties[] newArray(int size) { 152 return new ProviderProperties[size];
|
D | ILocationProviderManager.aidl | 21 import com.android.internal.location.ProviderProperties; 35 void onSetProperties(in ProviderProperties properties); in onSetProperties()
|
D | ProviderProperties.aidl | 19 parcelable ProviderProperties;
|
/frameworks/base/location/java/android/location/ |
D | LocationProvider.java | 20 import com.android.internal.location.ProviderProperties; 57 private final ProviderProperties mProperties; 59 LocationProvider(String name, ProviderProperties properties) { in LocationProvider() 82 public static boolean propertiesMeetCriteria(String name, ProviderProperties properties, in propertiesMeetCriteria()
|
D | ILocationManager.aidl | 38 import com.android.internal.location.ProviderProperties; 102 ProviderProperties getProviderProperties(String provider); in getProviderProperties() 114 …void addTestProvider(String name, in ProviderProperties properties, String packageName, String fea… in addTestProvider()
|
D | LocationManager.java | 62 import com.android.internal.location.ProviderProperties; 1418 ProviderProperties properties = mService.getProviderProperties(provider); in getProvider() 1501 ProviderProperties properties = new ProviderProperties(requiresNetwork, in addTestProvider()
|
/frameworks/base/services/core/java/com/android/server/location/ |
D | PassiveProvider.java | 26 import com.android.internal.location.ProviderProperties; 41 private static final ProviderProperties PROPERTIES = new ProviderProperties(
|
D | AbstractLocationProvider.java | 28 import com.android.internal.location.ProviderProperties; 92 @Nullable public final ProviderProperties properties; 99 private State(boolean allowed, ProviderProperties properties, in State() 114 private State withProperties(ProviderProperties properties) { in withProperties() 273 protected ProviderProperties getProperties() { in getProperties() 294 protected void setProperties(ProviderProperties properties) { in setProperties()
|
D | MockProvider.java | 25 import com.android.internal.location.ProviderProperties; 41 public MockProvider(ProviderProperties properties) { in MockProvider()
|
D | LocationProviderProxy.java | 37 import com.android.internal.location.ProviderProperties; 119 public void onSetProperties(ProviderProperties properties) {
|
D | LocationManagerService.java | 95 import com.android.internal.location.ProviderProperties; 592 ProviderProperties properties = new ProviderProperties( in initializeProvidersLocked() 740 public ProviderProperties getProperties() { in getProperties() 1153 ProviderProperties properties = manager.getProperties(); in updateMonitoring() 2308 public ProviderProperties getProviderProperties(String providerName) { in getProviderProperties() 2561 public void addTestProvider(String provider, ProviderProperties properties, in addTestProvider()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/location/ |
D | MockableLocationProviderTest.java | 35 import com.android.internal.location.ProviderProperties; 65 mMockProvider = spy(new MockProvider(new ProviderProperties( in setUp()
|
/frameworks/base/packages/FusedLocation/test/src/com/android/location/fused/tests/ |
D | FusedLocationServiceTest.java | 42 import com.android.internal.location.ProviderProperties; 213 public void onSetProperties(ProviderProperties properties) { in onSetProperties()
|
/frameworks/base/services/core/java/com/android/server/location/gnss/ |
D | GnssLocationProvider.java | 74 import com.android.internal.location.ProviderProperties; 118 private static final ProviderProperties PROPERTIES = new ProviderProperties(
|
/frameworks/base/config/ |
D | preloaded-classes | 8189 com.android.internal.location.ProviderProperties$1 8190 com.android.internal.location.ProviderProperties
|
D | boot-image-profile.txt | 12601 …on/LocationProvider;-><init>(Ljava/lang/String;Lcom/android/internal/location/ProviderProperties;)V 28067 …oid/internal/location/ProviderProperties$1;->createFromParcel(Landroid/os/Parcel;)Lcom/android/int… 28068 HSPLcom/android/internal/location/ProviderProperties$1;->createFromParcel(Landroid/os/Parcel;)Ljava… 28069 HSPLcom/android/internal/location/ProviderProperties;-><init>(ZZZZZZZII)V 28070 HSPLcom/android/internal/location/ProviderProperties;->writeToParcel(Landroid/os/Parcel;I)V 48618 Lcom/android/internal/location/ProviderProperties$1; 48619 Lcom/android/internal/location/ProviderProperties;
|
/frameworks/base/services/ |
D | art-profile | 17135 …nProvider$wZCGZbIMAspHRG64AcKlNjhWJEk;-><init>(Lcom/android/internal/location/ProviderProperties;)V 17241 …actLocationProvider$State;-><init>(ZLcom/android/internal/location/ProviderProperties;Ljava/util/S… 17243 …tion/AbstractLocationProvider$State;Lcom/android/internal/location/ProviderProperties;)Lcom/androi… 17247 …tionProvider$State;->withProperties(Lcom/android/internal/location/ProviderProperties;)Lcom/androi… 17255 …onProvider;->lambda$setProperties$4(Lcom/android/internal/location/ProviderProperties;Lcom/android… 17263 …ation/AbstractLocationProvider;->setProperties(Lcom/android/internal/location/ProviderProperties;)V 17609 …Service$LocationProviderManager;->getProperties()Lcom/android/internal/location/ProviderProperties; 17686 …->addTestProvider(Ljava/lang/String;Lcom/android/internal/location/ProviderProperties;Ljava/lang/S… 17701 …rvice;->getProviderProperties(Ljava/lang/String;)Lcom/android/internal/location/ProviderProperties; 17771 …tion/LocationProviderProxy$1;->onSetProperties(Lcom/android/internal/location/ProviderProperties;)V [all …]
|