File
Doc
Category
Size
Date
Package
GpsNavigationMessageEvent.java
API Doc
Android 5.1 API
1032
Sat Mar 14 14:10:02 GMT 2015
android.location
GpsNavigationMessageEvent
java.lang.Object
public class GpsNavigationMessageEvent extends Object implements android.os.Parcelable
Fields Summary
public static final android.os.Parcelable.Creator
CREATOR
public static int
STATUS_GPS_LOCATION_DISABLED
public static int
STATUS_NOT_SUPPORTED
public static int
STATUS_READY
Constructors Summary
public GpsNavigationMessageEvent
(
android.location.GpsNavigationMessage
message)
throw new RuntimeException("Stub!");
Methods Summary
public
int
describeContents
()
throw new RuntimeException("Stub!");
public
android.location.GpsNavigationMessage
getNavigationMessage
()
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