public interface android.nfc.INfcFCardEmulation extends android.os.IInterface
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: android.nfc.INfcFCardEmulation
  super_class: java.lang.Object
{
  public abstract java.lang.String getSystemCodeForService(int, android.content.ComponentName);
    descriptor: (ILandroid/content/ComponentName;)Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
            Name  Flags
      userHandle  
      service     

  public abstract boolean registerSystemCodeForService(int, android.content.ComponentName, java.lang.String);
    descriptor: (ILandroid/content/ComponentName;Ljava/lang/String;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
            Name  Flags
      userHandle  
      service     
      systemCode  

  public abstract boolean removeSystemCodeForService(int, android.content.ComponentName);
    descriptor: (ILandroid/content/ComponentName;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
            Name  Flags
      userHandle  
      service     

  public abstract java.lang.String getNfcid2ForService(int, android.content.ComponentName);
    descriptor: (ILandroid/content/ComponentName;)Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
            Name  Flags
      userHandle  
      service     

  public abstract boolean setNfcid2ForService(int, android.content.ComponentName, java.lang.String);
    descriptor: (ILandroid/content/ComponentName;Ljava/lang/String;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
            Name  Flags
      userHandle  
      service     
      nfcid2      

  public abstract boolean enableNfcFForegroundService(android.content.ComponentName);
    descriptor: (Landroid/content/ComponentName;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
         Name  Flags
      service  

  public abstract boolean disableNfcFForegroundService();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException

  public abstract java.util.List<android.nfc.cardemulation.NfcFServiceInfo> getNfcFServices(int);
    descriptor: (I)Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    Signature: (I)Ljava/util/List<Landroid/nfc/cardemulation/NfcFServiceInfo;>;
    MethodParameters:
            Name  Flags
      userHandle  

  public abstract int getMaxNumOfRegisterableSystemCodes();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
}
SourceFile: "INfcFCardEmulation.java"
NestMembers:
  android.nfc.INfcFCardEmulation$Stub  android.nfc.INfcFCardEmulation$Stub$Proxy
InnerClasses:
  public abstract Stub = android.nfc.INfcFCardEmulation$Stub of android.nfc.INfcFCardEmulation