public interface android.service.autofill.IFillCallback extends android.os.IInterface
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: android.service.autofill.IFillCallback
  super_class: java.lang.Object
{
  public abstract void onCancellable(android.os.ICancellationSignal);
    descriptor: (Landroid/os/ICancellationSignal;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
              Name  Flags
      cancellation  

  public abstract void onSuccess(android.service.autofill.FillResponse);
    descriptor: (Landroid/service/autofill/FillResponse;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
          Name  Flags
      response  

  public abstract void onFailure(int, java.lang.CharSequence);
    descriptor: (ILjava/lang/CharSequence;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
           Name  Flags
      requestId  
      message    
}
SourceFile: "IFillCallback.java"
NestMembers:
  android.service.autofill.IFillCallback$Stub  android.service.autofill.IFillCallback$Stub$Proxy
InnerClasses:
  public abstract Stub = android.service.autofill.IFillCallback$Stub of android.service.autofill.IFillCallback