HomeSort by relevance Sort by last modified time
    Searched defs:WifiNetworkScoreCache (Results 1 - 2 of 2) sorted by null

  /packages/apps/Settings/tests/robotests/src/android/net/wifi/
WifiNetworkScoreCache.java 19 * Empty class def for {@link android.net.wifi.WifiNetworkScoreCache}.
23 public class WifiNetworkScoreCache {
  /frameworks/base/wifi/java/android/net/wifi/
WifiNetworkScoreCache.java 44 public class WifiNetworkScoreCache extends INetworkScoreCache.Stub {
45 private static final String TAG = "WifiNetworkScoreCache";
66 public WifiNetworkScoreCache(Context context) {
71 * Instantiates a WifiNetworkScoreCache.
76 public WifiNetworkScoreCache(Context context, @Nullable CacheListener listener) {
247 String header = String.format("WifiNetworkScoreCache (%s/%d)",
275 /** Listener for updates to the cache inside WifiNetworkScoreCache. */

Completed in 48 milliseconds