public class com.android.systemui.OverviewProxyService implements com.android.systemui.statusbar.policy.CallbackController<com.android.systemui.OverviewProxyService$OverviewProxyListener>, com.android.systemui.Dumpable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.android.systemui.OverviewProxyService
  super_class: java.lang.Object
{
  private static final java.lang.String ACTION_QUICKSTEP;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "android.intent.action.QUICKSTEP_SERVICE"

  public static final java.lang.String TAG_OPS;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "OverviewProxyService"

  public static final boolean DEBUG_OVERVIEW_PROXY;
    descriptor: Z
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  private static final long BACKOFF_MILLIS;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 5000

  private static final long DEFERRED_CALLBACK_MILLIS;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 5000

  private final android.content.Context mContext;
    descriptor: Landroid/content/Context;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final android.os.Handler mHandler;
    descriptor: Landroid/os/Handler;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.Runnable mConnectionRunnable;
    descriptor: Ljava/lang/Runnable;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final android.content.ComponentName mRecentsComponentName;
    descriptor: Landroid/content/ComponentName;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.android.systemui.statusbar.policy.DeviceProvisionedController mDeviceProvisionedController;
    descriptor: Lcom/android/systemui/statusbar/policy/DeviceProvisionedController;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.List<com.android.systemui.OverviewProxyService$OverviewProxyListener> mConnectionCallbacks;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Lcom/android/systemui/OverviewProxyService$OverviewProxyListener;>;

  private final android.content.Intent mQuickStepIntent;
    descriptor: Landroid/content/Intent;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private IOverviewProxy mOverviewProxy;
    descriptor: LIOverviewProxy;
    flags: (0x0002) ACC_PRIVATE

  private int mConnectionBackoffAttempts;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int mInteractionFlags;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE
    RuntimeInvisibleAnnotations: 
      InteractionType()

  private boolean mIsEnabled;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private ISystemUiProxy mSysUiProxy;
    descriptor: LISystemUiProxy;
    flags: (0x0002) ACC_PRIVATE

  private final java.lang.Runnable mDeferredConnectionCallback;
    descriptor: Ljava/lang/Runnable;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final android.content.BroadcastReceiver mLauncherStateChangedReceiver;
    descriptor: Landroid/content/BroadcastReceiver;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final android.content.ServiceConnection mOverviewServiceConnection;
    descriptor: Landroid/content/ServiceConnection;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.android.systemui.statusbar.policy.DeviceProvisionedController$DeviceProvisionedListener mDeviceProvisionedCallback;
    descriptor: Lcom/android/systemui/statusbar/policy/DeviceProvisionedController$DeviceProvisionedListener;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final android.os.IBinder$DeathRecipient mOverviewServiceDeathRcpt;
    descriptor: Landroid/os/IBinder$DeathRecipient;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(android.content.Context);
    descriptor: (Landroid/content/Context;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.android.systemui.OverviewProxyService this
         0: .line 40
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import com.android.systemui.shared cannot be resolved\n\tThe import com.android.systemui.shared cannot be resolved\n\tThe import com.android.systemui.shared cannot be resolved\n\tThe import com.android.systemui.shared cannot be resolved\n\tThe import com.android.systemui.shared cannot be resolved\n\tThe import com.android.systemui.shared cannot be resolved\n\tIOverviewProxy cannot be resolved to a type\n\tInteractionType cannot be resolved to a type\n\tISystemUiProxy cannot be resolved to a type\n\tISystemUiProxy cannot be resolved to a type\n\tGraphicBufferCompat cannot be resolved to a type\n\tGraphicBufferCompat cannot be resolved to a type\n\tInteractionType cannot be resolved to a type\n\tIOverviewProxy cannot be resolved to a type\n\tIOverviewProxy cannot be resolved\n\tIOverviewProxy cannot be resolved to a type\n\tISystemUiProxy cannot be resolved to a type\n\tcom.android.internal.R.string cannot be resolved to a variable\n\tIOverviewProxy cannot be resolved to a type\n\tFLAG_DISABLE_SWIPE_UP cannot be resolved to a variable\n\tIOverviewProxy cannot be resolved to a type\n\tIOverviewProxy cannot be resolved to a type\n\tIOverviewProxy cannot be resolved to a type\n\tIOverviewProxy cannot be resolved to a type\n\tIOverviewProxy cannot be resolved to a type\n\tIOverviewProxy cannot be resolved to a type\n\tActivityManagerWrapper cannot be resolved\n\tIOverviewProxy cannot be resolved to a type\n\tInteractionType cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.android.systemui.OverviewProxyService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/systemui/OverviewProxyService;
    MethodParameters:
         Name  Flags
      context  

  public void startConnectionToCurrentUser();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.android.systemui.OverviewProxyService this
         0: .line 281
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.android.systemui.OverviewProxyService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/systemui/OverviewProxyService;

  private void internalConnectToCurrentUser();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.android.systemui.OverviewProxyService this
         0: .line 289
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.android.systemui.OverviewProxyService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/systemui/OverviewProxyService;

  public void addCallback(com.android.systemui.OverviewProxyService$OverviewProxyListener);
    descriptor: (Lcom/android/systemui/OverviewProxyService$OverviewProxyListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.android.systemui.OverviewProxyService this
         0: .line 326
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tIOverviewProxy cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.android.systemui.OverviewProxyService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/systemui/OverviewProxyService;
    MethodParameters:
          Name  Flags
      listener  

  public void removeCallback(com.android.systemui.OverviewProxyService$OverviewProxyListener);
    descriptor: (Lcom/android/systemui/OverviewProxyService$OverviewProxyListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.android.systemui.OverviewProxyService this
         0: .line 331
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.android.systemui.OverviewProxyService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/systemui/OverviewProxyService;
    MethodParameters:
          Name  Flags
      listener  

  public boolean shouldShowSwipeUpUI();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.android.systemui.OverviewProxyService this
         0: .line 336
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tFLAG_DISABLE_SWIPE_UP cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.android.systemui.OverviewProxyService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/systemui/OverviewProxyService;

  public boolean isEnabled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.android.systemui.OverviewProxyService this
         0: .line 339
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.android.systemui.OverviewProxyService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/systemui/OverviewProxyService;

  public IOverviewProxy getProxy();
    descriptor: ()LIOverviewProxy;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.android.systemui.OverviewProxyService this
         0: .line 343
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tIOverviewProxy cannot be resolved to a type\n\tIOverviewProxy cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.android.systemui.OverviewProxyService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/systemui/OverviewProxyService;

  public int getInteractionFlags();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.android.systemui.OverviewProxyService this
         0: .line 347
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.android.systemui.OverviewProxyService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/systemui/OverviewProxyService;

  private void disconnectFromLauncherService();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.android.systemui.OverviewProxyService this
         0: .line 352
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tIOverviewProxy cannot be resolved to a type\n\tIOverviewProxy cannot be resolved to a type\n\tIOverviewProxy cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.android.systemui.OverviewProxyService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/systemui/OverviewProxyService;

  private void notifyBackButtonAlphaChanged(float, boolean);
    descriptor: (FZ)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.android.systemui.OverviewProxyService this
         0: .line 361
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.android.systemui.OverviewProxyService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/systemui/OverviewProxyService;
    MethodParameters:
         Name  Flags
      alpha    
      animate  

  private void notifyConnectionChanged();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.android.systemui.OverviewProxyService this
         0: .line 369
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tIOverviewProxy cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.android.systemui.OverviewProxyService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/systemui/OverviewProxyService;

  public void notifyQuickStepStarted();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.android.systemui.OverviewProxyService this
         0: .line 373
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.android.systemui.OverviewProxyService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/systemui/OverviewProxyService;

  public void notifyQuickScrubStarted();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.android.systemui.OverviewProxyService this
         0: .line 379
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.android.systemui.OverviewProxyService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/systemui/OverviewProxyService;

  private void updateEnabledState();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.android.systemui.OverviewProxyService this
         0: .line 388
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tActivityManagerWrapper cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.android.systemui.OverviewProxyService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/systemui/OverviewProxyService;

  public void dump(java.io.FileDescriptor, java.io.PrintWriter, java.lang.String[]);
    descriptor: (Ljava/io/FileDescriptor;Ljava/io/PrintWriter;[Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.android.systemui.OverviewProxyService this
         0: .line 397
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tIOverviewProxy cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.android.systemui.OverviewProxyService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/systemui/OverviewProxyService;
    MethodParameters:
      Name  Flags
      fd    
      pw    
      args  
}
Signature: Ljava/lang/Object;Lcom/android/systemui/statusbar/policy/CallbackController<Lcom/android/systemui/OverviewProxyService$OverviewProxyListener;>;Lcom/android/systemui/Dumpable;
SourceFile: "OverviewProxyService.java"
NestMembers:
  com.android.systemui.OverviewProxyService$1  com.android.systemui.OverviewProxyService$2  com.android.systemui.OverviewProxyService$3  com.android.systemui.OverviewProxyService$4  com.android.systemui.OverviewProxyService$OverviewProxyListener
InnerClasses:
  public abstract DeathRecipient = android.os.IBinder$DeathRecipient of android.os.IBinder
  public abstract OverviewProxyListener = com.android.systemui.OverviewProxyService$OverviewProxyListener of com.android.systemui.OverviewProxyService
  public abstract DeviceProvisionedListener = com.android.systemui.statusbar.policy.DeviceProvisionedController$DeviceProvisionedListener of com.android.systemui.statusbar.policy.DeviceProvisionedController