Searched defs:saver (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/
H A DWifiEnterpriseConfig.java316 // Loader and saver interfaces for exchanging data with wpa_supplicant.
348 * process aborts on the first failed call on {@code saver}.
349 * @param saver proxy for setting configuration in wpa_supplciant
353 public boolean saveToSupplicant(SupplicantSaver saver) { argument
367 if (!saver.saveValue(key, mFields.get(key))) {
372 if (!saver.saveValue(EAP_KEY, Eap.strings[mEapMethod])) {
380 return saver.saveValue(PHASE2_KEY, value);
383 return saver.saveValue(PHASE2_KEY, null);

Completed in 109 milliseconds