FileDocCategorySizeDatePackage
GpsSatellite.javaAPI DocAndroid 5.1 API593Sat Mar 14 14:09:36 GMT 2015android.location

GpsSatellite.java

package android.location;
public final class GpsSatellite
{
GpsSatellite() { throw new RuntimeException("Stub!"); }
public  int getPrn() { throw new RuntimeException("Stub!"); }
public  float getSnr() { throw new RuntimeException("Stub!"); }
public  float getElevation() { throw new RuntimeException("Stub!"); }
public  float getAzimuth() { throw new RuntimeException("Stub!"); }
public  boolean hasEphemeris() { throw new RuntimeException("Stub!"); }
public  boolean hasAlmanac() { throw new RuntimeException("Stub!"); }
public  boolean usedInFix() { throw new RuntimeException("Stub!"); }
}