android.location.GpsSatellite Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of androidstub Show documentation
Show all versions of androidstub Show documentation
provide android hidden api definition ,helper for android super framework development
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!"); }
}