FileDocCategorySizeDatePackage
Criteria.javaAPI DocAndroid 5.1 API2631Sat Mar 14 14:09:42 GMT 2015android.location

Criteria

public class Criteria extends Object implements android.os.Parcelable

Fields Summary
public static final int
ACCURACY_COARSE
public static final int
ACCURACY_FINE
public static final int
ACCURACY_HIGH
public static final int
ACCURACY_LOW
public static final int
ACCURACY_MEDIUM
public static final android.os.Parcelable.Creator
CREATOR
public static final int
NO_REQUIREMENT
public static final int
POWER_HIGH
public static final int
POWER_LOW
public static final int
POWER_MEDIUM
Constructors Summary
public Criteria()

 throw new RuntimeException("Stub!"); 
public Criteria(Criteria criteria)

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

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

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

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

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

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

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

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

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

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

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

 throw new RuntimeException("Stub!"); 
public voidsetAccuracy(int accuracy)

 throw new RuntimeException("Stub!"); 
public voidsetAltitudeRequired(boolean altitudeRequired)

 throw new RuntimeException("Stub!"); 
public voidsetBearingAccuracy(int accuracy)

 throw new RuntimeException("Stub!"); 
public voidsetBearingRequired(boolean bearingRequired)

 throw new RuntimeException("Stub!"); 
public voidsetCostAllowed(boolean costAllowed)

 throw new RuntimeException("Stub!"); 
public voidsetHorizontalAccuracy(int accuracy)

 throw new RuntimeException("Stub!"); 
public voidsetPowerRequirement(int level)

 throw new RuntimeException("Stub!"); 
public voidsetSpeedAccuracy(int accuracy)

 throw new RuntimeException("Stub!"); 
public voidsetSpeedRequired(boolean speedRequired)

 throw new RuntimeException("Stub!"); 
public voidsetVerticalAccuracy(int accuracy)

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

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

 throw new RuntimeException("Stub!");