public interface android.net.INetworkPolicyListener extends android.os.IInterface
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: android.net.INetworkPolicyListener
  super_class: java.lang.Object
{
  public abstract void onUidRulesChanged(int, int);
    descriptor: (II)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
          Name  Flags
      uid       
      uidRules  

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

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

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

  public abstract void onSubscriptionOverride(int, int, int);
    descriptor: (III)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
               Name  Flags
      subId          
      overrideMask   
      overrideValue  
}
SourceFile: "INetworkPolicyListener.java"
NestMembers:
  android.net.INetworkPolicyListener$Stub  android.net.INetworkPolicyListener$Stub$Proxy
InnerClasses:
  public abstract Stub = android.net.INetworkPolicyListener$Stub of android.net.INetworkPolicyListener