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!");
|