Searched refs:INetworkScoreCache (Results 1 – 6 of 6) sorted by relevance
26 import android.net.INetworkScoreCache;61 private final Map<Integer, INetworkScoreCache> mScoreCaches;165 INetworkScoreCache scoreCache = mScoreCaches.get(entry.getKey()); in updateScores()252 Set<INetworkScoreCache> cachesToClear = getScoreCaches(); in clearInternal()254 for (INetworkScoreCache scoreCache : cachesToClear) { in clearInternal()266 public void registerNetworkScoreCache(int networkType, INetworkScoreCache scoreCache) { in registerNetworkScoreCache()288 for (INetworkScoreCache scoreCache : getScoreCaches()) { in dump()306 private Set<INetworkScoreCache> getScoreCaches() { in getScoreCaches()
19 import android.net.INetworkScoreCache;65 void registerNetworkScoreCache(int networkType, INetworkScoreCache scoreCache); in registerNetworkScoreCache()
37 interface INetworkScoreCache interface
262 public void registerNetworkScoreCache(int networkType, INetworkScoreCache scoreCache) { in registerNetworkScoreCache()
21 import android.net.INetworkScoreCache;34 public class WifiNetworkScoreCache extends INetworkScoreCache.Stub
191 core/java/android/net/INetworkScoreCache.aidl \