class com.android.statementservice.DirectStatementService$1 implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.android.statementservice.DirectStatementService$1
  super_class: java.lang.Object
{
  final com.android.statementservice.DirectStatementService this$0;
    descriptor: Lcom/android/statementservice/DirectStatementService;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final android.net.http.HttpResponseCache val$responseCache;
    descriptor: Landroid/net/http/HttpResponseCache;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.android.statementservice.DirectStatementService, android.net.http.HttpResponseCache);
    descriptor: (Lcom/android/statementservice/DirectStatementService;Landroid/net/http/HttpResponseCache;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.android.statementservice.DirectStatementService$1 this
         0: .line 159
            aload 0 /* this */
            aload 1
            putfield com.android.statementservice.DirectStatementService$1.this$0:Lcom/android/statementservice/DirectStatementService;
            aload 0 /* this */
            aload 2
            putfield com.android.statementservice.DirectStatementService$1.val$responseCache:Landroid/net/http/HttpResponseCache;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.android.statementservice.DirectStatementService$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/statementservice/DirectStatementService$1;
    MethodParameters:
                   Name  Flags
      this$0             final
      val$responseCache  final

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // com.android.statementservice.DirectStatementService$1 this
         0: .line 162
            aload 0 /* this */
            getfield com.android.statementservice.DirectStatementService$1.val$responseCache:Landroid/net/http/HttpResponseCache;
            ifnull 5
         1: .line 163
            aload 0 /* this */
            getfield com.android.statementservice.DirectStatementService$1.val$responseCache:Landroid/net/http/HttpResponseCache;
            invokevirtual android.net.http.HttpResponseCache.delete:()V
         2: .line 165
            goto 5
      StackMap locals:
      StackMap stack: java.io.IOException
         3: astore 1 /* e */
        start local 1 // java.io.IOException e
         4: .line 166
            getstatic com.android.statementservice.DirectStatementService.TAG:Ljava/lang/String;
            new java.lang.StringBuilder
            dup
            ldc "HTTP(S) response cache deletion failed:"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* e */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokestatic android.util.Log.i:(Ljava/lang/String;Ljava/lang/String;)I
            pop
        end local 1 // java.io.IOException e
         5: .line 168
      StackMap locals:
      StackMap stack:
            invokestatic android.os.Looper.myLooper:()Landroid/os/Looper;
            invokevirtual android.os.Looper.quit:()V
         6: .line 169
            return
        end local 0 // com.android.statementservice.DirectStatementService$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/android/statementservice/DirectStatementService$1;
            4    5     1     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     2       3  Class java.io.IOException
}
SourceFile: "DirectStatementService.java"
EnclosingMethod: com.android.statementservice.DirectStatementService.onDestroy:()V
NestHost: com.android.statementservice.DirectStatementService
InnerClasses:
  com.android.statementservice.DirectStatementService$1