public interface android.hardware.location.IContextHubClient extends android.os.IInterface
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: android.hardware.location.IContextHubClient
  super_class: java.lang.Object
{
  public abstract int sendMessageToNanoApp(android.hardware.location.NanoAppMessage);
    descriptor: (Landroid/hardware/location/NanoAppMessage;)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
         Name  Flags
      message  

  public abstract void close();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
}
SourceFile: "IContextHubClient.java"
NestMembers:
  android.hardware.location.IContextHubClient$Stub  android.hardware.location.IContextHubClient$Stub$Proxy
InnerClasses:
  public abstract Stub = android.hardware.location.IContextHubClient$Stub of android.hardware.location.IContextHubClient