Home
last modified time | relevance | path

Searched refs:mSoftApBackupRestore (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DSoftApBackupRestoreTest.java63 private SoftApBackupRestore mSoftApBackupRestore; field in SoftApBackupRestoreTest
121 mSoftApBackupRestore = new SoftApBackupRestore(mContext, mSettingsMigrationDataHolder); in setUp()
159 byte[] data = mSoftApBackupRestore.retrieveBackupDataFromSoftApConfiguration(config); in testSoftApConfigBackupAndRestoreWithWpa2Config()
161 mSoftApBackupRestore.retrieveSoftApConfigurationFromBackupData(data); in testSoftApConfigBackupAndRestoreWithWpa2Config()
177 byte[] data = mSoftApBackupRestore.retrieveBackupDataFromSoftApConfiguration(config); in testSoftApConfigBackupAndRestoreWithOpenSecurityConfig()
179 mSoftApBackupRestore.retrieveSoftApConfigurationFromBackupData(data); in testSoftApConfigBackupAndRestoreWithOpenSecurityConfig()
198 byte[] data = mSoftApBackupRestore.retrieveBackupDataFromSoftApConfiguration(config); in testSoftApConfigBackupAndRestoreWith6GOWEConfig()
200 mSoftApBackupRestore.retrieveSoftApConfigurationFromBackupData(data); in testSoftApConfigBackupAndRestoreWith6GOWEConfig()
219 mSoftApBackupRestore.retrieveSoftApConfigurationFromBackupData(data); in testSoftApConfigBackupAndRestoreWithOldConfig()
239 byte[] data = mSoftApBackupRestore.retrieveBackupDataFromSoftApConfiguration(config); in testSoftApConfigBackupAndRestoreWithWpa3SaeConfig()
[all …]
DWifiServiceImplTest.java412 @Mock SoftApBackupRestore mSoftApBackupRestore; field in WifiServiceImplTest
595 when(mWifiInjector.getSoftApBackupRestore()).thenReturn(mSoftApBackupRestore); in setUp()
5183 verify(mSoftApBackupRestore, never()) in testRestoreSoftApBackupDataNotApprovedCaller()
5200 when(mSoftApBackupRestore.retrieveSoftApConfigurationFromBackupData(testData)) in testRestoreSoftApBackupData()
5219 verify(mSoftApBackupRestore, never()) in testRetrieveSoftApBackupDataNotApprovedCaller()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiInjector.java190 private final SoftApBackupRestore mSoftApBackupRestore; field in WifiInjector
325 mSoftApBackupRestore = new SoftApBackupRestore(mContext, mSettingsMigrationDataHolder); in WifiInjector()
774 return mSoftApBackupRestore; in getSoftApBackupRestore()
DWifiServiceImpl.java295 private final SoftApBackupRestore mSoftApBackupRestore; field in WifiServiceImpl
537 mSoftApBackupRestore = mWifiInjector.getSoftApBackupRestore(); in WifiServiceImpl()
6053 mSoftApBackupRestore.retrieveBackupDataFromSoftApConfiguration(config);
6069 mSoftApBackupRestore.retrieveSoftApConfigurationFromBackupData(data);