Home
last modified time | relevance | path

Searched refs:scoreCache (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/
DNetworkScoreService.java165 INetworkScoreCache scoreCache = mScoreCaches.get(entry.getKey()); in updateScores() local
166 if (scoreCache != null) { in updateScores()
168 scoreCache.updateScores(entry.getValue()); in updateScores()
254 for (INetworkScoreCache scoreCache : cachesToClear) { in clearInternal()
256 scoreCache.clearScores(); in clearInternal()
266 public void registerNetworkScoreCache(int networkType, INetworkScoreCache scoreCache) { in registerNetworkScoreCache() argument
273 mScoreCaches.put(networkType, scoreCache); in registerNetworkScoreCache()
288 for (INetworkScoreCache scoreCache : getScoreCaches()) { in dump()
290 scoreCache.asBinder().dump(fd, args); in dump()
/frameworks/base/core/java/android/net/
DNetworkScoreManager.java262 public void registerNetworkScoreCache(int networkType, INetworkScoreCache scoreCache) { in registerNetworkScoreCache() argument
264 mService.registerNetworkScoreCache(networkType, scoreCache); in registerNetworkScoreCache()
DINetworkScoreService.aidl65 void registerNetworkScoreCache(int networkType, INetworkScoreCache scoreCache); in registerNetworkScoreCache() argument