public interface android.app.trust.ITrustListener extends android.os.IInterface
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: android.app.trust.ITrustListener
  super_class: java.lang.Object
{
  public abstract void onTrustChanged(boolean, int, int);
    descriptor: (ZII)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
         Name  Flags
      enabled  
      userId   
      flags    

  public abstract void onTrustManagedChanged(boolean, int);
    descriptor: (ZI)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
         Name  Flags
      managed  
      userId   

  public abstract void onTrustError(java.lang.CharSequence);
    descriptor: (Ljava/lang/CharSequence;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
         Name  Flags
      message  
}
SourceFile: "ITrustListener.java"
NestMembers:
  android.app.trust.ITrustListener$Stub  android.app.trust.ITrustListener$Stub$Proxy
InnerClasses:
  public abstract Stub = android.app.trust.ITrustListener$Stub of android.app.trust.ITrustListener