File
Doc
Category
Size
Date
Package
GpsMeasurementsEvent.java
API Doc
Android 5.1 API
1172
Sat Mar 14 14:09:56 GMT 2015
android.location
GpsMeasurementsEvent
java.lang.Object
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
int
describeContents
()
throw new RuntimeException("Stub!");
public
android.location.GpsClock
getClock
()
throw new RuntimeException("Stub!");
public
java.util.Collection
getMeasurements
()
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!");
Java Code Source