Methods Summary |
---|
public int | describeContents() throw new RuntimeException("Stub!");
|
public int | getAccuracy() throw new RuntimeException("Stub!");
|
public int | getBearingAccuracy() throw new RuntimeException("Stub!");
|
public int | getHorizontalAccuracy() throw new RuntimeException("Stub!");
|
public int | getPowerRequirement() throw new RuntimeException("Stub!");
|
public int | getSpeedAccuracy() throw new RuntimeException("Stub!");
|
public int | getVerticalAccuracy() throw new RuntimeException("Stub!");
|
public boolean | isAltitudeRequired() throw new RuntimeException("Stub!");
|
public boolean | isBearingRequired() throw new RuntimeException("Stub!");
|
public boolean | isCostAllowed() throw new RuntimeException("Stub!");
|
public boolean | isSpeedRequired() throw new RuntimeException("Stub!");
|
public void | setAccuracy(int accuracy) throw new RuntimeException("Stub!");
|
public void | setAltitudeRequired(boolean altitudeRequired) throw new RuntimeException("Stub!");
|
public void | setBearingAccuracy(int accuracy) throw new RuntimeException("Stub!");
|
public void | setBearingRequired(boolean bearingRequired) throw new RuntimeException("Stub!");
|
public void | setCostAllowed(boolean costAllowed) throw new RuntimeException("Stub!");
|
public void | setHorizontalAccuracy(int accuracy) throw new RuntimeException("Stub!");
|
public void | setPowerRequirement(int level) throw new RuntimeException("Stub!");
|
public void | setSpeedAccuracy(int accuracy) throw new RuntimeException("Stub!");
|
public void | setSpeedRequired(boolean speedRequired) throw new RuntimeException("Stub!");
|
public void | setVerticalAccuracy(int accuracy) 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!");
|