OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:wifinetworkhistory
(Results
1 - 3
of
3
) sorted by null
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiConfigManagerTest.java
190
WifiNetworkHistory
wifiNetworkHistory
=
191
(
WifiNetworkHistory
) networkHistoryField.get(mWifiConfigManager);
193
WifiNetworkHistory
.class.getDeclaredField("mWriter");
195
networkHistoryWriterField.set(
wifiNetworkHistory
, 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")
[
all
...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiNetworkHistory.java
55
public class
WifiNetworkHistory
{
56
public static final String TAG = "
WifiNetworkHistory
";
120
public
WifiNetworkHistory
(Context c, LocalLog localLog, DelayedDiskWrite writer) {
WifiConfigManager.java
264
private final
WifiNetworkHistory
mWifiNetworkHistory;
399
mWifiNetworkHistory = new
WifiNetworkHistory
(context, mLocalLog, mWriter);
[
all
...]
Completed in 148 milliseconds