class android.service.trust.TrustAgentService$2 implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.service.trust.TrustAgentService$2
  super_class: java.lang.Object
{
  final android.service.trust.TrustAgentService this$0;
    descriptor: Landroid/service/trust/TrustAgentService;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final java.lang.CharSequence val$message;
    descriptor: Ljava/lang/CharSequence;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final long val$durationMs;
    descriptor: J
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final int val$flags;
    descriptor: I
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(android.service.trust.TrustAgentService, java.lang.CharSequence, long, int);
    descriptor: (Landroid/service/trust/TrustAgentService;Ljava/lang/CharSequence;JI)V
    flags: (0x0000) 
    Code:
      stack=3, locals=6, args_size=5
        start local 0 // android.service.trust.TrustAgentService$2 this
         0: .line 415
            aload 0 /* this */
            aload 1
            putfield android.service.trust.TrustAgentService$2.this$0:Landroid/service/trust/TrustAgentService;
            aload 0 /* this */
            aload 2
            putfield android.service.trust.TrustAgentService$2.val$message:Ljava/lang/CharSequence;
            aload 0 /* this */
            lload 3
            putfield android.service.trust.TrustAgentService$2.val$durationMs:J
            aload 0 /* this */
            iload 5
            putfield android.service.trust.TrustAgentService$2.val$flags:I
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // android.service.trust.TrustAgentService$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/service/trust/TrustAgentService$2;
    MethodParameters:
                Name  Flags
      this$0          final
      val$message     final
      val$durationMs  final
      val$flags       final

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // android.service.trust.TrustAgentService$2 this
         0: .line 418
            aload 0 /* this */
            getfield android.service.trust.TrustAgentService$2.this$0:Landroid/service/trust/TrustAgentService;
            aload 0 /* this */
            getfield android.service.trust.TrustAgentService$2.val$message:Ljava/lang/CharSequence;
            aload 0 /* this */
            getfield android.service.trust.TrustAgentService$2.val$durationMs:J
            aload 0 /* this */
            getfield android.service.trust.TrustAgentService$2.val$flags:I
            invokevirtual android.service.trust.TrustAgentService.grantTrust:(Ljava/lang/CharSequence;JI)V
         1: .line 419
            return
        end local 0 // android.service.trust.TrustAgentService$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/service/trust/TrustAgentService$2;
}
SourceFile: "TrustAgentService.java"
EnclosingMethod: android.service.trust.TrustAgentService.grantTrust:(Ljava/lang/CharSequence;JI)V
NestHost: android.service.trust.TrustAgentService
InnerClasses:
  android.service.trust.TrustAgentService$2