FileDocCategorySizeDatePackage
LocationRequest.javaAPI DocAndroid 5.1 API3060Sat Mar 14 14:10:02 GMT 2015android.location

LocationRequest

public final class LocationRequest extends Object implements android.os.Parcelable

Fields Summary
public static final int
ACCURACY_BLOCK
public static final int
ACCURACY_CITY
public static final int
ACCURACY_FINE
public static final android.os.Parcelable.Creator
CREATOR
public static final int
POWER_HIGH
public static final int
POWER_LOW
public static final int
POWER_NONE
Constructors Summary
LocationRequest()

 throw new RuntimeException("Stub!"); 
Methods Summary
public static android.location.LocationRequestcreate()

 throw new RuntimeException("Stub!"); 
public static android.location.LocationRequestcreateFromDeprecatedCriteria(android.location.Criteria criteria, long minTime, float minDistance, boolean singleShot)

 throw new RuntimeException("Stub!"); 
public static android.location.LocationRequestcreateFromDeprecatedProvider(java.lang.String provider, long minTime, float minDistance, boolean singleShot)

 throw new RuntimeException("Stub!"); 
public intdescribeContents()

 throw new RuntimeException("Stub!"); 
public longgetExpireAt()

 throw new RuntimeException("Stub!"); 
public longgetFastestInterval()

 throw new RuntimeException("Stub!"); 
public booleangetHideFromAppOps()

 throw new RuntimeException("Stub!"); 
public longgetInterval()

 throw new RuntimeException("Stub!"); 
public intgetNumUpdates()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetProvider()

 throw new RuntimeException("Stub!"); 
public intgetQuality()

 throw new RuntimeException("Stub!"); 
public floatgetSmallestDisplacement()

 throw new RuntimeException("Stub!"); 
public android.os.WorkSourcegetWorkSource()

 throw new RuntimeException("Stub!"); 
public android.location.LocationRequestsetExpireAt(long millis)

 throw new RuntimeException("Stub!"); 
public android.location.LocationRequestsetExpireIn(long millis)

 throw new RuntimeException("Stub!"); 
public android.location.LocationRequestsetFastestInterval(long millis)

 throw new RuntimeException("Stub!"); 
public voidsetHideFromAppOps(boolean hideFromAppOps)

 throw new RuntimeException("Stub!"); 
public android.location.LocationRequestsetInterval(long millis)

 throw new RuntimeException("Stub!"); 
public android.location.LocationRequestsetNumUpdates(int numUpdates)

 throw new RuntimeException("Stub!"); 
public android.location.LocationRequestsetProvider(java.lang.String provider)

 throw new RuntimeException("Stub!"); 
public android.location.LocationRequestsetQuality(int quality)

 throw new RuntimeException("Stub!"); 
public android.location.LocationRequestsetSmallestDisplacement(float meters)

 throw new RuntimeException("Stub!"); 
public voidsetWorkSource(android.os.WorkSource workSource)

 throw new RuntimeException("Stub!"); 
public java.lang.StringtoString()

 throw new RuntimeException("Stub!"); 
public voidwriteToParcel(android.os.Parcel parcel, int flags)

 throw new RuntimeException("Stub!");