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

GpsNavigationMessage.java

package android.location;
public class GpsNavigationMessage
  implements android.os.Parcelable
{
GpsNavigationMessage() { throw new RuntimeException("Stub!"); }
public  void set(android.location.GpsNavigationMessage navigationMessage) { throw new RuntimeException("Stub!"); }
public  void reset() { throw new RuntimeException("Stub!"); }
public  byte getType() { throw new RuntimeException("Stub!"); }
public  void setType(byte value) { throw new RuntimeException("Stub!"); }
public  byte getPrn() { throw new RuntimeException("Stub!"); }
public  void setPrn(byte value) { throw new RuntimeException("Stub!"); }
public  short getMessageId() { throw new RuntimeException("Stub!"); }
public  void setMessageId(short value) { throw new RuntimeException("Stub!"); }
public  short getSubmessageId() { throw new RuntimeException("Stub!"); }
public  void setSubmessageId(short value) { throw new RuntimeException("Stub!"); }
public  byte[] getData() { throw new RuntimeException("Stub!"); }
public  void setData(byte[] value) { throw new RuntimeException("Stub!"); }
public  void writeToParcel(android.os.Parcel parcel, int flags) { throw new RuntimeException("Stub!"); }
public  int describeContents() { throw new RuntimeException("Stub!"); }
public  java.lang.String toString() { throw new RuntimeException("Stub!"); }
public static final android.os.Parcelable.Creator<android.location.GpsNavigationMessage> CREATOR;
public static final byte TYPE_CNAV2 = 4;
public static final byte TYPE_L1CA = 1;
public static final byte TYPE_L2CNAV = 2;
public static final byte TYPE_L5CNAV = 3;
public static final byte TYPE_UNKNOWN = 0;
static { CREATOR = null; }
}