Searched refs:mSoftApBackupRestore (Results 1 – 4 of 4) sorted by relevance
63 private SoftApBackupRestore mSoftApBackupRestore; field in SoftApBackupRestoreTest121 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 …]
412 @Mock SoftApBackupRestore mSoftApBackupRestore; field in WifiServiceImplTest595 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()
190 private final SoftApBackupRestore mSoftApBackupRestore; field in WifiInjector325 mSoftApBackupRestore = new SoftApBackupRestore(mContext, mSettingsMigrationDataHolder); in WifiInjector()774 return mSoftApBackupRestore; in getSoftApBackupRestore()
295 private final SoftApBackupRestore mSoftApBackupRestore; field in WifiServiceImpl537 mSoftApBackupRestore = mWifiInjector.getSoftApBackupRestore(); in WifiServiceImpl()6053 mSoftApBackupRestore.retrieveBackupDataFromSoftApConfiguration(config);6069 mSoftApBackupRestore.retrieveSoftApConfigurationFromBackupData(data);