class android.telecom.RemoteConnectionService$1$1 extends android.telecom.RemoteConference$Callback
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.telecom.RemoteConnectionService$1$1
  super_class: android.telecom.RemoteConference$Callback
{
  final android.telecom.RemoteConnectionService$1 this$1;
    descriptor: Landroid/telecom/RemoteConnectionService$1;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

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

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

  public void onDestroyed(android.telecom.RemoteConference);
    descriptor: (Landroid/telecom/RemoteConference;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.telecom.RemoteConnectionService$1$1 this
        start local 1 // android.telecom.RemoteConference c
         0: .line 258
            aload 0 /* this */
            getfield android.telecom.RemoteConnectionService$1$1.this$1:Landroid/telecom/RemoteConnectionService$1;
            invokestatic android.telecom.RemoteConnectionService$1.access$0:(Landroid/telecom/RemoteConnectionService$1;)Landroid/telecom/RemoteConnectionService;
            getfield android.telecom.RemoteConnectionService.mConferenceById:Ljava/util/Map;
            aload 0 /* this */
            getfield android.telecom.RemoteConnectionService$1$1.val$callId:Ljava/lang/String;
            invokeinterface java.util.Map.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 259
            aload 0 /* this */
            getfield android.telecom.RemoteConnectionService$1$1.this$1:Landroid/telecom/RemoteConnectionService$1;
            invokestatic android.telecom.RemoteConnectionService$1.access$0:(Landroid/telecom/RemoteConnectionService$1;)Landroid/telecom/RemoteConnectionService;
            invokevirtual android.telecom.RemoteConnectionService.maybeDisconnectAdapter:()V
         2: .line 260
            return
        end local 1 // android.telecom.RemoteConference c
        end local 0 // android.telecom.RemoteConnectionService$1$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/telecom/RemoteConnectionService$1$1;
            0    3     1     c  Landroid/telecom/RemoteConference;
    MethodParameters:
      Name  Flags
      c     
}
SourceFile: "RemoteConnectionService.java"
EnclosingMethod: android.telecom.RemoteConnectionService$1.addConferenceCall:(Ljava/lang/String;Landroid/telecom/ParcelableConference;Landroid/telecom/Logging/Session$Info;)V
NestHost: android.telecom.RemoteConnectionService
InnerClasses:
  public Info = android.telecom.Logging.Session$Info of android.telecom.Logging.Session
  public abstract Callback = android.telecom.RemoteConference$Callback of android.telecom.RemoteConference
  android.telecom.RemoteConnectionService$1
  android.telecom.RemoteConnectionService$1$1