FileDocCategorySizeDatePackage
GpsNavigationMessage.javaAPI DocAndroid 5.1 API1649Sat Mar 14 14:10:06 GMT 2015android.location

GpsNavigationMessage

public class GpsNavigationMessage extends Object implements android.os.Parcelable

Fields Summary
public static final android.os.Parcelable.Creator
CREATOR
public static final byte
TYPE_CNAV2
public static final byte
TYPE_L1CA
public static final byte
TYPE_L2CNAV
public static final byte
TYPE_L5CNAV
public static final byte
TYPE_UNKNOWN
Constructors Summary
GpsNavigationMessage()

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

 throw new RuntimeException("Stub!"); 
public byte[]getData()

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

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

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

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

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

 throw new RuntimeException("Stub!"); 
public voidset(android.location.GpsNavigationMessage navigationMessage)

 throw new RuntimeException("Stub!"); 
public voidsetData(byte[] value)

 throw new RuntimeException("Stub!"); 
public voidsetMessageId(short value)

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

 throw new RuntimeException("Stub!"); 
public voidsetSubmessageId(short value)

 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!");