public interface android.hardware.location.IActivityRecognitionHardware extends android.os.IInterface
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: android.hardware.location.IActivityRecognitionHardware
  super_class: java.lang.Object
{
  public abstract java.lang.String[] getSupportedActivities();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException

  public abstract boolean isActivitySupported(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
              Name  Flags
      activityType  

  public abstract boolean registerSink(android.hardware.location.IActivityRecognitionHardwareSink);
    descriptor: (Landroid/hardware/location/IActivityRecognitionHardwareSink;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
      Name  Flags
      sink  

  public abstract boolean unregisterSink(android.hardware.location.IActivityRecognitionHardwareSink);
    descriptor: (Landroid/hardware/location/IActivityRecognitionHardwareSink;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
      Name  Flags
      sink  

  public abstract boolean enableActivityEvent(java.lang.String, int, long);
    descriptor: (Ljava/lang/String;IJ)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
                 Name  Flags
      activityType     
      eventType        
      reportLatencyNs  

  public abstract boolean disableActivityEvent(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
              Name  Flags
      activityType  
      eventType     

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