FileDocCategorySizeDatePackage
GpsMeasurementsEvent.javaAPI DocAndroid 5.1 API1172Sat Mar 14 14:09:56 GMT 2015android.location

GpsMeasurementsEvent

public class GpsMeasurementsEvent extends Object implements android.os.Parcelable

Fields Summary
public static final android.os.Parcelable.Creator
CREATOR
public static final int
STATUS_GPS_LOCATION_DISABLED
public static final int
STATUS_NOT_SUPPORTED
public static final int
STATUS_READY
Constructors Summary
public GpsMeasurementsEvent(android.location.GpsClock clock, android.location.GpsMeasurement[] measurements)

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

 throw new RuntimeException("Stub!"); 
public android.location.GpsClockgetClock()

 throw new RuntimeException("Stub!"); 
public java.util.CollectiongetMeasurements()

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

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

 throw new RuntimeException("Stub!");