public class com.android.systemui.VendorServices extends com.android.systemui.SystemUI
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.android.systemui.VendorServices
  super_class: com.android.systemui.SystemUI
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.android.systemui.VendorServices this
         0: .line 22
            aload 0 /* this */
            invokespecial com.android.systemui.SystemUI.<init>:()V
            return
        end local 0 // com.android.systemui.VendorServices this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/systemui/VendorServices;

  public void start();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // com.android.systemui.VendorServices this
         0: .line 27
            return
        end local 0 // com.android.systemui.VendorServices this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/systemui/VendorServices;
}
SourceFile: "VendorServices.java"