public interface android.os.IVibratorService extends android.os.IInterface
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: android.os.IVibratorService
  super_class: java.lang.Object
{
  public abstract boolean hasVibrator();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException

  public abstract boolean hasAmplitudeControl();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException

  public abstract void vibrate(int, java.lang.String, android.os.VibrationEffect, int, android.os.IBinder);
    descriptor: (ILjava/lang/String;Landroid/os/VibrationEffect;ILandroid/os/IBinder;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
           Name  Flags
      uid        
      opPkg      
      effect     
      usageHint  
      token      

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