Searched refs:mSoftApBackupRestore (Results 1 – 4 of 4) sorted by relevance
61 private SoftApBackupRestore mSoftApBackupRestore; field in SoftApBackupRestoreTest158 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 …]
315 @Mock SoftApBackupRestore mSoftApBackupRestore; field in WifiServiceImplTest443 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()
169 private final SoftApBackupRestore mSoftApBackupRestore; field in WifiInjector277 mSoftApBackupRestore = new SoftApBackupRestore(mContext, mSettingsMigrationDataHolder); in WifiInjector()654 return mSoftApBackupRestore; in getSoftApBackupRestore()
209 private final SoftApBackupRestore mSoftApBackupRestore; field in WifiServiceImpl338 mSoftApBackupRestore = mWifiInjector.getSoftApBackupRestore(); in WifiServiceImpl()4239 mSoftApBackupRestore.retrieveBackupDataFromSoftApConfiguration(config);4255 mSoftApBackupRestore.retrieveSoftApConfigurationFromBackupData(data);