class android.telecom.RemoteConnectionService$2 implements android.os.IBinder$DeathRecipient
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.telecom.RemoteConnectionService$2
  super_class: java.lang.Object
{
  final android.telecom.RemoteConnectionService this$0;
    descriptor: Landroid/telecom/RemoteConnectionService;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

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

  public void binderDied();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // android.telecom.RemoteConnectionService$2 this
         0: .line 477
            aload 0 /* this */
            getfield android.telecom.RemoteConnectionService$2.this$0:Landroid/telecom/RemoteConnectionService;
            getfield android.telecom.RemoteConnectionService.mConnectionById:Ljava/util/Map;
            invokeinterface java.util.Map.values:()Ljava/util/Collection;
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 2
            goto 3
      StackMap locals: android.telecom.RemoteConnectionService$2 top java.util.Iterator
      StackMap stack:
         1: aload 2
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast android.telecom.RemoteConnection
            astore 1 /* c */
        start local 1 // android.telecom.RemoteConnection c
         2: .line 478
            aload 1 /* c */
            invokevirtual android.telecom.RemoteConnection.setDestroyed:()V
        end local 1 // android.telecom.RemoteConnection c
         3: .line 477
      StackMap locals:
      StackMap stack:
            aload 2
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         4: .line 480
            aload 0 /* this */
            getfield android.telecom.RemoteConnectionService$2.this$0:Landroid/telecom/RemoteConnectionService;
            getfield android.telecom.RemoteConnectionService.mConferenceById:Ljava/util/Map;
            invokeinterface java.util.Map.values:()Ljava/util/Collection;
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 2
            goto 7
      StackMap locals:
      StackMap stack:
         5: aload 2
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast android.telecom.RemoteConference
            astore 1 /* c */
        start local 1 // android.telecom.RemoteConference c
         6: .line 481
            aload 1 /* c */
            invokevirtual android.telecom.RemoteConference.setDestroyed:()V
        end local 1 // android.telecom.RemoteConference c
         7: .line 480
      StackMap locals:
      StackMap stack:
            aload 2
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 5
         8: .line 483
            aload 0 /* this */
            getfield android.telecom.RemoteConnectionService$2.this$0:Landroid/telecom/RemoteConnectionService;
            getfield android.telecom.RemoteConnectionService.mConnectionById:Ljava/util/Map;
            invokeinterface java.util.Map.clear:()V
         9: .line 484
            aload 0 /* this */
            getfield android.telecom.RemoteConnectionService$2.this$0:Landroid/telecom/RemoteConnectionService;
            getfield android.telecom.RemoteConnectionService.mConferenceById:Ljava/util/Map;
            invokeinterface java.util.Map.clear:()V
        10: .line 485
            aload 0 /* this */
            getfield android.telecom.RemoteConnectionService$2.this$0:Landroid/telecom/RemoteConnectionService;
            getfield android.telecom.RemoteConnectionService.mPendingConnections:Ljava/util/Set;
            invokeinterface java.util.Set.clear:()V
        11: .line 486
            aload 0 /* this */
            getfield android.telecom.RemoteConnectionService$2.this$0:Landroid/telecom/RemoteConnectionService;
            getfield android.telecom.RemoteConnectionService.mOutgoingConnectionServiceRpc:Lcom/android/internal/telecom/IConnectionService;
            invokeinterface com.android.internal.telecom.IConnectionService.asBinder:()Landroid/os/IBinder;
            aload 0 /* this */
            getfield android.telecom.RemoteConnectionService$2.this$0:Landroid/telecom/RemoteConnectionService;
            getfield android.telecom.RemoteConnectionService.mDeathRecipient:Landroid/os/IBinder$DeathRecipient;
            iconst_0
            invokeinterface android.os.IBinder.unlinkToDeath:(Landroid/os/IBinder$DeathRecipient;I)Z
            pop
        12: .line 487
            return
        end local 0 // android.telecom.RemoteConnectionService$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Landroid/telecom/RemoteConnectionService$2;
            2    3     1     c  Landroid/telecom/RemoteConnection;
            6    7     1     c  Landroid/telecom/RemoteConference;
}
SourceFile: "RemoteConnectionService.java"
EnclosingMethod: android.telecom.RemoteConnectionService
NestHost: android.telecom.RemoteConnectionService
InnerClasses:
  public abstract DeathRecipient = android.os.IBinder$DeathRecipient of android.os.IBinder
  android.telecom.RemoteConnectionService$2