Package org.robolectric.shadows
Class ShadowLocationManager.ProviderProperties
java.lang.Object
org.robolectric.shadows.ShadowLocationManager.ProviderProperties
- Enclosing class:
- ShadowLocationManager
public static class ShadowLocationManager.ProviderProperties extends Object
Properties of a provider.
-
Constructor Summary
Constructors Constructor Description ProviderProperties(boolean requiresNetwork, boolean requiresSatellite, boolean requiresCell, boolean hasMonetaryCost, boolean supportsAltitude, boolean supportsSpeed, boolean supportsBearing, int powerRequirement, int accuracy)
ProviderProperties(Criteria criteria)
-
Method Summary
-
Constructor Details
-
ProviderProperties
public ProviderProperties(boolean requiresNetwork, boolean requiresSatellite, boolean requiresCell, boolean hasMonetaryCost, boolean supportsAltitude, boolean supportsSpeed, boolean supportsBearing, int powerRequirement, int accuracy) -
ProviderProperties
-