public abstract class android.telecom.RemoteConference$Callback
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: android.telecom.RemoteConference$Callback
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.telecom.RemoteConference$Callback this
         0: .line 47
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // android.telecom.RemoteConference$Callback this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/telecom/RemoteConference$Callback;

  public void onStateChanged(android.telecom.RemoteConference, int, int);
    descriptor: (Landroid/telecom/RemoteConference;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=4, args_size=4
        start local 0 // android.telecom.RemoteConference$Callback this
        start local 1 // android.telecom.RemoteConference conference
        start local 2 // int oldState
        start local 3 // int newState
         0: .line 56
            return
        end local 3 // int newState
        end local 2 // int oldState
        end local 1 // android.telecom.RemoteConference conference
        end local 0 // android.telecom.RemoteConference$Callback this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Landroid/telecom/RemoteConference$Callback;
            0    1     1  conference  Landroid/telecom/RemoteConference;
            0    1     2    oldState  I
            0    1     3    newState  I
    MethodParameters:
            Name  Flags
      conference  
      oldState    
      newState    

  public void onDisconnected(android.telecom.RemoteConference, android.telecom.DisconnectCause);
    descriptor: (Landroid/telecom/RemoteConference;Landroid/telecom/DisconnectCause;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // android.telecom.RemoteConference$Callback this
        start local 1 // android.telecom.RemoteConference conference
        start local 2 // android.telecom.DisconnectCause disconnectCause
         0: .line 65
            return
        end local 2 // android.telecom.DisconnectCause disconnectCause
        end local 1 // android.telecom.RemoteConference conference
        end local 0 // android.telecom.RemoteConference$Callback this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Landroid/telecom/RemoteConference$Callback;
            0    1     1       conference  Landroid/telecom/RemoteConference;
            0    1     2  disconnectCause  Landroid/telecom/DisconnectCause;
    MethodParameters:
                 Name  Flags
      conference       
      disconnectCause  

  public void onConnectionAdded(android.telecom.RemoteConference, android.telecom.RemoteConnection);
    descriptor: (Landroid/telecom/RemoteConference;Landroid/telecom/RemoteConnection;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // android.telecom.RemoteConference$Callback this
        start local 1 // android.telecom.RemoteConference conference
        start local 2 // android.telecom.RemoteConnection connection
         0: .line 73
            return
        end local 2 // android.telecom.RemoteConnection connection
        end local 1 // android.telecom.RemoteConference conference
        end local 0 // android.telecom.RemoteConference$Callback this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Landroid/telecom/RemoteConference$Callback;
            0    1     1  conference  Landroid/telecom/RemoteConference;
            0    1     2  connection  Landroid/telecom/RemoteConnection;
    MethodParameters:
            Name  Flags
      conference  
      connection  

  public void onConnectionRemoved(android.telecom.RemoteConference, android.telecom.RemoteConnection);
    descriptor: (Landroid/telecom/RemoteConference;Landroid/telecom/RemoteConnection;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // android.telecom.RemoteConference$Callback this
        start local 1 // android.telecom.RemoteConference conference
        start local 2 // android.telecom.RemoteConnection connection
         0: .line 81
            return
        end local 2 // android.telecom.RemoteConnection connection
        end local 1 // android.telecom.RemoteConference conference
        end local 0 // android.telecom.RemoteConference$Callback this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Landroid/telecom/RemoteConference$Callback;
            0    1     1  conference  Landroid/telecom/RemoteConference;
            0    1     2  connection  Landroid/telecom/RemoteConnection;
    MethodParameters:
            Name  Flags
      conference  
      connection  

  public void onConnectionCapabilitiesChanged(android.telecom.RemoteConference, int);
    descriptor: (Landroid/telecom/RemoteConference;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // android.telecom.RemoteConference$Callback this
        start local 1 // android.telecom.RemoteConference conference
        start local 2 // int connectionCapabilities
         0: .line 92
            return
        end local 2 // int connectionCapabilities
        end local 1 // android.telecom.RemoteConference conference
        end local 0 // android.telecom.RemoteConference$Callback this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    1     0                    this  Landroid/telecom/RemoteConference$Callback;
            0    1     1              conference  Landroid/telecom/RemoteConference;
            0    1     2  connectionCapabilities  I
    MethodParameters:
                        Name  Flags
      conference              
      connectionCapabilities  

  public void onConnectionPropertiesChanged(android.telecom.RemoteConference, int);
    descriptor: (Landroid/telecom/RemoteConference;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // android.telecom.RemoteConference$Callback this
        start local 1 // android.telecom.RemoteConference conference
        start local 2 // int connectionProperties
         0: .line 103
            return
        end local 2 // int connectionProperties
        end local 1 // android.telecom.RemoteConference conference
        end local 0 // android.telecom.RemoteConference$Callback this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    1     0                  this  Landroid/telecom/RemoteConference$Callback;
            0    1     1            conference  Landroid/telecom/RemoteConference;
            0    1     2  connectionProperties  I
    MethodParameters:
                      Name  Flags
      conference            
      connectionProperties  

  public void onConferenceableConnectionsChanged(android.telecom.RemoteConference, java.util.List<android.telecom.RemoteConnection>);
    descriptor: (Landroid/telecom/RemoteConference;Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // android.telecom.RemoteConference$Callback this
        start local 1 // android.telecom.RemoteConference conference
        start local 2 // java.util.List conferenceableConnections
         0: .line 115
            return
        end local 2 // java.util.List conferenceableConnections
        end local 1 // android.telecom.RemoteConference conference
        end local 0 // android.telecom.RemoteConference$Callback this
      LocalVariableTable:
        Start  End  Slot                       Name  Signature
            0    1     0                       this  Landroid/telecom/RemoteConference$Callback;
            0    1     1                 conference  Landroid/telecom/RemoteConference;
            0    1     2  conferenceableConnections  Ljava/util/List<Landroid/telecom/RemoteConnection;>;
    Signature: (Landroid/telecom/RemoteConference;Ljava/util/List<Landroid/telecom/RemoteConnection;>;)V
    MethodParameters:
                           Name  Flags
      conference                 
      conferenceableConnections  

  public void onDestroyed(android.telecom.RemoteConference);
    descriptor: (Landroid/telecom/RemoteConference;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // android.telecom.RemoteConference$Callback this
        start local 1 // android.telecom.RemoteConference conference
         0: .line 123
            return
        end local 1 // android.telecom.RemoteConference conference
        end local 0 // android.telecom.RemoteConference$Callback this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Landroid/telecom/RemoteConference$Callback;
            0    1     1  conference  Landroid/telecom/RemoteConference;
    MethodParameters:
            Name  Flags
      conference  

  public void onExtrasChanged(android.telecom.RemoteConference, android.os.Bundle);
    descriptor: (Landroid/telecom/RemoteConference;Landroid/os/Bundle;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // android.telecom.RemoteConference$Callback this
        start local 1 // android.telecom.RemoteConference conference
        start local 2 // android.os.Bundle extras
         0: .line 131
            return
        end local 2 // android.os.Bundle extras
        end local 1 // android.telecom.RemoteConference conference
        end local 0 // android.telecom.RemoteConference$Callback this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Landroid/telecom/RemoteConference$Callback;
            0    1     1  conference  Landroid/telecom/RemoteConference;
            0    1     2      extras  Landroid/os/Bundle;
    MethodParameters:
            Name  Flags
      conference  
      extras      
}
SourceFile: "RemoteConference.java"
NestHost: android.telecom.RemoteConference
InnerClasses:
  public abstract Callback = android.telecom.RemoteConference$Callback of android.telecom.RemoteConference