public interface android.location.ICountryDetector extends android.os.IInterface
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: android.location.ICountryDetector
  super_class: java.lang.Object
{
  public abstract android.location.Country detectCountry();
    descriptor: ()Landroid/location/Country;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException

  public abstract void addCountryListener(android.location.ICountryListener);
    descriptor: (Landroid/location/ICountryListener;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
          Name  Flags
      listener  

  public abstract void removeCountryListener(android.location.ICountryListener);
    descriptor: (Landroid/location/ICountryListener;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
          Name  Flags
      listener  
}
SourceFile: "ICountryDetector.java"
NestMembers:
  android.location.ICountryDetector$Stub  android.location.ICountryDetector$Stub$Proxy
InnerClasses:
  public abstract Stub = android.location.ICountryDetector$Stub of android.location.ICountryDetector