public interface android.location.IGnssStatusListener extends android.os.IInterface
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: android.location.IGnssStatusListener
  super_class: java.lang.Object
{
  public abstract void onGnssStarted();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException

  public abstract void onGnssStopped();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException

  public abstract void onFirstFix(int);
    descriptor: (I)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
      Name  Flags
      ttff  

  public abstract void onSvStatusChanged(int, int[], float[], float[], float[], float[]);
    descriptor: (I[I[F[F[F[F)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
               Name  Flags
      svCount        
      svidWithFlags  
      cn0s           
      elevations     
      azimuths       
      carrierFreqs   

  public abstract void onNmeaReceived(long, java.lang.String);
    descriptor: (JLjava/lang/String;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
           Name  Flags
      timestamp  
      nmea       
}
SourceFile: "IGnssStatusListener.java"
NestMembers:
  android.location.IGnssStatusListener$Stub  android.location.IGnssStatusListener$Stub$Proxy
InnerClasses:
  public abstract Stub = android.location.IGnssStatusListener$Stub of android.location.IGnssStatusListener