class android.accounts.AccountManager$AmsTask$1 implements java.util.concurrent.Callable<android.os.Bundle>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.accounts.AccountManager$AmsTask$1
  super_class: java.lang.Object
{
  private final android.accounts.AccountManager val$this$0;
    descriptor: Landroid/accounts/AccountManager;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(android.accounts.AccountManager);
    descriptor: (Landroid/accounts/AccountManager;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.accounts.AccountManager$AmsTask$1 this
         0: .line 2233
            aload 0 /* this */
            aload 1
            putfield android.accounts.AccountManager$AmsTask$1.val$this$0:Landroid/accounts/AccountManager;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // android.accounts.AccountManager$AmsTask$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/accounts/AccountManager$AmsTask$1;
    MethodParameters:
            Name  Flags
      val$this$0  final

  public android.os.Bundle call();
    descriptor: ()Landroid/os/Bundle;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.accounts.AccountManager$AmsTask$1 this
         0: .line 2236
            new java.lang.IllegalStateException
            dup
            ldc "this should never be called"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.accounts.AccountManager$AmsTask$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/accounts/AccountManager$AmsTask$1;
    Exceptions:
      throws java.lang.Exception

  public java.lang.Object call();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual android.accounts.AccountManager$AmsTask$1.call:()Landroid/os/Bundle;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception
}
Signature: Ljava/lang/Object;Ljava/util/concurrent/Callable<Landroid/os/Bundle;>;
SourceFile: "AccountManager.java"
EnclosingMethod: android.accounts.AccountManager$AmsTask.<init>:(Landroid/accounts/AccountManager;Landroid/app/Activity;Landroid/os/Handler;Landroid/accounts/AccountManagerCallback;)V
NestHost: android.accounts.AccountManager
InnerClasses:
  private abstract AmsTask = android.accounts.AccountManager$AmsTask of android.accounts.AccountManager
  android.accounts.AccountManager$AmsTask$1