public abstract class android.os.IVibratorService$Stub extends android.os.Binder implements android.os.IVibratorService
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: android.os.IVibratorService$Stub
  super_class: android.os.Binder
{
  private static final java.lang.String DESCRIPTOR;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "android.os.IVibratorService"

  static final int TRANSACTION_hasVibrator;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  static final int TRANSACTION_hasAmplitudeControl;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  static final int TRANSACTION_vibrate;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  static final int TRANSACTION_cancelVibrate;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.os.IVibratorService$Stub this
         0: .line 14
            aload 0 /* this */
            invokespecial android.os.Binder.<init>:()V
         1: .line 16
            aload 0 /* this */
            aload 0 /* this */
            ldc "android.os.IVibratorService"
            invokevirtual android.os.IVibratorService$Stub.attachInterface:(Landroid/os/IInterface;Ljava/lang/String;)V
         2: .line 17
            return
        end local 0 // android.os.IVibratorService$Stub this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/os/IVibratorService$Stub;

  public static android.os.IVibratorService asInterface(android.os.IBinder);
    descriptor: (Landroid/os/IBinder;)Landroid/os/IVibratorService;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // android.os.IBinder obj
         0: .line 24
            aload 0 /* obj */
            ifnonnull 2
         1: .line 25
            aconst_null
            areturn
         2: .line 27
      StackMap locals:
      StackMap stack:
            aload 0 /* obj */
            ldc "android.os.IVibratorService"
            invokeinterface android.os.IBinder.queryLocalInterface:(Ljava/lang/String;)Landroid/os/IInterface;
            astore 1 /* iin */
        start local 1 // android.os.IInterface iin
         3: .line 28
            aload 1 /* iin */
            ifnull 5
            aload 1 /* iin */
            instanceof android.os.IVibratorService
            ifeq 5
         4: .line 29
            aload 1 /* iin */
            checkcast android.os.IVibratorService
            areturn
         5: .line 31
      StackMap locals: android.os.IInterface
      StackMap stack:
            new android.os.IVibratorService$Stub$Proxy
            dup
            aload 0 /* obj */
            invokespecial android.os.IVibratorService$Stub$Proxy.<init>:(Landroid/os/IBinder;)V
            areturn
        end local 1 // android.os.IInterface iin
        end local 0 // android.os.IBinder obj
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0   obj  Landroid/os/IBinder;
            3    6     1   iin  Landroid/os/IInterface;
    MethodParameters:
      Name  Flags
      obj   

  public android.os.IBinder asBinder();
    descriptor: ()Landroid/os/IBinder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.os.IVibratorService$Stub this
         0: .line 35
            aload 0 /* this */
            areturn
        end local 0 // android.os.IVibratorService$Stub this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/os/IVibratorService$Stub;

  public boolean onTransact(int, android.os.Parcel, android.os.Parcel, int);
    descriptor: (ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=11, args_size=5
        start local 0 // android.os.IVibratorService$Stub this
        start local 1 // int code
        start local 2 // android.os.Parcel data
        start local 3 // android.os.Parcel reply
        start local 4 // int flags
         0: .line 39
            ldc "android.os.IVibratorService"
            astore 5 /* descriptor */
        start local 5 // java.lang.String descriptor
         1: .line 40
            iload 1 /* code */
            lookupswitch { // 5
                    1: 4
                    2: 11
                    3: 18
                    4: 30
           1598968902: 2
              default: 35
          }
         2: .line 44
      StackMap locals: java.lang.String
      StackMap stack:
            aload 3 /* reply */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.writeString:(Ljava/lang/String;)V
         3: .line 45
            iconst_1
            ireturn
         4: .line 49
      StackMap locals:
      StackMap stack:
            aload 2 /* data */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.enforceInterface:(Ljava/lang/String;)V
         5: .line 50
            aload 0 /* this */
            invokevirtual android.os.IVibratorService$Stub.hasVibrator:()Z
            istore 6 /* _result */
        start local 6 // boolean _result
         6: .line 51
            aload 3 /* reply */
            invokevirtual android.os.Parcel.writeNoException:()V
         7: .line 52
            aload 3 /* reply */
            iload 6 /* _result */
            ifeq 8
            iconst_1
            goto 9
      StackMap locals: android.os.IVibratorService$Stub int android.os.Parcel android.os.Parcel int java.lang.String int
      StackMap stack: android.os.Parcel
         8: iconst_0
      StackMap locals: android.os.IVibratorService$Stub int android.os.Parcel android.os.Parcel int java.lang.String int
      StackMap stack: android.os.Parcel int
         9: invokevirtual android.os.Parcel.writeInt:(I)V
        10: .line 53
            iconst_1
            ireturn
        end local 6 // boolean _result
        11: .line 57
      StackMap locals:
      StackMap stack:
            aload 2 /* data */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.enforceInterface:(Ljava/lang/String;)V
        12: .line 58
            aload 0 /* this */
            invokevirtual android.os.IVibratorService$Stub.hasAmplitudeControl:()Z
            istore 6 /* _result */
        start local 6 // boolean _result
        13: .line 59
            aload 3 /* reply */
            invokevirtual android.os.Parcel.writeNoException:()V
        14: .line 60
            aload 3 /* reply */
            iload 6 /* _result */
            ifeq 15
            iconst_1
            goto 16
      StackMap locals: android.os.IVibratorService$Stub int android.os.Parcel android.os.Parcel int java.lang.String int
      StackMap stack: android.os.Parcel
        15: iconst_0
      StackMap locals: android.os.IVibratorService$Stub int android.os.Parcel android.os.Parcel int java.lang.String int
      StackMap stack: android.os.Parcel int
        16: invokevirtual android.os.Parcel.writeInt:(I)V
        17: .line 61
            iconst_1
            ireturn
        end local 6 // boolean _result
        18: .line 65
      StackMap locals:
      StackMap stack:
            aload 2 /* data */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.enforceInterface:(Ljava/lang/String;)V
        19: .line 67
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            istore 6 /* _arg0 */
        start local 6 // int _arg0
        20: .line 69
            aload 2 /* data */
            invokevirtual android.os.Parcel.readString:()Ljava/lang/String;
            astore 7 /* _arg1 */
        start local 7 // java.lang.String _arg1
        21: .line 71
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            ifeq 24
        22: .line 72
            getstatic android.os.VibrationEffect.CREATOR:Landroid/os/Parcelable$Creator;
            aload 2 /* data */
            invokeinterface android.os.Parcelable$Creator.createFromParcel:(Landroid/os/Parcel;)Ljava/lang/Object;
            checkcast android.os.VibrationEffect
            astore 8 /* _arg2 */
        start local 8 // android.os.VibrationEffect _arg2
        23: .line 73
            goto 25
        end local 8 // android.os.VibrationEffect _arg2
        24: .line 75
      StackMap locals: int java.lang.String
      StackMap stack:
            aconst_null
            astore 8 /* _arg2 */
        start local 8 // android.os.VibrationEffect _arg2
        25: .line 78
      StackMap locals: android.os.VibrationEffect
      StackMap stack:
            aload 2 /* data */
            invokevirtual android.os.Parcel.readInt:()I
            istore 9 /* _arg3 */
        start local 9 // int _arg3
        26: .line 80
            aload 2 /* data */
            invokevirtual android.os.Parcel.readStrongBinder:()Landroid/os/IBinder;
            astore 10 /* _arg4 */
        start local 10 // android.os.IBinder _arg4
        27: .line 81
            aload 0 /* this */
            iload 6 /* _arg0 */
            aload 7 /* _arg1 */
            aload 8 /* _arg2 */
            iload 9 /* _arg3 */
            aload 10 /* _arg4 */
            invokevirtual android.os.IVibratorService$Stub.vibrate:(ILjava/lang/String;Landroid/os/VibrationEffect;ILandroid/os/IBinder;)V
        28: .line 82
            aload 3 /* reply */
            invokevirtual android.os.Parcel.writeNoException:()V
        29: .line 83
            iconst_1
            ireturn
        end local 10 // android.os.IBinder _arg4
        end local 9 // int _arg3
        end local 8 // android.os.VibrationEffect _arg2
        end local 7 // java.lang.String _arg1
        end local 6 // int _arg0
        30: .line 87
      StackMap locals:
      StackMap stack:
            aload 2 /* data */
            aload 5 /* descriptor */
            invokevirtual android.os.Parcel.enforceInterface:(Ljava/lang/String;)V
        31: .line 89
            aload 2 /* data */
            invokevirtual android.os.Parcel.readStrongBinder:()Landroid/os/IBinder;
            astore 6 /* _arg0 */
        start local 6 // android.os.IBinder _arg0
        32: .line 90
            aload 0 /* this */
            aload 6 /* _arg0 */
            invokevirtual android.os.IVibratorService$Stub.cancelVibrate:(Landroid/os/IBinder;)V
        33: .line 91
            aload 3 /* reply */
            invokevirtual android.os.Parcel.writeNoException:()V
        34: .line 92
            iconst_1
            ireturn
        end local 6 // android.os.IBinder _arg0
        35: .line 96
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* code */
            aload 2 /* data */
            aload 3 /* reply */
            iload 4 /* flags */
            invokespecial android.os.Binder.onTransact:(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
            ireturn
        end local 5 // java.lang.String descriptor
        end local 4 // int flags
        end local 3 // android.os.Parcel reply
        end local 2 // android.os.Parcel data
        end local 1 // int code
        end local 0 // android.os.IVibratorService$Stub this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   36     0        this  Landroid/os/IVibratorService$Stub;
            0   36     1        code  I
            0   36     2        data  Landroid/os/Parcel;
            0   36     3       reply  Landroid/os/Parcel;
            0   36     4       flags  I
            1   36     5  descriptor  Ljava/lang/String;
            6   11     6     _result  Z
           13   18     6     _result  Z
           20   30     6       _arg0  I
           21   30     7       _arg1  Ljava/lang/String;
           23   24     8       _arg2  Landroid/os/VibrationEffect;
           25   30     8       _arg2  Landroid/os/VibrationEffect;
           26   30     9       _arg3  I
           27   30    10       _arg4  Landroid/os/IBinder;
           32   35     6       _arg0  Landroid/os/IBinder;
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
       Name  Flags
      code   
      data   
      reply  
      flags  
}
SourceFile: "IVibratorService.java"
NestHost: android.os.IVibratorService
InnerClasses:
  public abstract Stub = android.os.IVibratorService$Stub of android.os.IVibratorService
  private Proxy = android.os.IVibratorService$Stub$Proxy of android.os.IVibratorService$Stub
  public abstract Creator = android.os.Parcelable$Creator of android.os.Parcelable