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

/frameworks/base/wifi/java/android/net/wifi/
H A DWifiConfiguration.java1718 String mCachedConfigKey; field in class:WifiConfiguration
1726 if (allowCached && mCachedConfigKey != null) {
1727 key = mCachedConfigKey;
1747 mCachedConfigKey = key;
1870 mCachedConfigKey = null; //force null configKey

Completed in 1537 milliseconds