public interface android.net.INetworkScoreService extends android.os.IInterface
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: android.net.INetworkScoreService
  super_class: java.lang.Object
{
  public abstract boolean updateScores(android.net.ScoredNetwork[]);
    descriptor: ([Landroid/net/ScoredNetwork;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
          Name  Flags
      networks  

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

  public abstract boolean setActiveScorer(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
             Name  Flags
      packageName  

  public abstract void disableScoring();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException

  public abstract void registerNetworkScoreCache(int, android.net.INetworkScoreCache, int);
    descriptor: (ILandroid/net/INetworkScoreCache;I)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
             Name  Flags
      networkType  
      scoreCache   
      filterType   

  public abstract void unregisterNetworkScoreCache(int, android.net.INetworkScoreCache);
    descriptor: (ILandroid/net/INetworkScoreCache;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
             Name  Flags
      networkType  
      scoreCache   

  public abstract boolean requestScores(android.net.NetworkKey[]);
    descriptor: ([Landroid/net/NetworkKey;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
          Name  Flags
      networks  

  public abstract boolean isCallerActiveScorer(int);
    descriptor: (I)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
            Name  Flags
      callingUid  

  public abstract java.lang.String getActiveScorerPackage();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException

  public abstract android.net.NetworkScorerAppData getActiveScorer();
    descriptor: ()Landroid/net/NetworkScorerAppData;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException

  public abstract java.util.List<android.net.NetworkScorerAppData> getAllValidScorers();
    descriptor: ()Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    Signature: ()Ljava/util/List<Landroid/net/NetworkScorerAppData;>;
}
SourceFile: "INetworkScoreService.java"
NestMembers:
  android.net.INetworkScoreService$Stub  android.net.INetworkScoreService$Stub$Proxy
InnerClasses:
  public abstract Stub = android.net.INetworkScoreService$Stub of android.net.INetworkScoreService