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

/frameworks/base/wifi/java/android/net/wifi/
H A DWifiEnterpriseConfig.java336 // Loader and saver interfaces for exchanging data with wpa_supplicant.
368 * process aborts on the first failed call on {@code saver}.
369 * @param saver proxy for setting configuration in wpa_supplciant
373 public boolean saveToSupplicant(SupplicantSaver saver) { argument
379 if (!saver.saveValue(key, mFields.get(key))) {
384 if (!saver.saveValue(EAP_KEY, Eap.strings[mEapMethod])) {
392 return saver.saveValue(PHASE2_KEY, value);
395 return saver.saveValue(PHASE2_KEY, null);
/frameworks/base/tests/Camera2Tests/CameraToo/tests/src/com/example/android/camera2/cameratoo/
H A DCameraTooTest.java170 CameraTooActivity.CapturedImageSaver saver =
172 saver.run();

Completed in 352 milliseconds