Searched refs:restoreSupplicantBackupData (Results 1 - 5 of 5) sorted by path

/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsBackupAgent.java827 mWifiManager.restoreSupplicantBackupData(supplicant_bytes, ipconfig_bytes);
/frameworks/base/wifi/java/android/net/wifi/
H A DIWifiManager.aidl186 void restoreSupplicantBackupData(in byte[] supplicantData, in byte[] ipConfigData);
H A DWifiManager.java3599 public void restoreSupplicantBackupData(byte[] supplicantData, byte[] ipConfigData) { method in class:WifiManager
3601 mService.restoreSupplicantBackupData(supplicantData, ipConfigData);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiServiceImpl.java2662 public void restoreSupplicantBackupData(byte[] supplicantData, byte[] ipConfigData) { method in class:WifiServiceImpl
2664 mLog.trace("restoreSupplicantBackupData uid=%").c(Binder.getCallingUid()).flush();
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DWifiServiceImplTest.java1616 * Verify that a call to {@link WifiServiceImpl#restoreSupplicantBackupData(byte[], byte[])} is
1624 mWifiServiceImpl.restoreSupplicantBackupData(null, null);

Completed in 103 milliseconds