Searched refs:WifiNetworkHistory (Results 1 - 3 of 3) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DWifiConfigManagerTest.java190 WifiNetworkHistory wifiNetworkHistory =
191 (WifiNetworkHistory) networkHistoryField.get(mWifiConfigManager);
193 WifiNetworkHistory.class.getDeclaredField("mWriter");
514 assertEquals(WifiNetworkHistory.CONFIG_KEY, keys.get(0));
516 final int creatorUidIndex = keys.indexOf(WifiNetworkHistory.CREATOR_UID_KEY);
520 final int sharedIndex = keys.indexOf(WifiNetworkHistory.SHARED_KEY);
526 final int lastConfigIndex = keys.lastIndexOf(WifiNetworkHistory.CONFIG_KEY);
607 WifiNetworkHistory.class.getDeclaredField("NETWORK_HISTORY_CONFIG_FILE");
613 stream.writeUTF(WifiNetworkHistory.CONFIG_KEY + ": " + config.configKey() + '\n');
614 stream.writeUTF(WifiNetworkHistory
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiNetworkHistory.java55 public class WifiNetworkHistory { class
56 public static final String TAG = "WifiNetworkHistory";
120 public WifiNetworkHistory(Context c, LocalLog localLog, DelayedDiskWrite writer) { method in class:WifiNetworkHistory
H A DWifiConfigManager.java259 private final WifiNetworkHistory mWifiNetworkHistory;
394 mWifiNetworkHistory = new WifiNetworkHistory(context, mLocalLog, mWriter);
1685 logContents(WifiNetworkHistory.NETWORK_HISTORY_CONFIG_FILE);

Completed in 2047 milliseconds