public interface android.app.IUidObserver extends android.os.IInterface
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: android.app.IUidObserver
  super_class: java.lang.Object
{
  public abstract void onUidGone(int, boolean);
    descriptor: (IZ)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
          Name  Flags
      uid       
      disabled  

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

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

  public abstract void onUidStateChanged(int, int, long);
    descriptor: (IIJ)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
              Name  Flags
      uid           
      procState     
      procStateSeq  

  public abstract void onUidCachedChanged(int, boolean);
    descriptor: (IZ)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
        Name  Flags
      uid     
      cached  
}
SourceFile: "IUidObserver.java"
NestMembers:
  android.app.IUidObserver$Stub  android.app.IUidObserver$Stub$Proxy
InnerClasses:
  public abstract Stub = android.app.IUidObserver$Stub of android.app.IUidObserver