class android.telecom.RemoteConnectionService$1 implements com.android.internal.telecom.IConnectionServiceAdapter
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.telecom.RemoteConnectionService$1
  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$1 this
         0: .line 53
            aload 0 /* this */
            aload 1
            putfield android.telecom.RemoteConnectionService$1.this$0:Landroid/telecom/RemoteConnectionService;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // android.telecom.RemoteConnectionService$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/telecom/RemoteConnectionService$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public void handleCreateConnectionComplete(java.lang.String, android.telecom.ConnectionRequest, android.telecom.ParcelableConnection, android.telecom.Logging.Session$Info);
    descriptor: (Ljava/lang/String;Landroid/telecom/ConnectionRequest;Landroid/telecom/ParcelableConnection;Landroid/telecom/Logging/Session$Info;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=9, args_size=5
        start local 0 // android.telecom.RemoteConnectionService$1 this
        start local 1 // java.lang.String id
        start local 2 // android.telecom.ConnectionRequest request
        start local 3 // android.telecom.ParcelableConnection parcel
        start local 4 // android.telecom.Logging.Session$Info info
         0: .line 61
            aload 0 /* this */
            getfield android.telecom.RemoteConnectionService$1.this$0:Landroid/telecom/RemoteConnectionService;
            aload 1 /* id */
            ldc "handleCreateConnectionSuccessful"
            invokevirtual android.telecom.RemoteConnectionService.findConnectionForAction:(Ljava/lang/String;Ljava/lang/String;)Landroid/telecom/RemoteConnection;
         1: .line 60
            astore 5 /* connection */
        start local 5 // android.telecom.RemoteConnection connection
         2: .line 62
            aload 5 /* connection */
            getstatic android.telecom.RemoteConnectionService.NULL_CONNECTION:Landroid/telecom/RemoteConnection;
            if_acmpeq 33
            aload 0 /* this */
            getfield android.telecom.RemoteConnectionService$1.this$0:Landroid/telecom/RemoteConnectionService;
            getfield android.telecom.RemoteConnectionService.mPendingConnections:Ljava/util/Set;
            aload 5 /* connection */
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
            ifeq 33
         3: .line 63
            aload 0 /* this */
            getfield android.telecom.RemoteConnectionService$1.this$0:Landroid/telecom/RemoteConnectionService;
            getfield android.telecom.RemoteConnectionService.mPendingConnections:Ljava/util/Set;
            aload 5 /* connection */
            invokeinterface java.util.Set.remove:(Ljava/lang/Object;)Z
            pop
         4: .line 65
            aload 5 /* connection */
            aload 3 /* parcel */
            invokevirtual android.telecom.ParcelableConnection.getConnectionCapabilities:()I
            invokevirtual android.telecom.RemoteConnection.setConnectionCapabilities:(I)V
         5: .line 66
            aload 5 /* connection */
            aload 3 /* parcel */
            invokevirtual android.telecom.ParcelableConnection.getConnectionProperties:()I
            invokevirtual android.telecom.RemoteConnection.setConnectionProperties:(I)V
         6: .line 67
            aload 3 /* parcel */
            invokevirtual android.telecom.ParcelableConnection.getHandle:()Landroid/net/Uri;
            ifnonnull 8
         7: .line 68
            aload 3 /* parcel */
            invokevirtual android.telecom.ParcelableConnection.getState:()I
            bipush 6
            if_icmpeq 9
         8: .line 69
      StackMap locals: android.telecom.RemoteConnection
      StackMap stack:
            aload 5 /* connection */
            aload 3 /* parcel */
            invokevirtual android.telecom.ParcelableConnection.getHandle:()Landroid/net/Uri;
            aload 3 /* parcel */
            invokevirtual android.telecom.ParcelableConnection.getHandlePresentation:()I
            invokevirtual android.telecom.RemoteConnection.setAddress:(Landroid/net/Uri;I)V
         9: .line 71
      StackMap locals:
      StackMap stack:
            aload 3 /* parcel */
            invokevirtual android.telecom.ParcelableConnection.getCallerDisplayName:()Ljava/lang/String;
            ifnonnull 11
        10: .line 72
            aload 3 /* parcel */
            invokevirtual android.telecom.ParcelableConnection.getState:()I
            bipush 6
            if_icmpeq 15
        11: .line 73
      StackMap locals:
      StackMap stack:
            aload 5 /* connection */
        12: .line 74
            aload 3 /* parcel */
            invokevirtual android.telecom.ParcelableConnection.getCallerDisplayName:()Ljava/lang/String;
        13: .line 75
            aload 3 /* parcel */
            invokevirtual android.telecom.ParcelableConnection.getCallerDisplayNamePresentation:()I
        14: .line 73
            invokevirtual android.telecom.RemoteConnection.setCallerDisplayName:(Ljava/lang/String;I)V
        15: .line 78
      StackMap locals:
      StackMap stack:
            aload 3 /* parcel */
            invokevirtual android.telecom.ParcelableConnection.getState:()I
            bipush 6
            if_icmpne 18
        16: .line 79
            aload 5 /* connection */
            aload 3 /* parcel */
            invokevirtual android.telecom.ParcelableConnection.getDisconnectCause:()Landroid/telecom/DisconnectCause;
            invokevirtual android.telecom.RemoteConnection.setDisconnected:(Landroid/telecom/DisconnectCause;)V
        17: .line 80
            goto 19
        18: .line 81
      StackMap locals:
      StackMap stack:
            aload 5 /* connection */
            aload 3 /* parcel */
            invokevirtual android.telecom.ParcelableConnection.getState:()I
            invokevirtual android.telecom.RemoteConnection.setState:(I)V
        19: .line 83
      StackMap locals:
      StackMap stack:
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 6 /* conferenceable */
        start local 6 // java.util.List conferenceable
        20: .line 84
            aload 3 /* parcel */
            invokevirtual android.telecom.ParcelableConnection.getConferenceableConnectionIds:()Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 8
            goto 24
      StackMap locals: android.telecom.RemoteConnectionService$1 java.lang.String android.telecom.ConnectionRequest android.telecom.ParcelableConnection android.telecom.Logging.Session$Info android.telecom.RemoteConnection java.util.List top java.util.Iterator
      StackMap stack:
        21: aload 8
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.String
            astore 7 /* confId */
        start local 7 // java.lang.String confId
        22: .line 85
            aload 0 /* this */
            getfield android.telecom.RemoteConnectionService$1.this$0:Landroid/telecom/RemoteConnectionService;
            getfield android.telecom.RemoteConnectionService.mConnectionById:Ljava/util/Map;
            aload 7 /* confId */
            invokeinterface java.util.Map.containsKey:(Ljava/lang/Object;)Z
            ifeq 24
        23: .line 86
            aload 6 /* conferenceable */
            aload 0 /* this */
            getfield android.telecom.RemoteConnectionService$1.this$0:Landroid/telecom/RemoteConnectionService;
            getfield android.telecom.RemoteConnectionService.mConnectionById:Ljava/util/Map;
            aload 7 /* confId */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast android.telecom.RemoteConnection
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 7 // java.lang.String confId
        24: .line 84
      StackMap locals:
      StackMap stack:
            aload 8
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 21
        25: .line 89
            aload 5 /* connection */
            aload 6 /* conferenceable */
            invokevirtual android.telecom.RemoteConnection.setConferenceableConnections:(Ljava/util/List;)V
        26: .line 90
            aload 5 /* connection */
            aload 3 /* parcel */
            invokevirtual android.telecom.ParcelableConnection.getVideoState:()I
            invokevirtual android.telecom.RemoteConnection.setVideoState:(I)V
        27: .line 91
            aload 5 /* connection */
            invokevirtual android.telecom.RemoteConnection.getState:()I
            bipush 6
            if_icmpne 29
        28: .line 94
            aload 5 /* connection */
            invokevirtual android.telecom.RemoteConnection.setDestroyed:()V
        29: .line 96
      StackMap locals: android.telecom.RemoteConnectionService$1 java.lang.String android.telecom.ConnectionRequest android.telecom.ParcelableConnection android.telecom.Logging.Session$Info android.telecom.RemoteConnection java.util.List
      StackMap stack:
            aload 5 /* connection */
            aload 3 /* parcel */
            invokevirtual android.telecom.ParcelableConnection.getStatusHints:()Landroid/telecom/StatusHints;
            invokevirtual android.telecom.RemoteConnection.setStatusHints:(Landroid/telecom/StatusHints;)V
        30: .line 97
            aload 5 /* connection */
            aload 3 /* parcel */
            invokevirtual android.telecom.ParcelableConnection.getIsVoipAudioMode:()Z
            invokevirtual android.telecom.RemoteConnection.setIsVoipAudioMode:(Z)V
        31: .line 98
            aload 5 /* connection */
            aload 3 /* parcel */
            invokevirtual android.telecom.ParcelableConnection.isRingbackRequested:()Z
            invokevirtual android.telecom.RemoteConnection.setRingbackRequested:(Z)V
        32: .line 99
            aload 5 /* connection */
            aload 3 /* parcel */
            invokevirtual android.telecom.ParcelableConnection.getExtras:()Landroid/os/Bundle;
            invokevirtual android.telecom.RemoteConnection.putExtras:(Landroid/os/Bundle;)V
        end local 6 // java.util.List conferenceable
        33: .line 101
      StackMap locals:
      StackMap stack:
            return
        end local 5 // android.telecom.RemoteConnection connection
        end local 4 // android.telecom.Logging.Session$Info info
        end local 3 // android.telecom.ParcelableConnection parcel
        end local 2 // android.telecom.ConnectionRequest request
        end local 1 // java.lang.String id
        end local 0 // android.telecom.RemoteConnectionService$1 this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   34     0            this  Landroid/telecom/RemoteConnectionService$1;
            0   34     1              id  Ljava/lang/String;
            0   34     2         request  Landroid/telecom/ConnectionRequest;
            0   34     3          parcel  Landroid/telecom/ParcelableConnection;
            0   34     4            info  Landroid/telecom/Logging/Session$Info;
            2   34     5      connection  Landroid/telecom/RemoteConnection;
           20   33     6  conferenceable  Ljava/util/List<Landroid/telecom/RemoteConnection;>;
           22   24     7          confId  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      id       
      request  
      parcel   
      info     

  public void setActive(java.lang.String, android.telecom.Logging.Session$Info);
    descriptor: (Ljava/lang/String;Landroid/telecom/Logging/Session$Info;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.telecom.RemoteConnectionService$1 this
        start local 1 // java.lang.String callId
        start local 2 // android.telecom.Logging.Session$Info sessionInfo
         0: .line 105
            aload 0 /* this */
            getfield android.telecom.RemoteConnectionService$1.this$0:Landroid/telecom/RemoteConnectionService;
            getfield android.telecom.RemoteConnectionService.mConnectionById:Ljava/util/Map;
            aload 1 /* callId */
            invokeinterface java.util.Map.containsKey:(Ljava/lang/Object;)Z
            ifeq 4
         1: .line 106
            aload 0 /* this */
            getfield android.telecom.RemoteConnectionService$1.this$0:Landroid/telecom/RemoteConnectionService;
            aload 1 /* callId */
            ldc "setActive"
            invokevirtual android.telecom.RemoteConnectionService.findConnectionForAction:(Ljava/lang/String;Ljava/lang/String;)Landroid/telecom/RemoteConnection;
         2: .line 107
            iconst_4
            invokevirtual android.telecom.RemoteConnection.setState:(I)V
         3: .line 108
            goto 6
         4: .line 109
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.telecom.RemoteConnectionService$1.this$0:Landroid/telecom/RemoteConnectionService;
            aload 1 /* callId */
            ldc "setActive"
            invokevirtual android.telecom.RemoteConnectionService.findConferenceForAction:(Ljava/lang/String;Ljava/lang/String;)Landroid/telecom/RemoteConference;
         5: .line 110
            iconst_4
            invokevirtual android.telecom.RemoteConference.setState:(I)V
         6: .line 112
      StackMap locals:
      StackMap stack:
            return
        end local 2 // android.telecom.Logging.Session$Info sessionInfo
        end local 1 // java.lang.String callId
        end local 0 // android.telecom.RemoteConnectionService$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    7     0         this  Landroid/telecom/RemoteConnectionService$1;
            0    7     1       callId  Ljava/lang/String;
            0    7     2  sessionInfo  Landroid/telecom/Logging/Session$Info;
    MethodParameters:
             Name  Flags
      callId       
      sessionInfo  

  public void setRinging(java.lang.String, android.telecom.Logging.Session$Info);
    descriptor: (Ljava/lang/String;Landroid/telecom/Logging/Session$Info;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.telecom.RemoteConnectionService$1 this
        start local 1 // java.lang.String callId
        start local 2 // android.telecom.Logging.Session$Info sessionInfo
         0: .line 116
            aload 0 /* this */
            getfield android.telecom.RemoteConnectionService$1.this$0:Landroid/telecom/RemoteConnectionService;
            aload 1 /* callId */
            ldc "setRinging"
            invokevirtual android.telecom.RemoteConnectionService.findConnectionForAction:(Ljava/lang/String;Ljava/lang/String;)Landroid/telecom/RemoteConnection;
         1: .line 117
            iconst_2
            invokevirtual android.telecom.RemoteConnection.setState:(I)V
         2: .line 118
            return
        end local 2 // android.telecom.Logging.Session$Info sessionInfo
        end local 1 // java.lang.String callId
        end local 0 // android.telecom.RemoteConnectionService$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Landroid/telecom/RemoteConnectionService$1;
            0    3     1       callId  Ljava/lang/String;
            0    3     2  sessionInfo  Landroid/telecom/Logging/Session$Info;
    MethodParameters:
             Name  Flags
      callId       
      sessionInfo  

  public void setDialing(java.lang.String, android.telecom.Logging.Session$Info);
    descriptor: (Ljava/lang/String;Landroid/telecom/Logging/Session$Info;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.telecom.RemoteConnectionService$1 this
        start local 1 // java.lang.String callId
        start local 2 // android.telecom.Logging.Session$Info sessionInfo
         0: .line 122
            aload 0 /* this */
            getfield android.telecom.RemoteConnectionService$1.this$0:Landroid/telecom/RemoteConnectionService;
            aload 1 /* callId */
            ldc "setDialing"
            invokevirtual android.telecom.RemoteConnectionService.findConnectionForAction:(Ljava/lang/String;Ljava/lang/String;)Landroid/telecom/RemoteConnection;
         1: .line 123
            iconst_3
            invokevirtual android.telecom.RemoteConnection.setState:(I)V
         2: .line 124
            return
        end local 2 // android.telecom.Logging.Session$Info sessionInfo
        end local 1 // java.lang.String callId
        end local 0 // android.telecom.RemoteConnectionService$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Landroid/telecom/RemoteConnectionService$1;
            0    3     1       callId  Ljava/lang/String;
            0    3     2  sessionInfo  Landroid/telecom/Logging/Session$Info;
    MethodParameters:
             Name  Flags
      callId       
      sessionInfo  

  public void setPulling(java.lang.String, android.telecom.Logging.Session$Info);
    descriptor: (Ljava/lang/String;Landroid/telecom/Logging/Session$Info;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.telecom.RemoteConnectionService$1 this
        start local 1 // java.lang.String callId
        start local 2 // android.telecom.Logging.Session$Info sessionInfo
         0: .line 128
            aload 0 /* this */
            getfield android.telecom.RemoteConnectionService$1.this$0:Landroid/telecom/RemoteConnectionService;
            aload 1 /* callId */
            ldc "setPulling"
            invokevirtual android.telecom.RemoteConnectionService.findConnectionForAction:(Ljava/lang/String;Ljava/lang/String;)Landroid/telecom/RemoteConnection;
         1: .line 129
            bipush 7
            invokevirtual android.telecom.RemoteConnection.setState:(I)V
         2: .line 130
            return
        end local 2 // android.telecom.Logging.Session$Info sessionInfo
        end local 1 // java.lang.String callId
        end local 0 // android.telecom.RemoteConnectionService$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Landroid/telecom/RemoteConnectionService$1;
            0    3     1       callId  Ljava/lang/String;
            0    3     2  sessionInfo  Landroid/telecom/Logging/Session$Info;
    MethodParameters:
             Name  Flags
      callId       
      sessionInfo  

  public void setDisconnected(java.lang.String, android.telecom.DisconnectCause, android.telecom.Logging.Session$Info);
    descriptor: (Ljava/lang/String;Landroid/telecom/DisconnectCause;Landroid/telecom/Logging/Session$Info;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // android.telecom.RemoteConnectionService$1 this
        start local 1 // java.lang.String callId
        start local 2 // android.telecom.DisconnectCause disconnectCause
        start local 3 // android.telecom.Logging.Session$Info sessionInfo
         0: .line 135
            aload 0 /* this */
            getfield android.telecom.RemoteConnectionService$1.this$0:Landroid/telecom/RemoteConnectionService;
            getfield android.telecom.RemoteConnectionService.mConnectionById:Ljava/util/Map;
            aload 1 /* callId */
            invokeinterface java.util.Map.containsKey:(Ljava/lang/Object;)Z
            ifeq 4
         1: .line 136
            aload 0 /* this */
            getfield android.telecom.RemoteConnectionService$1.this$0:Landroid/telecom/RemoteConnectionService;
            aload 1 /* callId */
            ldc "setDisconnected"
            invokevirtual android.telecom.RemoteConnectionService.findConnectionForAction:(Ljava/lang/String;Ljava/lang/String;)Landroid/telecom/RemoteConnection;
         2: .line 137
            aload 2 /* disconnectCause */
            invokevirtual android.telecom.RemoteConnection.setDisconnected:(Landroid/telecom/DisconnectCause;)V
         3: .line 138
            goto 6
         4: .line 139
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.telecom.RemoteConnectionService$1.this$0:Landroid/telecom/RemoteConnectionService;
            aload 1 /* callId */
            ldc "setDisconnected"
            invokevirtual android.telecom.RemoteConnectionService.findConferenceForAction:(Ljava/lang/String;Ljava/lang/String;)Landroid/telecom/RemoteConference;
         5: .line 140
            aload 2 /* disconnectCause */
            invokevirtual android.telecom.RemoteConference.setDisconnected:(Landroid/telecom/DisconnectCause;)V
         6: .line 142
      StackMap locals:
      StackMap stack:
            return
        end local 3 // android.telecom.Logging.Session$Info sessionInfo
        end local 2 // android.telecom.DisconnectCause disconnectCause
        end local 1 // java.lang.String callId
        end local 0 // android.telecom.RemoteConnectionService$1 this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    7     0             this  Landroid/telecom/RemoteConnectionService$1;
            0    7     1           callId  Ljava/lang/String;
            0    7     2  disconnectCause  Landroid/telecom/DisconnectCause;
            0    7     3      sessionInfo  Landroid/telecom/Logging/Session$Info;
    MethodParameters:
                 Name  Flags
      callId           
      disconnectCause  
      sessionInfo      

  public void setOnHold(java.lang.String, android.telecom.Logging.Session$Info);
    descriptor: (Ljava/lang/String;Landroid/telecom/Logging/Session$Info;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.telecom.RemoteConnectionService$1 this
        start local 1 // java.lang.String callId
        start local 2 // android.telecom.Logging.Session$Info sessionInfo
         0: .line 146
            aload 0 /* this */
            getfield android.telecom.RemoteConnectionService$1.this$0:Landroid/telecom/RemoteConnectionService;
            getfield android.telecom.RemoteConnectionService.mConnectionById:Ljava/util/Map;
            aload 1 /* callId */
            invokeinterface java.util.Map.containsKey:(Ljava/lang/Object;)Z
            ifeq 4
         1: .line 147
            aload 0 /* this */
            getfield android.telecom.RemoteConnectionService$1.this$0:Landroid/telecom/RemoteConnectionService;
            aload 1 /* callId */
            ldc "setOnHold"
            invokevirtual android.telecom.RemoteConnectionService.findConnectionForAction:(Ljava/lang/String;Ljava/lang/String;)Landroid/telecom/RemoteConnection;
         2: .line 148
            iconst_5
            invokevirtual android.telecom.RemoteConnection.setState:(I)V
         3: .line 149
            goto 6
         4: .line 150
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.telecom.RemoteConnectionService$1.this$0:Landroid/telecom/RemoteConnectionService;
            aload 1 /* callId */
            ldc "setOnHold"
            invokevirtual android.telecom.RemoteConnectionService.findConferenceForAction:(Ljava/lang/String;Ljava/lang/String;)Landroid/telecom/RemoteConference;
         5: .line 151
            iconst_5
            invokevirtual android.telecom.RemoteConference.setState:(I)V
         6: .line 153
      StackMap locals:
      StackMap stack:
            return
        end local 2 // android.telecom.Logging.Session$Info sessionInfo
        end local 1 // java.lang.String callId
        end local 0 // android.telecom.RemoteConnectionService$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    7     0         this  Landroid/telecom/RemoteConnectionService$1;
            0    7     1       callId  Ljava/lang/String;
            0    7     2  sessionInfo  Landroid/telecom/Logging/Session$Info;
    MethodParameters:
             Name  Flags
      callId       
      sessionInfo  

  public void setRingbackRequested(java.lang.String, boolean, android.telecom.Logging.Session$Info);
    descriptor: (Ljava/lang/String;ZLandroid/telecom/Logging/Session$Info;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // android.telecom.RemoteConnectionService$1 this
        start local 1 // java.lang.String callId
        start local 2 // boolean ringing
        start local 3 // android.telecom.Logging.Session$Info sessionInfo
         0: .line 157
            aload 0 /* this */
            getfield android.telecom.RemoteConnectionService$1.this$0:Landroid/telecom/RemoteConnectionService;
            aload 1 /* callId */
            ldc "setRingbackRequested"
            invokevirtual android.telecom.RemoteConnectionService.findConnectionForAction:(Ljava/lang/String;Ljava/lang/String;)Landroid/telecom/RemoteConnection;
         1: .line 158
            iload 2 /* ringing */
            invokevirtual android.telecom.RemoteConnection.setRingbackRequested:(Z)V
         2: .line 159
            return
        end local 3 // android.telecom.Logging.Session$Info sessionInfo
        end local 2 // boolean ringing
        end local 1 // java.lang.String callId
        end local 0 // android.telecom.RemoteConnectionService$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Landroid/telecom/RemoteConnectionService$1;
            0    3     1       callId  Ljava/lang/String;
            0    3     2      ringing  Z
            0    3     3  sessionInfo  Landroid/telecom/Logging/Session$Info;
    MethodParameters:
             Name  Flags
      callId       
      ringing      
      sessionInfo  

  public void setConnectionCapabilities(java.lang.String, int, android.telecom.Logging.Session$Info);
    descriptor: (Ljava/lang/String;ILandroid/telecom/Logging/Session$Info;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // android.telecom.RemoteConnectionService$1 this
        start local 1 // java.lang.String callId
        start local 2 // int connectionCapabilities
        start local 3 // android.telecom.Logging.Session$Info sessionInfo
         0: .line 164
            aload 0 /* this */
            getfield android.telecom.RemoteConnectionService$1.this$0:Landroid/telecom/RemoteConnectionService;
            getfield android.telecom.RemoteConnectionService.mConnectionById:Ljava/util/Map;
            aload 1 /* callId */
            invokeinterface java.util.Map.containsKey:(Ljava/lang/Object;)Z
            ifeq 4
         1: .line 165
            aload 0 /* this */
            getfield android.telecom.RemoteConnectionService$1.this$0:Landroid/telecom/RemoteConnectionService;
            aload 1 /* callId */
            ldc "setConnectionCapabilities"
            invokevirtual android.telecom.RemoteConnectionService.findConnectionForAction:(Ljava/lang/String;Ljava/lang/String;)Landroid/telecom/RemoteConnection;
         2: .line 166
            iload 2 /* connectionCapabilities */
            invokevirtual android.telecom.RemoteConnection.setConnectionCapabilities:(I)V
         3: .line 167
            goto 6
         4: .line 168
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.telecom.RemoteConnectionService$1.this$0:Landroid/telecom/RemoteConnectionService;
            aload 1 /* callId */
            ldc "setConnectionCapabilities"
            invokevirtual android.telecom.RemoteConnectionService.findConferenceForAction:(Ljava/lang/String;Ljava/lang/String;)Landroid/telecom/RemoteConference;
         5: .line 169
            iload 2 /* connectionCapabilities */
            invokevirtual android.telecom.RemoteConference.setConnectionCapabilities:(I)V
         6: .line 171
      StackMap locals:
      StackMap stack:
            return
        end local 3 // android.telecom.Logging.Session$Info sessionInfo
        end local 2 // int connectionCapabilities
        end local 1 // java.lang.String callId
        end local 0 // android.telecom.RemoteConnectionService$1 this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    7     0                    this  Landroid/telecom/RemoteConnectionService$1;
            0    7     1                  callId  Ljava/lang/String;
            0    7     2  connectionCapabilities  I
            0    7     3             sessionInfo  Landroid/telecom/Logging/Session$Info;
    MethodParameters:
                        Name  Flags
      callId                  
      connectionCapabilities  
      sessionInfo             

  public void setConnectionProperties(java.lang.String, int, android.telecom.Logging.Session$Info);
    descriptor: (Ljava/lang/String;ILandroid/telecom/Logging/Session$Info;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // android.telecom.RemoteConnectionService$1 this
        start local 1 // java.lang.String callId
        start local 2 // int connectionProperties
        start local 3 // android.telecom.Logging.Session$Info sessionInfo
         0: .line 176
            aload 0 /* this */
            getfield android.telecom.RemoteConnectionService$1.this$0:Landroid/telecom/RemoteConnectionService;
            getfield android.telecom.RemoteConnectionService.mConnectionById:Ljava/util/Map;
            aload 1 /* callId */
            invokeinterface java.util.Map.containsKey:(Ljava/lang/Object;)Z
            ifeq 4
         1: .line 177
            aload 0 /* this */
            getfield android.telecom.RemoteConnectionService$1.this$0:Landroid/telecom/RemoteConnectionService;
            aload 1 /* callId */
            ldc "setConnectionProperties"
            invokevirtual android.telecom.RemoteConnectionService.findConnectionForAction:(Ljava/lang/String;Ljava/lang/String;)Landroid/telecom/RemoteConnection;
         2: .line 178
            iload 2 /* connectionProperties */
            invokevirtual android.telecom.RemoteConnection.setConnectionProperties:(I)V
         3: .line 179
            goto 6
         4: .line 180
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.telecom.RemoteConnectionService$1.this$0:Landroid/telecom/RemoteConnectionService;
            aload 1 /* callId */
            ldc "setConnectionProperties"
            invokevirtual android.telecom.RemoteConnectionService.findConferenceForAction:(Ljava/lang/String;Ljava/lang/String;)Landroid/telecom/RemoteConference;
         5: .line 181
            iload 2 /* connectionProperties */
            invokevirtual android.telecom.RemoteConference.setConnectionProperties:(I)V
         6: .line 183
      StackMap locals:
      StackMap stack:
            return
        end local 3 // android.telecom.Logging.Session$Info sessionInfo
        end local 2 // int connectionProperties
        end local 1 // java.lang.String callId
        end local 0 // android.telecom.RemoteConnectionService$1 this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    7     0                  this  Landroid/telecom/RemoteConnectionService$1;
            0    7     1                callId  Ljava/lang/String;
            0    7     2  connectionProperties  I
            0    7     3           sessionInfo  Landroid/telecom/Logging/Session$Info;
    MethodParameters:
                      Name  Flags
      callId                
      connectionProperties  
      sessionInfo           

  public void setIsConferenced(java.lang.String, java.lang.String, android.telecom.Logging.Session$Info);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Landroid/telecom/Logging/Session$Info;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=4
        start local 0 // android.telecom.RemoteConnectionService$1 this
        start local 1 // java.lang.String callId
        start local 2 // java.lang.String conferenceCallId
        start local 3 // android.telecom.Logging.Session$Info sessionInfo
         0: .line 190
            aload 0 /* this */
            getfield android.telecom.RemoteConnectionService$1.this$0:Landroid/telecom/RemoteConnectionService;
            aload 1 /* callId */
            ldc "setIsConferenced"
            invokevirtual android.telecom.RemoteConnectionService.findConnectionForAction:(Ljava/lang/String;Ljava/lang/String;)Landroid/telecom/RemoteConnection;
         1: .line 189
            astore 4 /* connection */
        start local 4 // android.telecom.RemoteConnection connection
         2: .line 191
            aload 4 /* connection */
            getstatic android.telecom.RemoteConnectionService.NULL_CONNECTION:Landroid/telecom/RemoteConnection;
            if_acmpeq 11
         3: .line 192
            aload 2 /* conferenceCallId */
            ifnonnull 7
         4: .line 194
            aload 4 /* connection */
            invokevirtual android.telecom.RemoteConnection.getConference:()Landroid/telecom/RemoteConference;
            ifnull 11
         5: .line 195
            aload 4 /* connection */
            invokevirtual android.telecom.RemoteConnection.getConference:()Landroid/telecom/RemoteConference;
            aload 4 /* connection */
            invokevirtual android.telecom.RemoteConference.removeConnection:(Landroid/telecom/RemoteConnection;)V
         6: .line 197
            goto 11
         7: .line 199
      StackMap locals: android.telecom.RemoteConnection
      StackMap stack:
            aload 0 /* this */
            getfield android.telecom.RemoteConnectionService$1.this$0:Landroid/telecom/RemoteConnectionService;
            aload 2 /* conferenceCallId */
            ldc "setIsConferenced"
            invokevirtual android.telecom.RemoteConnectionService.findConferenceForAction:(Ljava/lang/String;Ljava/lang/String;)Landroid/telecom/RemoteConference;
         8: .line 198
            astore 5 /* conference */
        start local 5 // android.telecom.RemoteConference conference
         9: .line 200
            aload 5 /* conference */
            getstatic android.telecom.RemoteConnectionService.NULL_CONFERENCE:Landroid/telecom/RemoteConference;
            if_acmpeq 11
        10: .line 201
            aload 5 /* conference */
            aload 4 /* connection */
            invokevirtual android.telecom.RemoteConference.addConnection:(Landroid/telecom/RemoteConnection;)V
        end local 5 // android.telecom.RemoteConference conference
        11: .line 205
      StackMap locals:
      StackMap stack:
            return
        end local 4 // android.telecom.RemoteConnection connection
        end local 3 // android.telecom.Logging.Session$Info sessionInfo
        end local 2 // java.lang.String conferenceCallId
        end local 1 // java.lang.String callId
        end local 0 // android.telecom.RemoteConnectionService$1 this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   12     0              this  Landroid/telecom/RemoteConnectionService$1;
            0   12     1            callId  Ljava/lang/String;
            0   12     2  conferenceCallId  Ljava/lang/String;
            0   12     3       sessionInfo  Landroid/telecom/Logging/Session$Info;
            2   12     4        connection  Landroid/telecom/RemoteConnection;
            9   11     5        conference  Landroid/telecom/RemoteConference;
    MethodParameters:
                  Name  Flags
      callId            
      conferenceCallId  
      sessionInfo       

  public void setConferenceMergeFailed(java.lang.String, android.telecom.Logging.Session$Info);
    descriptor: (Ljava/lang/String;Landroid/telecom/Logging/Session$Info;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // android.telecom.RemoteConnectionService$1 this
        start local 1 // java.lang.String callId
        start local 2 // android.telecom.Logging.Session$Info sessionInfo
         0: .line 212
            return
        end local 2 // android.telecom.Logging.Session$Info sessionInfo
        end local 1 // java.lang.String callId
        end local 0 // android.telecom.RemoteConnectionService$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Landroid/telecom/RemoteConnectionService$1;
            0    1     1       callId  Ljava/lang/String;
            0    1     2  sessionInfo  Landroid/telecom/Logging/Session$Info;
    MethodParameters:
             Name  Flags
      callId       
      sessionInfo  

  public void onPhoneAccountChanged(java.lang.String, android.telecom.PhoneAccountHandle, android.telecom.Logging.Session$Info);
    descriptor: (Ljava/lang/String;Landroid/telecom/PhoneAccountHandle;Landroid/telecom/Logging/Session$Info;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=4, args_size=4
        start local 0 // android.telecom.RemoteConnectionService$1 this
        start local 1 // java.lang.String callId
        start local 2 // android.telecom.PhoneAccountHandle pHandle
        start local 3 // android.telecom.Logging.Session$Info sessionInfo
         0: .line 217
            return
        end local 3 // android.telecom.Logging.Session$Info sessionInfo
        end local 2 // android.telecom.PhoneAccountHandle pHandle
        end local 1 // java.lang.String callId
        end local 0 // android.telecom.RemoteConnectionService$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Landroid/telecom/RemoteConnectionService$1;
            0    1     1       callId  Ljava/lang/String;
            0    1     2      pHandle  Landroid/telecom/PhoneAccountHandle;
            0    1     3  sessionInfo  Landroid/telecom/Logging/Session$Info;
    MethodParameters:
             Name  Flags
      callId       
      pHandle      
      sessionInfo  

  public void onConnectionServiceFocusReleased(android.telecom.Logging.Session$Info);
    descriptor: (Landroid/telecom/Logging/Session$Info;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // android.telecom.RemoteConnectionService$1 this
        start local 1 // android.telecom.Logging.Session$Info sessionInfo
         0: .line 220
            return
        end local 1 // android.telecom.Logging.Session$Info sessionInfo
        end local 0 // android.telecom.RemoteConnectionService$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Landroid/telecom/RemoteConnectionService$1;
            0    1     1  sessionInfo  Landroid/telecom/Logging/Session$Info;
    MethodParameters:
             Name  Flags
      sessionInfo  

  public void addConferenceCall(java.lang.String, android.telecom.ParcelableConference, android.telecom.Logging.Session$Info);
    descriptor: (Ljava/lang/String;Landroid/telecom/ParcelableConference;Landroid/telecom/Logging/Session$Info;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=8, args_size=4
        start local 0 // android.telecom.RemoteConnectionService$1 this
        start local 1 // java.lang.String callId
        start local 2 // android.telecom.ParcelableConference parcel
        start local 3 // android.telecom.Logging.Session$Info sessionInfo
         0: .line 225
            new android.telecom.RemoteConference
            dup
            aload 1 /* callId */
         1: .line 226
            aload 0 /* this */
            getfield android.telecom.RemoteConnectionService$1.this$0:Landroid/telecom/RemoteConnectionService;
            getfield android.telecom.RemoteConnectionService.mOutgoingConnectionServiceRpc:Lcom/android/internal/telecom/IConnectionService;
         2: .line 225
            invokespecial android.telecom.RemoteConference.<init>:(Ljava/lang/String;Lcom/android/internal/telecom/IConnectionService;)V
            astore 4 /* conference */
        start local 4 // android.telecom.RemoteConference conference
         3: .line 228
            aload 2 /* parcel */
            invokevirtual android.telecom.ParcelableConference.getConnectionIds:()Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 6
            goto 8
      StackMap locals: android.telecom.RemoteConnectionService$1 java.lang.String android.telecom.ParcelableConference android.telecom.Logging.Session$Info android.telecom.RemoteConference top java.util.Iterator
      StackMap stack:
         4: aload 6
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.String
            astore 5 /* id */
        start local 5 // java.lang.String id
         5: .line 229
            aload 0 /* this */
            getfield android.telecom.RemoteConnectionService$1.this$0:Landroid/telecom/RemoteConnectionService;
            getfield android.telecom.RemoteConnectionService.mConnectionById:Ljava/util/Map;
            aload 5 /* id */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast android.telecom.RemoteConnection
            astore 7 /* c */
        start local 7 // android.telecom.RemoteConnection c
         6: .line 230
            aload 7 /* c */
            ifnull 8
         7: .line 231
            aload 4 /* conference */
            aload 7 /* c */
            invokevirtual android.telecom.RemoteConference.addConnection:(Landroid/telecom/RemoteConnection;)V
        end local 7 // android.telecom.RemoteConnection c
        end local 5 // java.lang.String id
         8: .line 228
      StackMap locals:
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
         9: .line 234
            aload 4 /* conference */
            invokevirtual android.telecom.RemoteConference.getConnections:()Ljava/util/List;
            invokeinterface java.util.List.size:()I
            ifne 12
        10: .line 238
            aload 0 /* this */
            ldc "addConferenceCall - skipping"
            iconst_0
            anewarray java.lang.Object
            invokestatic android.telecom.Log.d:(Ljava/lang/Object;Ljava/lang/String;[Ljava/lang/Object;)V
        11: .line 239
            return
        12: .line 242
      StackMap locals: android.telecom.RemoteConnectionService$1 java.lang.String android.telecom.ParcelableConference android.telecom.Logging.Session$Info android.telecom.RemoteConference
      StackMap stack:
            aload 4 /* conference */
            aload 2 /* parcel */
            invokevirtual android.telecom.ParcelableConference.getState:()I
            invokevirtual android.telecom.RemoteConference.setState:(I)V
        13: .line 243
            aload 4 /* conference */
            aload 2 /* parcel */
            invokevirtual android.telecom.ParcelableConference.getConnectionCapabilities:()I
            invokevirtual android.telecom.RemoteConference.setConnectionCapabilities:(I)V
        14: .line 244
            aload 4 /* conference */
            aload 2 /* parcel */
            invokevirtual android.telecom.ParcelableConference.getConnectionProperties:()I
            invokevirtual android.telecom.RemoteConference.setConnectionProperties:(I)V
        15: .line 245
            aload 4 /* conference */
            aload 2 /* parcel */
            invokevirtual android.telecom.ParcelableConference.getExtras:()Landroid/os/Bundle;
            invokevirtual android.telecom.RemoteConference.putExtras:(Landroid/os/Bundle;)V
        16: .line 246
            aload 0 /* this */
            getfield android.telecom.RemoteConnectionService$1.this$0:Landroid/telecom/RemoteConnectionService;
            getfield android.telecom.RemoteConnectionService.mConferenceById:Ljava/util/Map;
            aload 1 /* callId */
            aload 4 /* conference */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        17: .line 251
            new android.os.Bundle
            dup
            invokespecial android.os.Bundle.<init>:()V
            astore 5 /* newExtras */
        start local 5 // android.os.Bundle newExtras
        18: .line 252
            aload 5 /* newExtras */
            ldc "android.telecom.extra.ORIGINAL_CONNECTION_ID"
            aload 1 /* callId */
            invokevirtual android.os.Bundle.putString:(Ljava/lang/String;Ljava/lang/String;)V
        19: .line 253
            aload 4 /* conference */
            aload 5 /* newExtras */
            invokevirtual android.telecom.RemoteConference.putExtras:(Landroid/os/Bundle;)V
        20: .line 255
            aload 4 /* conference */
            new android.telecom.RemoteConnectionService$1$1
            dup
            aload 0 /* this */
            aload 1 /* callId */
            invokespecial android.telecom.RemoteConnectionService$1$1.<init>:(Landroid/telecom/RemoteConnectionService$1;Ljava/lang/String;)V
            invokevirtual android.telecom.RemoteConference.registerCallback:(Landroid/telecom/RemoteConference$Callback;)V
        21: .line 263
            aload 0 /* this */
            getfield android.telecom.RemoteConnectionService$1.this$0:Landroid/telecom/RemoteConnectionService;
            getfield android.telecom.RemoteConnectionService.mOurConnectionServiceImpl:Landroid/telecom/ConnectionService;
            aload 4 /* conference */
            invokevirtual android.telecom.ConnectionService.addRemoteConference:(Landroid/telecom/RemoteConference;)V
        22: .line 264
            return
        end local 5 // android.os.Bundle newExtras
        end local 4 // android.telecom.RemoteConference conference
        end local 3 // android.telecom.Logging.Session$Info sessionInfo
        end local 2 // android.telecom.ParcelableConference parcel
        end local 1 // java.lang.String callId
        end local 0 // android.telecom.RemoteConnectionService$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   23     0         this  Landroid/telecom/RemoteConnectionService$1;
            0   23     1       callId  Ljava/lang/String;
            0   23     2       parcel  Landroid/telecom/ParcelableConference;
            0   23     3  sessionInfo  Landroid/telecom/Logging/Session$Info;
            3   23     4   conference  Landroid/telecom/RemoteConference;
            5    8     5           id  Ljava/lang/String;
            6    8     7            c  Landroid/telecom/RemoteConnection;
           18   23     5    newExtras  Landroid/os/Bundle;
    MethodParameters:
             Name  Flags
      callId       final
      parcel       
      sessionInfo  

  public void removeCall(java.lang.String, android.telecom.Logging.Session$Info);
    descriptor: (Ljava/lang/String;Landroid/telecom/Logging/Session$Info;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.telecom.RemoteConnectionService$1 this
        start local 1 // java.lang.String callId
        start local 2 // android.telecom.Logging.Session$Info sessionInfo
         0: .line 268
            aload 0 /* this */
            getfield android.telecom.RemoteConnectionService$1.this$0:Landroid/telecom/RemoteConnectionService;
            getfield android.telecom.RemoteConnectionService.mConnectionById:Ljava/util/Map;
            aload 1 /* callId */
            invokeinterface java.util.Map.containsKey:(Ljava/lang/Object;)Z
            ifeq 4
         1: .line 269
            aload 0 /* this */
            getfield android.telecom.RemoteConnectionService$1.this$0:Landroid/telecom/RemoteConnectionService;
            aload 1 /* callId */
            ldc "removeCall"
            invokevirtual android.telecom.RemoteConnectionService.findConnectionForAction:(Ljava/lang/String;Ljava/lang/String;)Landroid/telecom/RemoteConnection;
         2: .line 270
            invokevirtual android.telecom.RemoteConnection.setDestroyed:()V
         3: .line 271
            goto 6
         4: .line 272
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.telecom.RemoteConnectionService$1.this$0:Landroid/telecom/RemoteConnectionService;
            aload 1 /* callId */
            ldc "removeCall"
            invokevirtual android.telecom.RemoteConnectionService.findConferenceForAction:(Ljava/lang/String;Ljava/lang/String;)Landroid/telecom/RemoteConference;
         5: .line 273
            invokevirtual android.telecom.RemoteConference.setDestroyed:()V
         6: .line 275
      StackMap locals:
      StackMap stack:
            return
        end local 2 // android.telecom.Logging.Session$Info sessionInfo
        end local 1 // java.lang.String callId
        end local 0 // android.telecom.RemoteConnectionService$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    7     0         this  Landroid/telecom/RemoteConnectionService$1;
            0    7     1       callId  Ljava/lang/String;
            0    7     2  sessionInfo  Landroid/telecom/Logging/Session$Info;
    MethodParameters:
             Name  Flags
      callId       
      sessionInfo  

  public void onPostDialWait(java.lang.String, java.lang.String, android.telecom.Logging.Session$Info);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Landroid/telecom/Logging/Session$Info;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // android.telecom.RemoteConnectionService$1 this
        start local 1 // java.lang.String callId
        start local 2 // java.lang.String remaining
        start local 3 // android.telecom.Logging.Session$Info sessionInfo
         0: .line 279
            aload 0 /* this */
            getfield android.telecom.RemoteConnectionService$1.this$0:Landroid/telecom/RemoteConnectionService;
            aload 1 /* callId */
            ldc "onPostDialWait"
            invokevirtual android.telecom.RemoteConnectionService.findConnectionForAction:(Ljava/lang/String;Ljava/lang/String;)Landroid/telecom/RemoteConnection;
         1: .line 280
            aload 2 /* remaining */
            invokevirtual android.telecom.RemoteConnection.setPostDialWait:(Ljava/lang/String;)V
         2: .line 281
            return
        end local 3 // android.telecom.Logging.Session$Info sessionInfo
        end local 2 // java.lang.String remaining
        end local 1 // java.lang.String callId
        end local 0 // android.telecom.RemoteConnectionService$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Landroid/telecom/RemoteConnectionService$1;
            0    3     1       callId  Ljava/lang/String;
            0    3     2    remaining  Ljava/lang/String;
            0    3     3  sessionInfo  Landroid/telecom/Logging/Session$Info;
    MethodParameters:
             Name  Flags
      callId       
      remaining    
      sessionInfo  

  public void onPostDialChar(java.lang.String, char, android.telecom.Logging.Session$Info);
    descriptor: (Ljava/lang/String;CLandroid/telecom/Logging/Session$Info;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // android.telecom.RemoteConnectionService$1 this
        start local 1 // java.lang.String callId
        start local 2 // char nextChar
        start local 3 // android.telecom.Logging.Session$Info sessionInfo
         0: .line 285
            aload 0 /* this */
            getfield android.telecom.RemoteConnectionService$1.this$0:Landroid/telecom/RemoteConnectionService;
            aload 1 /* callId */
            ldc "onPostDialChar"
            invokevirtual android.telecom.RemoteConnectionService.findConnectionForAction:(Ljava/lang/String;Ljava/lang/String;)Landroid/telecom/RemoteConnection;
         1: .line 286
            iload 2 /* nextChar */
            invokevirtual android.telecom.RemoteConnection.onPostDialChar:(C)V
         2: .line 287
            return
        end local 3 // android.telecom.Logging.Session$Info sessionInfo
        end local 2 // char nextChar
        end local 1 // java.lang.String callId
        end local 0 // android.telecom.RemoteConnectionService$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Landroid/telecom/RemoteConnectionService$1;
            0    3     1       callId  Ljava/lang/String;
            0    3     2     nextChar  C
            0    3     3  sessionInfo  Landroid/telecom/Logging/Session$Info;
    MethodParameters:
             Name  Flags
      callId       
      nextChar     
      sessionInfo  

  public void queryRemoteConnectionServices(com.android.internal.telecom.RemoteServiceCallback, android.telecom.Logging.Session$Info);
    descriptor: (Lcom/android/internal/telecom/RemoteServiceCallback;Landroid/telecom/Logging/Session$Info;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // android.telecom.RemoteConnectionService$1 this
        start local 1 // com.android.internal.telecom.RemoteServiceCallback callback
        start local 2 // android.telecom.Logging.Session$Info sessionInfo
         0: .line 293
            return
        end local 2 // android.telecom.Logging.Session$Info sessionInfo
        end local 1 // com.android.internal.telecom.RemoteServiceCallback callback
        end local 0 // android.telecom.RemoteConnectionService$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Landroid/telecom/RemoteConnectionService$1;
            0    1     1     callback  Lcom/android/internal/telecom/RemoteServiceCallback;
            0    1     2  sessionInfo  Landroid/telecom/Logging/Session$Info;
    MethodParameters:
             Name  Flags
      callback     
      sessionInfo  

  public void setVideoProvider(java.lang.String, com.android.internal.telecom.IVideoProvider, android.telecom.Logging.Session$Info);
    descriptor: (Ljava/lang/String;Lcom/android/internal/telecom/IVideoProvider;Landroid/telecom/Logging/Session$Info;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=4
        start local 0 // android.telecom.RemoteConnectionService$1 this
        start local 1 // java.lang.String callId
        start local 2 // com.android.internal.telecom.IVideoProvider videoProvider
        start local 3 // android.telecom.Logging.Session$Info sessionInfo
         0: .line 299
            aload 0 /* this */
            getfield android.telecom.RemoteConnectionService$1.this$0:Landroid/telecom/RemoteConnectionService;
            getfield android.telecom.RemoteConnectionService.mOurConnectionServiceImpl:Landroid/telecom/ConnectionService;
            invokevirtual android.telecom.ConnectionService.getApplicationContext:()Landroid/content/Context;
         1: .line 300
            invokevirtual android.content.Context.getOpPackageName:()Ljava/lang/String;
         2: .line 299
            astore 4 /* callingPackage */
        start local 4 // java.lang.String callingPackage
         3: .line 301
            aload 0 /* this */
            getfield android.telecom.RemoteConnectionService$1.this$0:Landroid/telecom/RemoteConnectionService;
            getfield android.telecom.RemoteConnectionService.mOurConnectionServiceImpl:Landroid/telecom/ConnectionService;
            invokevirtual android.telecom.ConnectionService.getApplicationInfo:()Landroid/content/pm/ApplicationInfo;
            getfield android.content.pm.ApplicationInfo.targetSdkVersion:I
            istore 5 /* targetSdkVersion */
        start local 5 // int targetSdkVersion
         4: .line 302
            aconst_null
            astore 6 /* remoteVideoProvider */
        start local 6 // android.telecom.RemoteConnection$VideoProvider remoteVideoProvider
         5: .line 303
            aload 2 /* videoProvider */
            ifnull 9
         6: .line 304
            new android.telecom.RemoteConnection$VideoProvider
            dup
            aload 2 /* videoProvider */
         7: .line 305
            aload 4 /* callingPackage */
            iload 5 /* targetSdkVersion */
         8: .line 304
            invokespecial android.telecom.RemoteConnection$VideoProvider.<init>:(Lcom/android/internal/telecom/IVideoProvider;Ljava/lang/String;I)V
            astore 6 /* remoteVideoProvider */
         9: .line 307
      StackMap locals: java.lang.String int android.telecom.RemoteConnection$VideoProvider
      StackMap stack:
            aload 0 /* this */
            getfield android.telecom.RemoteConnectionService$1.this$0:Landroid/telecom/RemoteConnectionService;
            aload 1 /* callId */
            ldc "setVideoProvider"
            invokevirtual android.telecom.RemoteConnectionService.findConnectionForAction:(Ljava/lang/String;Ljava/lang/String;)Landroid/telecom/RemoteConnection;
        10: .line 308
            aload 6 /* remoteVideoProvider */
            invokevirtual android.telecom.RemoteConnection.setVideoProvider:(Landroid/telecom/RemoteConnection$VideoProvider;)V
        11: .line 309
            return
        end local 6 // android.telecom.RemoteConnection$VideoProvider remoteVideoProvider
        end local 5 // int targetSdkVersion
        end local 4 // java.lang.String callingPackage
        end local 3 // android.telecom.Logging.Session$Info sessionInfo
        end local 2 // com.android.internal.telecom.IVideoProvider videoProvider
        end local 1 // java.lang.String callId
        end local 0 // android.telecom.RemoteConnectionService$1 this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   12     0                 this  Landroid/telecom/RemoteConnectionService$1;
            0   12     1               callId  Ljava/lang/String;
            0   12     2        videoProvider  Lcom/android/internal/telecom/IVideoProvider;
            0   12     3          sessionInfo  Landroid/telecom/Logging/Session$Info;
            3   12     4       callingPackage  Ljava/lang/String;
            4   12     5     targetSdkVersion  I
            5   12     6  remoteVideoProvider  Landroid/telecom/RemoteConnection$VideoProvider;
    MethodParameters:
               Name  Flags
      callId         
      videoProvider  
      sessionInfo    

  public void setVideoState(java.lang.String, int, android.telecom.Logging.Session$Info);
    descriptor: (Ljava/lang/String;ILandroid/telecom/Logging/Session$Info;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // android.telecom.RemoteConnectionService$1 this
        start local 1 // java.lang.String callId
        start local 2 // int videoState
        start local 3 // android.telecom.Logging.Session$Info sessionInfo
         0: .line 313
            aload 0 /* this */
            getfield android.telecom.RemoteConnectionService$1.this$0:Landroid/telecom/RemoteConnectionService;
            aload 1 /* callId */
            ldc "setVideoState"
            invokevirtual android.telecom.RemoteConnectionService.findConnectionForAction:(Ljava/lang/String;Ljava/lang/String;)Landroid/telecom/RemoteConnection;
         1: .line 314
            iload 2 /* videoState */
            invokevirtual android.telecom.RemoteConnection.setVideoState:(I)V
         2: .line 315
            return
        end local 3 // android.telecom.Logging.Session$Info sessionInfo
        end local 2 // int videoState
        end local 1 // java.lang.String callId
        end local 0 // android.telecom.RemoteConnectionService$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Landroid/telecom/RemoteConnectionService$1;
            0    3     1       callId  Ljava/lang/String;
            0    3     2   videoState  I
            0    3     3  sessionInfo  Landroid/telecom/Logging/Session$Info;
    MethodParameters:
             Name  Flags
      callId       
      videoState   
      sessionInfo  

  public void setIsVoipAudioMode(java.lang.String, boolean, android.telecom.Logging.Session$Info);
    descriptor: (Ljava/lang/String;ZLandroid/telecom/Logging/Session$Info;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // android.telecom.RemoteConnectionService$1 this
        start local 1 // java.lang.String callId
        start local 2 // boolean isVoip
        start local 3 // android.telecom.Logging.Session$Info sessionInfo
         0: .line 319
            aload 0 /* this */
            getfield android.telecom.RemoteConnectionService$1.this$0:Landroid/telecom/RemoteConnectionService;
            aload 1 /* callId */
            ldc "setIsVoipAudioMode"
            invokevirtual android.telecom.RemoteConnectionService.findConnectionForAction:(Ljava/lang/String;Ljava/lang/String;)Landroid/telecom/RemoteConnection;
         1: .line 320
            iload 2 /* isVoip */
            invokevirtual android.telecom.RemoteConnection.setIsVoipAudioMode:(Z)V
         2: .line 321
            return
        end local 3 // android.telecom.Logging.Session$Info sessionInfo
        end local 2 // boolean isVoip
        end local 1 // java.lang.String callId
        end local 0 // android.telecom.RemoteConnectionService$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Landroid/telecom/RemoteConnectionService$1;
            0    3     1       callId  Ljava/lang/String;
            0    3     2       isVoip  Z
            0    3     3  sessionInfo  Landroid/telecom/Logging/Session$Info;
    MethodParameters:
             Name  Flags
      callId       
      isVoip       
      sessionInfo  

  public void setStatusHints(java.lang.String, android.telecom.StatusHints, android.telecom.Logging.Session$Info);
    descriptor: (Ljava/lang/String;Landroid/telecom/StatusHints;Landroid/telecom/Logging/Session$Info;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // android.telecom.RemoteConnectionService$1 this
        start local 1 // java.lang.String callId
        start local 2 // android.telecom.StatusHints statusHints
        start local 3 // android.telecom.Logging.Session$Info sessionInfo
         0: .line 326
            aload 0 /* this */
            getfield android.telecom.RemoteConnectionService$1.this$0:Landroid/telecom/RemoteConnectionService;
            aload 1 /* callId */
            ldc "setStatusHints"
            invokevirtual android.telecom.RemoteConnectionService.findConnectionForAction:(Ljava/lang/String;Ljava/lang/String;)Landroid/telecom/RemoteConnection;
         1: .line 327
            aload 2 /* statusHints */
            invokevirtual android.telecom.RemoteConnection.setStatusHints:(Landroid/telecom/StatusHints;)V
         2: .line 328
            return
        end local 3 // android.telecom.Logging.Session$Info sessionInfo
        end local 2 // android.telecom.StatusHints statusHints
        end local 1 // java.lang.String callId
        end local 0 // android.telecom.RemoteConnectionService$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Landroid/telecom/RemoteConnectionService$1;
            0    3     1       callId  Ljava/lang/String;
            0    3     2  statusHints  Landroid/telecom/StatusHints;
            0    3     3  sessionInfo  Landroid/telecom/Logging/Session$Info;
    MethodParameters:
             Name  Flags
      callId       
      statusHints  
      sessionInfo  

  public void setAddress(java.lang.String, android.net.Uri, int, android.telecom.Logging.Session$Info);
    descriptor: (Ljava/lang/String;Landroid/net/Uri;ILandroid/telecom/Logging/Session$Info;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // android.telecom.RemoteConnectionService$1 this
        start local 1 // java.lang.String callId
        start local 2 // android.net.Uri address
        start local 3 // int presentation
        start local 4 // android.telecom.Logging.Session$Info sessionInfo
         0: .line 333
            aload 0 /* this */
            getfield android.telecom.RemoteConnectionService$1.this$0:Landroid/telecom/RemoteConnectionService;
            aload 1 /* callId */
            ldc "setAddress"
            invokevirtual android.telecom.RemoteConnectionService.findConnectionForAction:(Ljava/lang/String;Ljava/lang/String;)Landroid/telecom/RemoteConnection;
         1: .line 334
            aload 2 /* address */
            iload 3 /* presentation */
            invokevirtual android.telecom.RemoteConnection.setAddress:(Landroid/net/Uri;I)V
         2: .line 335
            return
        end local 4 // android.telecom.Logging.Session$Info sessionInfo
        end local 3 // int presentation
        end local 2 // android.net.Uri address
        end local 1 // java.lang.String callId
        end local 0 // android.telecom.RemoteConnectionService$1 this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Landroid/telecom/RemoteConnectionService$1;
            0    3     1        callId  Ljava/lang/String;
            0    3     2       address  Landroid/net/Uri;
            0    3     3  presentation  I
            0    3     4   sessionInfo  Landroid/telecom/Logging/Session$Info;
    MethodParameters:
              Name  Flags
      callId        
      address       
      presentation  
      sessionInfo   

  public void setCallerDisplayName(java.lang.String, java.lang.String, int, android.telecom.Logging.Session$Info);
    descriptor: (Ljava/lang/String;Ljava/lang/String;ILandroid/telecom/Logging/Session$Info;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // android.telecom.RemoteConnectionService$1 this
        start local 1 // java.lang.String callId
        start local 2 // java.lang.String callerDisplayName
        start local 3 // int presentation
        start local 4 // android.telecom.Logging.Session$Info sessionInfo
         0: .line 340
            aload 0 /* this */
            getfield android.telecom.RemoteConnectionService$1.this$0:Landroid/telecom/RemoteConnectionService;
            aload 1 /* callId */
            ldc "setCallerDisplayName"
            invokevirtual android.telecom.RemoteConnectionService.findConnectionForAction:(Ljava/lang/String;Ljava/lang/String;)Landroid/telecom/RemoteConnection;
         1: .line 341
            aload 2 /* callerDisplayName */
            iload 3 /* presentation */
            invokevirtual android.telecom.RemoteConnection.setCallerDisplayName:(Ljava/lang/String;I)V
         2: .line 342
            return
        end local 4 // android.telecom.Logging.Session$Info sessionInfo
        end local 3 // int presentation
        end local 2 // java.lang.String callerDisplayName
        end local 1 // java.lang.String callId
        end local 0 // android.telecom.RemoteConnectionService$1 this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Landroid/telecom/RemoteConnectionService$1;
            0    3     1             callId  Ljava/lang/String;
            0    3     2  callerDisplayName  Ljava/lang/String;
            0    3     3       presentation  I
            0    3     4        sessionInfo  Landroid/telecom/Logging/Session$Info;
    MethodParameters:
                   Name  Flags
      callId             
      callerDisplayName  
      presentation       
      sessionInfo        

  public android.os.IBinder asBinder();
    descriptor: ()Landroid/os/IBinder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.telecom.RemoteConnectionService$1 this
         0: .line 346
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // android.telecom.RemoteConnectionService$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/telecom/RemoteConnectionService$1;

  public final void setConferenceableConnections(java.lang.String, java.util.List<java.lang.String>, android.telecom.Logging.Session$Info);
    descriptor: (Ljava/lang/String;Ljava/util/List;Landroid/telecom/Logging/Session$Info;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=7, args_size=4
        start local 0 // android.telecom.RemoteConnectionService$1 this
        start local 1 // java.lang.String callId
        start local 2 // java.util.List conferenceableConnectionIds
        start local 3 // android.telecom.Logging.Session$Info sessionInfo
         0: .line 352
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 4 /* conferenceable */
        start local 4 // java.util.List conferenceable
         1: .line 353
            aload 2 /* conferenceableConnectionIds */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 6
            goto 5
      StackMap locals: android.telecom.RemoteConnectionService$1 java.lang.String java.util.List android.telecom.Logging.Session$Info java.util.List top java.util.Iterator
      StackMap stack:
         2: aload 6
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.String
            astore 5 /* id */
        start local 5 // java.lang.String id
         3: .line 354
            aload 0 /* this */
            getfield android.telecom.RemoteConnectionService$1.this$0:Landroid/telecom/RemoteConnectionService;
            getfield android.telecom.RemoteConnectionService.mConnectionById:Ljava/util/Map;
            aload 5 /* id */
            invokeinterface java.util.Map.containsKey:(Ljava/lang/Object;)Z
            ifeq 5
         4: .line 355
            aload 4 /* conferenceable */
            aload 0 /* this */
            getfield android.telecom.RemoteConnectionService$1.this$0:Landroid/telecom/RemoteConnectionService;
            getfield android.telecom.RemoteConnectionService.mConnectionById:Ljava/util/Map;
            aload 5 /* id */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast android.telecom.RemoteConnection
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 5 // java.lang.String id
         5: .line 353
      StackMap locals:
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         6: .line 359
            aload 0 /* this */
            getfield android.telecom.RemoteConnectionService$1.this$0:Landroid/telecom/RemoteConnectionService;
            aload 1 /* callId */
            invokevirtual android.telecom.RemoteConnectionService.hasConnection:(Ljava/lang/String;)Z
            ifeq 10
         7: .line 360
            aload 0 /* this */
            getfield android.telecom.RemoteConnectionService$1.this$0:Landroid/telecom/RemoteConnectionService;
            aload 1 /* callId */
            ldc "setConferenceableConnections"
            invokevirtual android.telecom.RemoteConnectionService.findConnectionForAction:(Ljava/lang/String;Ljava/lang/String;)Landroid/telecom/RemoteConnection;
         8: .line 361
            aload 4 /* conferenceable */
            invokevirtual android.telecom.RemoteConnection.setConferenceableConnections:(Ljava/util/List;)V
         9: .line 362
            goto 12
        10: .line 363
      StackMap locals: android.telecom.RemoteConnectionService$1 java.lang.String java.util.List android.telecom.Logging.Session$Info java.util.List
      StackMap stack:
            aload 0 /* this */
            getfield android.telecom.RemoteConnectionService$1.this$0:Landroid/telecom/RemoteConnectionService;
            aload 1 /* callId */
            ldc "setConferenceableConnections"
            invokevirtual android.telecom.RemoteConnectionService.findConferenceForAction:(Ljava/lang/String;Ljava/lang/String;)Landroid/telecom/RemoteConference;
        11: .line 364
            aload 4 /* conferenceable */
            invokevirtual android.telecom.RemoteConference.setConferenceableConnections:(Ljava/util/List;)V
        12: .line 366
      StackMap locals:
      StackMap stack:
            return
        end local 4 // java.util.List conferenceable
        end local 3 // android.telecom.Logging.Session$Info sessionInfo
        end local 2 // java.util.List conferenceableConnectionIds
        end local 1 // java.lang.String callId
        end local 0 // android.telecom.RemoteConnectionService$1 this
      LocalVariableTable:
        Start  End  Slot                         Name  Signature
            0   13     0                         this  Landroid/telecom/RemoteConnectionService$1;
            0   13     1                       callId  Ljava/lang/String;
            0   13     2  conferenceableConnectionIds  Ljava/util/List<Ljava/lang/String;>;
            0   13     3                  sessionInfo  Landroid/telecom/Logging/Session$Info;
            1   13     4               conferenceable  Ljava/util/List<Landroid/telecom/RemoteConnection;>;
            3    5     5                           id  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/util/List<Ljava/lang/String;>;Landroid/telecom/Logging/Session$Info;)V
    MethodParameters:
                             Name  Flags
      callId                       
      conferenceableConnectionIds  
      sessionInfo                  

  public void addExistingConnection(java.lang.String, android.telecom.ParcelableConnection, android.telecom.Logging.Session$Info);
    descriptor: (Ljava/lang/String;Landroid/telecom/ParcelableConnection;Landroid/telecom/Logging/Session$Info;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=7, args_size=4
        start local 0 // android.telecom.RemoteConnectionService$1 this
        start local 1 // java.lang.String callId
        start local 2 // android.telecom.ParcelableConnection connection
        start local 3 // android.telecom.Logging.Session$Info sessionInfo
         0: .line 371
            aload 0 /* this */
            getfield android.telecom.RemoteConnectionService$1.this$0:Landroid/telecom/RemoteConnectionService;
            getfield android.telecom.RemoteConnectionService.mOurConnectionServiceImpl:Landroid/telecom/ConnectionService;
            invokevirtual android.telecom.ConnectionService.getApplicationContext:()Landroid/content/Context;
         1: .line 372
            invokevirtual android.content.Context.getOpPackageName:()Ljava/lang/String;
         2: .line 371
            astore 4 /* callingPackage */
        start local 4 // java.lang.String callingPackage
         3: .line 373
            aload 0 /* this */
            getfield android.telecom.RemoteConnectionService$1.this$0:Landroid/telecom/RemoteConnectionService;
            getfield android.telecom.RemoteConnectionService.mOurConnectionServiceImpl:Landroid/telecom/ConnectionService;
            invokevirtual android.telecom.ConnectionService.getApplicationInfo:()Landroid/content/pm/ApplicationInfo;
         4: .line 374
            getfield android.content.pm.ApplicationInfo.targetSdkVersion:I
         5: .line 373
            istore 5 /* callingTargetSdkVersion */
        start local 5 // int callingTargetSdkVersion
         6: .line 375
            new android.telecom.RemoteConnection
            dup
            aload 1 /* callId */
         7: .line 376
            aload 0 /* this */
            getfield android.telecom.RemoteConnectionService$1.this$0:Landroid/telecom/RemoteConnectionService;
            getfield android.telecom.RemoteConnectionService.mOutgoingConnectionServiceRpc:Lcom/android/internal/telecom/IConnectionService;
            aload 2 /* connection */
            aload 4 /* callingPackage */
         8: .line 377
            iload 5 /* callingTargetSdkVersion */
         9: .line 375
            invokespecial android.telecom.RemoteConnection.<init>:(Ljava/lang/String;Lcom/android/internal/telecom/IConnectionService;Landroid/telecom/ParcelableConnection;Ljava/lang/String;I)V
            astore 6 /* remoteConnection */
        start local 6 // android.telecom.RemoteConnection remoteConnection
        10: .line 378
            aload 0 /* this */
            getfield android.telecom.RemoteConnectionService$1.this$0:Landroid/telecom/RemoteConnectionService;
            getfield android.telecom.RemoteConnectionService.mConnectionById:Ljava/util/Map;
            aload 1 /* callId */
            aload 6 /* remoteConnection */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        11: .line 379
            aload 6 /* remoteConnection */
            new android.telecom.RemoteConnectionService$1$2
            dup
            aload 0 /* this */
            aload 1 /* callId */
            invokespecial android.telecom.RemoteConnectionService$1$2.<init>:(Landroid/telecom/RemoteConnectionService$1;Ljava/lang/String;)V
            invokevirtual android.telecom.RemoteConnection.registerCallback:(Landroid/telecom/RemoteConnection$Callback;)V
        12: .line 386
            aload 0 /* this */
            getfield android.telecom.RemoteConnectionService$1.this$0:Landroid/telecom/RemoteConnectionService;
            getfield android.telecom.RemoteConnectionService.mOurConnectionServiceImpl:Landroid/telecom/ConnectionService;
            aload 6 /* remoteConnection */
            invokevirtual android.telecom.ConnectionService.addRemoteExistingConnection:(Landroid/telecom/RemoteConnection;)V
        13: .line 387
            return
        end local 6 // android.telecom.RemoteConnection remoteConnection
        end local 5 // int callingTargetSdkVersion
        end local 4 // java.lang.String callingPackage
        end local 3 // android.telecom.Logging.Session$Info sessionInfo
        end local 2 // android.telecom.ParcelableConnection connection
        end local 1 // java.lang.String callId
        end local 0 // android.telecom.RemoteConnectionService$1 this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0   14     0                     this  Landroid/telecom/RemoteConnectionService$1;
            0   14     1                   callId  Ljava/lang/String;
            0   14     2               connection  Landroid/telecom/ParcelableConnection;
            0   14     3              sessionInfo  Landroid/telecom/Logging/Session$Info;
            3   14     4           callingPackage  Ljava/lang/String;
            6   14     5  callingTargetSdkVersion  I
           10   14     6         remoteConnection  Landroid/telecom/RemoteConnection;
    MethodParameters:
             Name  Flags
      callId       
      connection   
      sessionInfo  

  public void putExtras(java.lang.String, android.os.Bundle, android.telecom.Logging.Session$Info);
    descriptor: (Ljava/lang/String;Landroid/os/Bundle;Landroid/telecom/Logging/Session$Info;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // android.telecom.RemoteConnectionService$1 this
        start local 1 // java.lang.String callId
        start local 2 // android.os.Bundle extras
        start local 3 // android.telecom.Logging.Session$Info sessionInfo
         0: .line 391
            aload 0 /* this */
            getfield android.telecom.RemoteConnectionService$1.this$0:Landroid/telecom/RemoteConnectionService;
            aload 1 /* callId */
            invokevirtual android.telecom.RemoteConnectionService.hasConnection:(Ljava/lang/String;)Z
            ifeq 3
         1: .line 392
            aload 0 /* this */
            getfield android.telecom.RemoteConnectionService$1.this$0:Landroid/telecom/RemoteConnectionService;
            aload 1 /* callId */
            ldc "putExtras"
            invokevirtual android.telecom.RemoteConnectionService.findConnectionForAction:(Ljava/lang/String;Ljava/lang/String;)Landroid/telecom/RemoteConnection;
            aload 2 /* extras */
            invokevirtual android.telecom.RemoteConnection.putExtras:(Landroid/os/Bundle;)V
         2: .line 393
            goto 4
         3: .line 394
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.telecom.RemoteConnectionService$1.this$0:Landroid/telecom/RemoteConnectionService;
            aload 1 /* callId */
            ldc "putExtras"
            invokevirtual android.telecom.RemoteConnectionService.findConferenceForAction:(Ljava/lang/String;Ljava/lang/String;)Landroid/telecom/RemoteConference;
            aload 2 /* extras */
            invokevirtual android.telecom.RemoteConference.putExtras:(Landroid/os/Bundle;)V
         4: .line 396
      StackMap locals:
      StackMap stack:
            return
        end local 3 // android.telecom.Logging.Session$Info sessionInfo
        end local 2 // android.os.Bundle extras
        end local 1 // java.lang.String callId
        end local 0 // android.telecom.RemoteConnectionService$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Landroid/telecom/RemoteConnectionService$1;
            0    5     1       callId  Ljava/lang/String;
            0    5     2       extras  Landroid/os/Bundle;
            0    5     3  sessionInfo  Landroid/telecom/Logging/Session$Info;
    MethodParameters:
             Name  Flags
      callId       
      extras       
      sessionInfo  

  public void removeExtras(java.lang.String, java.util.List<java.lang.String>, android.telecom.Logging.Session$Info);
    descriptor: (Ljava/lang/String;Ljava/util/List;Landroid/telecom/Logging/Session$Info;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // android.telecom.RemoteConnectionService$1 this
        start local 1 // java.lang.String callId
        start local 2 // java.util.List keys
        start local 3 // android.telecom.Logging.Session$Info sessionInfo
         0: .line 400
            aload 0 /* this */
            getfield android.telecom.RemoteConnectionService$1.this$0:Landroid/telecom/RemoteConnectionService;
            aload 1 /* callId */
            invokevirtual android.telecom.RemoteConnectionService.hasConnection:(Ljava/lang/String;)Z
            ifeq 3
         1: .line 401
            aload 0 /* this */
            getfield android.telecom.RemoteConnectionService$1.this$0:Landroid/telecom/RemoteConnectionService;
            aload 1 /* callId */
            ldc "removeExtra"
            invokevirtual android.telecom.RemoteConnectionService.findConnectionForAction:(Ljava/lang/String;Ljava/lang/String;)Landroid/telecom/RemoteConnection;
            aload 2 /* keys */
            invokevirtual android.telecom.RemoteConnection.removeExtras:(Ljava/util/List;)V
         2: .line 402
            goto 4
         3: .line 403
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.telecom.RemoteConnectionService$1.this$0:Landroid/telecom/RemoteConnectionService;
            aload 1 /* callId */
            ldc "removeExtra"
            invokevirtual android.telecom.RemoteConnectionService.findConferenceForAction:(Ljava/lang/String;Ljava/lang/String;)Landroid/telecom/RemoteConference;
            aload 2 /* keys */
            invokevirtual android.telecom.RemoteConference.removeExtras:(Ljava/util/List;)V
         4: .line 405
      StackMap locals:
      StackMap stack:
            return
        end local 3 // android.telecom.Logging.Session$Info sessionInfo
        end local 2 // java.util.List keys
        end local 1 // java.lang.String callId
        end local 0 // android.telecom.RemoteConnectionService$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Landroid/telecom/RemoteConnectionService$1;
            0    5     1       callId  Ljava/lang/String;
            0    5     2         keys  Ljava/util/List<Ljava/lang/String;>;
            0    5     3  sessionInfo  Landroid/telecom/Logging/Session$Info;
    Signature: (Ljava/lang/String;Ljava/util/List<Ljava/lang/String;>;Landroid/telecom/Logging/Session$Info;)V
    MethodParameters:
             Name  Flags
      callId       
      keys         
      sessionInfo  

  public void setAudioRoute(java.lang.String, int, java.lang.String, android.telecom.Logging.Session$Info);
    descriptor: (Ljava/lang/String;ILjava/lang/String;Landroid/telecom/Logging/Session$Info;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // android.telecom.RemoteConnectionService$1 this
        start local 1 // java.lang.String callId
        start local 2 // int audioRoute
        start local 3 // java.lang.String bluetoothAddress
        start local 4 // android.telecom.Logging.Session$Info sessionInfo
         0: .line 410
            aload 0 /* this */
            getfield android.telecom.RemoteConnectionService$1.this$0:Landroid/telecom/RemoteConnectionService;
            aload 1 /* callId */
            invokevirtual android.telecom.RemoteConnectionService.hasConnection:(Ljava/lang/String;)Z
            pop
         1: .line 415
            return
        end local 4 // android.telecom.Logging.Session$Info sessionInfo
        end local 3 // java.lang.String bluetoothAddress
        end local 2 // int audioRoute
        end local 1 // java.lang.String callId
        end local 0 // android.telecom.RemoteConnectionService$1 this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Landroid/telecom/RemoteConnectionService$1;
            0    2     1            callId  Ljava/lang/String;
            0    2     2        audioRoute  I
            0    2     3  bluetoothAddress  Ljava/lang/String;
            0    2     4       sessionInfo  Landroid/telecom/Logging/Session$Info;
    MethodParameters:
                  Name  Flags
      callId            
      audioRoute        
      bluetoothAddress  
      sessionInfo       

  public void onConnectionEvent(java.lang.String, java.lang.String, android.os.Bundle, android.telecom.Logging.Session$Info);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Landroid/os/Bundle;Landroid/telecom/Logging/Session$Info;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // android.telecom.RemoteConnectionService$1 this
        start local 1 // java.lang.String callId
        start local 2 // java.lang.String event
        start local 3 // android.os.Bundle extras
        start local 4 // android.telecom.Logging.Session$Info sessionInfo
         0: .line 420
            aload 0 /* this */
            getfield android.telecom.RemoteConnectionService$1.this$0:Landroid/telecom/RemoteConnectionService;
            getfield android.telecom.RemoteConnectionService.mConnectionById:Ljava/util/Map;
            aload 1 /* callId */
            invokeinterface java.util.Map.containsKey:(Ljava/lang/Object;)Z
            ifeq 4
         1: .line 421
            aload 0 /* this */
            getfield android.telecom.RemoteConnectionService$1.this$0:Landroid/telecom/RemoteConnectionService;
            aload 1 /* callId */
            ldc "onConnectionEvent"
            invokevirtual android.telecom.RemoteConnectionService.findConnectionForAction:(Ljava/lang/String;Ljava/lang/String;)Landroid/telecom/RemoteConnection;
            aload 2 /* event */
         2: .line 422
            aload 3 /* extras */
         3: .line 421
            invokevirtual android.telecom.RemoteConnection.onConnectionEvent:(Ljava/lang/String;Landroid/os/Bundle;)V
         4: .line 424
      StackMap locals:
      StackMap stack:
            return
        end local 4 // android.telecom.Logging.Session$Info sessionInfo
        end local 3 // android.os.Bundle extras
        end local 2 // java.lang.String event
        end local 1 // java.lang.String callId
        end local 0 // android.telecom.RemoteConnectionService$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Landroid/telecom/RemoteConnectionService$1;
            0    5     1       callId  Ljava/lang/String;
            0    5     2        event  Ljava/lang/String;
            0    5     3       extras  Landroid/os/Bundle;
            0    5     4  sessionInfo  Landroid/telecom/Logging/Session$Info;
    MethodParameters:
             Name  Flags
      callId       
      event        
      extras       
      sessionInfo  

  public void onRttInitiationSuccess(java.lang.String, android.telecom.Logging.Session$Info);
    descriptor: (Ljava/lang/String;Landroid/telecom/Logging/Session$Info;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.telecom.RemoteConnectionService$1 this
        start local 1 // java.lang.String callId
        start local 2 // android.telecom.Logging.Session$Info sessionInfo
         0: .line 429
            aload 0 /* this */
            getfield android.telecom.RemoteConnectionService$1.this$0:Landroid/telecom/RemoteConnectionService;
            aload 1 /* callId */
            invokevirtual android.telecom.RemoteConnectionService.hasConnection:(Ljava/lang/String;)Z
            ifeq 4
         1: .line 430
            aload 0 /* this */
            getfield android.telecom.RemoteConnectionService$1.this$0:Landroid/telecom/RemoteConnectionService;
            aload 1 /* callId */
            ldc "onRttInitiationSuccess"
            invokevirtual android.telecom.RemoteConnectionService.findConnectionForAction:(Ljava/lang/String;Ljava/lang/String;)Landroid/telecom/RemoteConnection;
         2: .line 431
            invokevirtual android.telecom.RemoteConnection.onRttInitiationSuccess:()V
         3: .line 432
            goto 5
         4: .line 433
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "onRttInitiationSuccess called on a remote conference"
            iconst_0
            anewarray java.lang.Object
            invokestatic android.telecom.Log.w:(Ljava/lang/Object;Ljava/lang/String;[Ljava/lang/Object;)V
         5: .line 435
      StackMap locals:
      StackMap stack:
            return
        end local 2 // android.telecom.Logging.Session$Info sessionInfo
        end local 1 // java.lang.String callId
        end local 0 // android.telecom.RemoteConnectionService$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    6     0         this  Landroid/telecom/RemoteConnectionService$1;
            0    6     1       callId  Ljava/lang/String;
            0    6     2  sessionInfo  Landroid/telecom/Logging/Session$Info;
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
             Name  Flags
      callId       
      sessionInfo  

  public void onRttInitiationFailure(java.lang.String, int, android.telecom.Logging.Session$Info);
    descriptor: (Ljava/lang/String;ILandroid/telecom/Logging/Session$Info;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // android.telecom.RemoteConnectionService$1 this
        start local 1 // java.lang.String callId
        start local 2 // int reason
        start local 3 // android.telecom.Logging.Session$Info sessionInfo
         0: .line 440
            aload 0 /* this */
            getfield android.telecom.RemoteConnectionService$1.this$0:Landroid/telecom/RemoteConnectionService;
            aload 1 /* callId */
            invokevirtual android.telecom.RemoteConnectionService.hasConnection:(Ljava/lang/String;)Z
            ifeq 4
         1: .line 441
            aload 0 /* this */
            getfield android.telecom.RemoteConnectionService$1.this$0:Landroid/telecom/RemoteConnectionService;
            aload 1 /* callId */
            ldc "onRttInitiationFailure"
            invokevirtual android.telecom.RemoteConnectionService.findConnectionForAction:(Ljava/lang/String;Ljava/lang/String;)Landroid/telecom/RemoteConnection;
         2: .line 442
            iload 2 /* reason */
            invokevirtual android.telecom.RemoteConnection.onRttInitiationFailure:(I)V
         3: .line 443
            goto 5
         4: .line 444
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "onRttInitiationFailure called on a remote conference"
            iconst_0
            anewarray java.lang.Object
            invokestatic android.telecom.Log.w:(Ljava/lang/Object;Ljava/lang/String;[Ljava/lang/Object;)V
         5: .line 446
      StackMap locals:
      StackMap stack:
            return
        end local 3 // android.telecom.Logging.Session$Info sessionInfo
        end local 2 // int reason
        end local 1 // java.lang.String callId
        end local 0 // android.telecom.RemoteConnectionService$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    6     0         this  Landroid/telecom/RemoteConnectionService$1;
            0    6     1       callId  Ljava/lang/String;
            0    6     2       reason  I
            0    6     3  sessionInfo  Landroid/telecom/Logging/Session$Info;
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
             Name  Flags
      callId       
      reason       
      sessionInfo  

  public void onRttSessionRemotelyTerminated(java.lang.String, android.telecom.Logging.Session$Info);
    descriptor: (Ljava/lang/String;Landroid/telecom/Logging/Session$Info;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.telecom.RemoteConnectionService$1 this
        start local 1 // java.lang.String callId
        start local 2 // android.telecom.Logging.Session$Info sessionInfo
         0: .line 451
            aload 0 /* this */
            getfield android.telecom.RemoteConnectionService$1.this$0:Landroid/telecom/RemoteConnectionService;
            aload 1 /* callId */
            invokevirtual android.telecom.RemoteConnectionService.hasConnection:(Ljava/lang/String;)Z
            ifeq 4
         1: .line 452
            aload 0 /* this */
            getfield android.telecom.RemoteConnectionService$1.this$0:Landroid/telecom/RemoteConnectionService;
            aload 1 /* callId */
            ldc "onRttSessionRemotelyTerminated"
            invokevirtual android.telecom.RemoteConnectionService.findConnectionForAction:(Ljava/lang/String;Ljava/lang/String;)Landroid/telecom/RemoteConnection;
         2: .line 453
            invokevirtual android.telecom.RemoteConnection.onRttSessionRemotelyTerminated:()V
         3: .line 454
            goto 5
         4: .line 455
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "onRttSessionRemotelyTerminated called on a remote conference"
            iconst_0
            anewarray java.lang.Object
            invokestatic android.telecom.Log.w:(Ljava/lang/Object;Ljava/lang/String;[Ljava/lang/Object;)V
         5: .line 457
      StackMap locals:
      StackMap stack:
            return
        end local 2 // android.telecom.Logging.Session$Info sessionInfo
        end local 1 // java.lang.String callId
        end local 0 // android.telecom.RemoteConnectionService$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    6     0         this  Landroid/telecom/RemoteConnectionService$1;
            0    6     1       callId  Ljava/lang/String;
            0    6     2  sessionInfo  Landroid/telecom/Logging/Session$Info;
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
             Name  Flags
      callId       
      sessionInfo  

  public void onRemoteRttRequest(java.lang.String, android.telecom.Logging.Session$Info);
    descriptor: (Ljava/lang/String;Landroid/telecom/Logging/Session$Info;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.telecom.RemoteConnectionService$1 this
        start local 1 // java.lang.String callId
        start local 2 // android.telecom.Logging.Session$Info sessionInfo
         0: .line 462
            aload 0 /* this */
            getfield android.telecom.RemoteConnectionService$1.this$0:Landroid/telecom/RemoteConnectionService;
            aload 1 /* callId */
            invokevirtual android.telecom.RemoteConnectionService.hasConnection:(Ljava/lang/String;)Z
            ifeq 4
         1: .line 463
            aload 0 /* this */
            getfield android.telecom.RemoteConnectionService$1.this$0:Landroid/telecom/RemoteConnectionService;
            aload 1 /* callId */
            ldc "onRemoteRttRequest"
            invokevirtual android.telecom.RemoteConnectionService.findConnectionForAction:(Ljava/lang/String;Ljava/lang/String;)Landroid/telecom/RemoteConnection;
         2: .line 464
            invokevirtual android.telecom.RemoteConnection.onRemoteRttRequest:()V
         3: .line 465
            goto 5
         4: .line 466
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "onRemoteRttRequest called on a remote conference"
            iconst_0
            anewarray java.lang.Object
            invokestatic android.telecom.Log.w:(Ljava/lang/Object;Ljava/lang/String;[Ljava/lang/Object;)V
         5: .line 468
      StackMap locals:
      StackMap stack:
            return
        end local 2 // android.telecom.Logging.Session$Info sessionInfo
        end local 1 // java.lang.String callId
        end local 0 // android.telecom.RemoteConnectionService$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    6     0         this  Landroid/telecom/RemoteConnectionService$1;
            0    6     1       callId  Ljava/lang/String;
            0    6     2  sessionInfo  Landroid/telecom/Logging/Session$Info;
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
             Name  Flags
      callId       
      sessionInfo  

  static android.telecom.RemoteConnectionService access$0(android.telecom.RemoteConnectionService$1);
    descriptor: (Landroid/telecom/RemoteConnectionService$1;)Landroid/telecom/RemoteConnectionService;
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 53
            aload 0
            getfield android.telecom.RemoteConnectionService$1.this$0:Landroid/telecom/RemoteConnectionService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "RemoteConnectionService.java"
EnclosingMethod: android.telecom.RemoteConnectionService
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
  public abstract Callback = android.telecom.RemoteConnection$Callback of android.telecom.RemoteConnection
  public VideoProvider = android.telecom.RemoteConnection$VideoProvider of android.telecom.RemoteConnection
  android.telecom.RemoteConnectionService$1
  android.telecom.RemoteConnectionService$1$1
  android.telecom.RemoteConnectionService$1$2