public interface com.android.internal.telephony.ITelephonyRegistry extends android.os.IInterface
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.android.internal.telephony.ITelephonyRegistry
  super_class: java.lang.Object
{
  public abstract void addOnSubscriptionsChangedListener(java.lang.String, com.android.internal.telephony.IOnSubscriptionsChangedListener);
    descriptor: (Ljava/lang/String;Lcom/android/internal/telephony/IOnSubscriptionsChangedListener;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
          Name  Flags
      pkg       
      callback  

  public abstract void removeOnSubscriptionsChangedListener(java.lang.String, com.android.internal.telephony.IOnSubscriptionsChangedListener);
    descriptor: (Ljava/lang/String;Lcom/android/internal/telephony/IOnSubscriptionsChangedListener;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
          Name  Flags
      pkg       
      callback  

  public abstract void listen(java.lang.String, com.android.internal.telephony.IPhoneStateListener, int, boolean);
    descriptor: (Ljava/lang/String;Lcom/android/internal/telephony/IPhoneStateListener;IZ)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
           Name  Flags
      pkg        
      callback   
      events     
      notifyNow  

  public abstract void listenForSubscriber(int, java.lang.String, com.android.internal.telephony.IPhoneStateListener, int, boolean);
    descriptor: (ILjava/lang/String;Lcom/android/internal/telephony/IPhoneStateListener;IZ)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
           Name  Flags
      subId      
      pkg        
      callback   
      events     
      notifyNow  

  public abstract void notifyCallState(int, java.lang.String);
    descriptor: (ILjava/lang/String;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
                Name  Flags
      state           
      incomingNumber  

  public abstract void notifyCallStateForPhoneId(int, int, int, java.lang.String);
    descriptor: (IIILjava/lang/String;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
                Name  Flags
      phoneId         
      subId           
      state           
      incomingNumber  

  public abstract void notifyServiceStateForPhoneId(int, int, android.telephony.ServiceState);
    descriptor: (IILandroid/telephony/ServiceState;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
         Name  Flags
      phoneId  
      subId    
      state    

  public abstract void notifySignalStrengthForPhoneId(int, int, android.telephony.SignalStrength);
    descriptor: (IILandroid/telephony/SignalStrength;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
                Name  Flags
      phoneId         
      subId           
      signalStrength  

  public abstract void notifyMessageWaitingChangedForPhoneId(int, int, boolean);
    descriptor: (IIZ)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
         Name  Flags
      phoneId  
      subId    
      mwi      

  public abstract void notifyCallForwardingChanged(boolean);
    descriptor: (Z)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
      Name  Flags
      cfi   

  public abstract void notifyCallForwardingChangedForSubscriber(int, boolean);
    descriptor: (IZ)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
       Name  Flags
      subId  
      cfi    

  public abstract void notifyDataActivity(int);
    descriptor: (I)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
       Name  Flags
      state  

  public abstract void notifyDataActivityForSubscriber(int, int);
    descriptor: (II)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
       Name  Flags
      subId  
      state  

  public abstract void notifyDataConnection(int, boolean, java.lang.String, java.lang.String, java.lang.String, android.net.LinkProperties, android.net.NetworkCapabilities, int, boolean);
    descriptor: (IZLjava/lang/String;Ljava/lang/String;Ljava/lang/String;Landroid/net/LinkProperties;Landroid/net/NetworkCapabilities;IZ)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
                            Name  Flags
      state                       
      isDataConnectivityPossible  
      reason                      
      apn                         
      apnType                     
      linkProperties              
      networkCapabilities         
      networkType                 
      roaming                     

  public abstract void notifyDataConnectionForSubscriber(int, int, boolean, java.lang.String, java.lang.String, java.lang.String, android.net.LinkProperties, android.net.NetworkCapabilities, int, boolean);
    descriptor: (IIZLjava/lang/String;Ljava/lang/String;Ljava/lang/String;Landroid/net/LinkProperties;Landroid/net/NetworkCapabilities;IZ)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
                            Name  Flags
      subId                       
      state                       
      isDataConnectivityPossible  
      reason                      
      apn                         
      apnType                     
      linkProperties              
      networkCapabilities         
      networkType                 
      roaming                     

  public abstract void notifyDataConnectionFailed(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
         Name  Flags
      reason   
      apnType  

  public abstract void notifyDataConnectionFailedForSubscriber(int, java.lang.String, java.lang.String);
    descriptor: (ILjava/lang/String;Ljava/lang/String;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
         Name  Flags
      subId    
      reason   
      apnType  

  public abstract void notifyCellLocation(android.os.Bundle);
    descriptor: (Landroid/os/Bundle;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
              Name  Flags
      cellLocation  

  public abstract void notifyCellLocationForSubscriber(int, android.os.Bundle);
    descriptor: (ILandroid/os/Bundle;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
              Name  Flags
      subId         
      cellLocation  

  public abstract void notifyOtaspChanged(int);
    descriptor: (I)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
           Name  Flags
      otaspMode  

  public abstract void notifyCellInfo(java.util.List<android.telephony.CellInfo>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    Signature: (Ljava/util/List<Landroid/telephony/CellInfo;>;)V
    MethodParameters:
          Name  Flags
      cellInfo  

  public abstract void notifyPhysicalChannelConfiguration(java.util.List<android.telephony.PhysicalChannelConfig>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    Signature: (Ljava/util/List<Landroid/telephony/PhysicalChannelConfig;>;)V
    MethodParameters:
         Name  Flags
      configs  

  public abstract void notifyPhysicalChannelConfigurationForSubscriber(int, java.util.List<android.telephony.PhysicalChannelConfig>);
    descriptor: (ILjava/util/List;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    Signature: (ILjava/util/List<Landroid/telephony/PhysicalChannelConfig;>;)V
    MethodParameters:
         Name  Flags
      subId    
      configs  

  public abstract void notifyPreciseCallState(int, int, int);
    descriptor: (III)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
                     Name  Flags
      ringingCallState     
      foregroundCallState  
      backgroundCallState  

  public abstract void notifyDisconnectCause(int, int);
    descriptor: (II)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
                        Name  Flags
      disconnectCause         
      preciseDisconnectCause  

  public abstract void notifyPreciseDataConnectionFailed(java.lang.String, java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
           Name  Flags
      reason     
      apnType    
      apn        
      failCause  

  public abstract void notifyCellInfoForSubscriber(int, java.util.List<android.telephony.CellInfo>);
    descriptor: (ILjava/util/List;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    Signature: (ILjava/util/List<Landroid/telephony/CellInfo;>;)V
    MethodParameters:
          Name  Flags
      subId     
      cellInfo  

  public abstract void notifyVoLteServiceStateChanged(android.telephony.VoLteServiceState);
    descriptor: (Landroid/telephony/VoLteServiceState;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
          Name  Flags
      lteState  

  public abstract void notifySimActivationStateChangedForPhoneId(int, int, int, int);
    descriptor: (IIII)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
                 Name  Flags
      phoneId          
      subId            
      activationState  
      activationType   

  public abstract void notifyOemHookRawEventForSubscriber(int, byte[]);
    descriptor: (I[B)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
         Name  Flags
      subId    
      rawData  

  public abstract void notifySubscriptionInfoChanged();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException

  public abstract void notifyCarrierNetworkChange(boolean);
    descriptor: (Z)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
        Name  Flags
      active  

  public abstract void notifyUserMobileDataStateChangedForPhoneId(int, int, boolean);
    descriptor: (IIZ)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
         Name  Flags
      phoneId  
      subId    
      state    
}
SourceFile: "ITelephonyRegistry.java"
NestMembers:
  com.android.internal.telephony.ITelephonyRegistry$Stub  com.android.internal.telephony.ITelephonyRegistry$Stub$Proxy
InnerClasses:
  public abstract Stub = com.android.internal.telephony.ITelephonyRegistry$Stub of com.android.internal.telephony.ITelephonyRegistry