File
Doc
Category
Size
Date
Package
LocationRequest.java
API Doc
Android 5.1 API
3060
Sat Mar 14 14:10:02 GMT 2015
android.location
LocationRequest
java.lang.Object
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.LocationRequest
create
()
throw new RuntimeException("Stub!");
public static
android.location.LocationRequest
createFromDeprecatedCriteria
(
android.location.Criteria
criteria,
long
minTime,
float
minDistance,
boolean
singleShot)
throw new RuntimeException("Stub!");
public static
android.location.LocationRequest
createFromDeprecatedProvider
(
java.lang.String
provider,
long
minTime,
float
minDistance,
boolean
singleShot)
throw new RuntimeException("Stub!");
public
int
describeContents
()
throw new RuntimeException("Stub!");
public
long
getExpireAt
()
throw new RuntimeException("Stub!");
public
long
getFastestInterval
()
throw new RuntimeException("Stub!");
public
boolean
getHideFromAppOps
()
throw new RuntimeException("Stub!");
public
long
getInterval
()
throw new RuntimeException("Stub!");
public
int
getNumUpdates
()
throw new RuntimeException("Stub!");
public
java.lang.String
getProvider
()
throw new RuntimeException("Stub!");
public
int
getQuality
()
throw new RuntimeException("Stub!");
public
float
getSmallestDisplacement
()
throw new RuntimeException("Stub!");
public
android.os.WorkSource
getWorkSource
()
throw new RuntimeException("Stub!");
public
android.location.LocationRequest
setExpireAt
(
long
millis)
throw new RuntimeException("Stub!");
public
android.location.LocationRequest
setExpireIn
(
long
millis)
throw new RuntimeException("Stub!");
public
android.location.LocationRequest
setFastestInterval
(
long
millis)
throw new RuntimeException("Stub!");
public void
setHideFromAppOps
(
boolean
hideFromAppOps)
throw new RuntimeException("Stub!");
public
android.location.LocationRequest
setInterval
(
long
millis)
throw new RuntimeException("Stub!");
public
android.location.LocationRequest
setNumUpdates
(
int
numUpdates)
throw new RuntimeException("Stub!");
public
android.location.LocationRequest
setProvider
(
java.lang.String
provider)
throw new RuntimeException("Stub!");
public
android.location.LocationRequest
setQuality
(
int
quality)
throw new RuntimeException("Stub!");
public
android.location.LocationRequest
setSmallestDisplacement
(
float
meters)
throw new RuntimeException("Stub!");
public void
setWorkSource
(
android.os.WorkSource
workSource)
throw new RuntimeException("Stub!");
public
java.lang.String
toString
()
throw new RuntimeException("Stub!");
public void
writeToParcel
(
android.os.Parcel
parcel,
int
flags)
throw new RuntimeException("Stub!");
Java Code Source