Searched refs:mWifiConfigStore (Results 1 – 2 of 2) sorted by relevance
265 private final WifiConfigStore mWifiConfigStore; field in WifiConfigManager400 mWifiConfigStore = in WifiConfigManager()658 return mWifiConfigStore.setNetworkPriority(config, priority); in setNetworkPriorityNative()662 return mWifiConfigStore.setNetworkSSID(config, ssid); in setSSIDNative()731 mWifiConfigStore.enableHS20(config.isPasspoint()); in selectNetwork()829 mWifiConfigStore.setNetworkBSSID(config, bssid); in saveWifiConfigBSSID()1179 if (!mWifiConfigStore.removeNetwork(config)) { in removeConfigWithoutBroadcast()1314 return mWifiConfigStore.selectNetwork( in selectNetworkWithoutBroadcast()1323 return mWifiConfigStore.disableNetwork(config); in disableNetworkNative()1330 mWifiConfigStore.disableAllNetworks(mConfiguredNetworks.valuesForCurrentUser()); in disableAllNetworksNative()[all …]
159 private WifiConfigStore mWifiConfigStore; field in WifiConfigStoreTest166 mWifiConfigStore = new WifiConfigStore(mWifiNative, mMockKeyStore.createMock(), null, in setUp()227 result = mWifiConfigStore.readNetworkVariablesFromReader(reader, key); in readNetworkVariableFromSupplicantFile()