Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DSoftApBackupRestoreTest.java61 private SoftApBackupRestore mSoftApBackupRestore; field in SoftApBackupRestoreTest
158 mSoftApBackupRestore.retrieveSoftApConfigurationFromBackupData(data); in testSoftApConfigBackupAndRestoreWithWpa2Config()
176 mSoftApBackupRestore.retrieveSoftApConfigurationFromBackupData(data); in testSoftApConfigBackupAndRestoreWithOpenSecurityConfig()
195 mSoftApBackupRestore.retrieveSoftApConfigurationFromBackupData(data); in testSoftApConfigBackupAndRestoreWithOldConfig()
217 mSoftApBackupRestore.retrieveSoftApConfigurationFromBackupData(data); in testSoftApConfigBackupAndRestoreWithWpa3SaeConfig()
239 mSoftApBackupRestore.retrieveSoftApConfigurationFromBackupData(data); in testSoftApConfigBackupAndRestoreWithWpa3SaeTransitionConfig()
266 mSoftApBackupRestore.retrieveSoftApConfigurationFromBackupData(data); in testSoftApConfigBackupAndRestoreWithMaxShutdownClientList()
299 mSoftApBackupRestore.retrieveSoftApConfigurationFromBackupData(data); in testSoftApConfigBackupAndRestoreWithAllConfigInS()
328 mSoftApBackupRestore.retrieveSoftApConfigurationFromBackupData( in testSoftApConfigRestoreFromVersion5()
386 SoftApConfiguration restoredConfig = mSoftApBackupRestore in testSoftApConfigRestoreFromVersion6()
[all …]
H A DWifiServiceImplTest.java315 @Mock SoftApBackupRestore mSoftApBackupRestore; field in WifiServiceImplTest
443 when(mWifiInjector.getSoftApBackupRestore()).thenReturn(mSoftApBackupRestore); in setUp()
4386 verify(mSoftApBackupRestore, never()) in testRestoreSoftApBackupDataNotApprovedCaller()
4402 when(mSoftApBackupRestore.retrieveSoftApConfigurationFromBackupData(testData)) in testRestoreSoftApBackupData()
4421 verify(mSoftApBackupRestore, never()) in testRetrieveSoftApBackupDataNotApprovedCaller()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiInjector.java169 private final SoftApBackupRestore mSoftApBackupRestore; field in WifiInjector
277 mSoftApBackupRestore = new SoftApBackupRestore(mContext, mSettingsMigrationDataHolder); in WifiInjector()
654 return mSoftApBackupRestore; in getSoftApBackupRestore()
H A DWifiServiceImpl.java209 private final SoftApBackupRestore mSoftApBackupRestore; field in WifiServiceImpl
338 mSoftApBackupRestore = mWifiInjector.getSoftApBackupRestore(); in WifiServiceImpl()
4239 mSoftApBackupRestore.retrieveBackupDataFromSoftApConfiguration(config);
4255 mSoftApBackupRestore.retrieveSoftApConfigurationFromBackupData(data);