FileDocCategorySizeDatePackage
GpsClock.javaAPI DocAndroid 5.1 API3392Sat Mar 14 14:10:02 GMT 2015android.location

GpsClock

public class GpsClock extends Object implements android.os.Parcelable

Fields Summary
public static final android.os.Parcelable.Creator
CREATOR
public static final byte
TYPE_GPS_TIME
public static final byte
TYPE_LOCAL_HW_TIME
public static final byte
TYPE_UNKNOWN
Constructors Summary
GpsClock()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

 throw new RuntimeException("Stub!"); 
public voidset(android.location.GpsClock clock)

 throw new RuntimeException("Stub!"); 
public voidsetBiasInNs(double biasInNs)

 throw new RuntimeException("Stub!"); 
public voidsetBiasUncertaintyInNs(double biasUncertaintyInNs)

 throw new RuntimeException("Stub!"); 
public voidsetDriftInNsPerSec(double driftInNsPerSec)

 throw new RuntimeException("Stub!"); 
public voidsetDriftUncertaintyInNsPerSec(double driftUncertaintyInNsPerSec)

 throw new RuntimeException("Stub!"); 
public voidsetFullBiasInNs(long value)

 throw new RuntimeException("Stub!"); 
public voidsetLeapSecond(short leapSecond)

 throw new RuntimeException("Stub!"); 
public voidsetTimeInNs(long timeInNs)

 throw new RuntimeException("Stub!"); 
public voidsetTimeUncertaintyInNs(double timeUncertaintyInNs)

 throw new RuntimeException("Stub!"); 
public voidsetType(byte value)

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

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

 throw new RuntimeException("Stub!");