Searched refs:mWifiBackupRestore (Results 1 – 4 of 4) sorted by relevance
188 private WifiBackupRestore mWifiBackupRestore; field in WifiBackupRestoreTest195 mWifiBackupRestore = new WifiBackupRestore(mWifiPermissionsUtil); in setUp()197 mWifiBackupRestore.enableVerboseLogging(1); in setUp()204 mWifiBackupRestore.dump( in cleanUp()229 byte[] backupData = mWifiBackupRestore.retrieveBackupDataFromConfigurations(null); in testNullNetworkListBackup()244 byte[] backupData = mWifiBackupRestore.retrieveBackupDataFromConfigurations(configurations); in testSingleOpenNetworkBackupRestore()246 mWifiBackupRestore.retrieveConfigurationsFromBackupData(backupData); in testSingleOpenNetworkBackupRestore()260 byte[] backupData = mWifiBackupRestore.retrieveBackupDataFromConfigurations(configurations); in testSingleOpenHiddenNetworkBackupRestore()262 mWifiBackupRestore.retrieveConfigurationsFromBackupData(backupData); in testSingleOpenHiddenNetworkBackupRestore()275 byte[] backupData = mWifiBackupRestore.retrieveBackupDataFromConfigurations(configurations); in testSinglePskNetworkBackupRestore()[all …]
235 @Mock WifiBackupRestore mWifiBackupRestore; field in WifiServiceImplTest378 when(mWifiInjector.getWifiBackupRestore()).thenReturn(mWifiBackupRestore); in setUp()2866 verify(mWifiBackupRestore, never()).retrieveConfigurationsFromBackupData(any(byte[].class)); in testRestoreBackupDataNotApprovedCaller()2879 verify(mWifiBackupRestore, never()).retrieveConfigurationsFromSupplicantBackupData( in testRestoreSupplicantBackupDataNotApprovedCaller()2893 verify(mWifiBackupRestore, never()).retrieveBackupDataFromConfigurations(any(List.class)); in testRetrieveBackupDataNotApprovedCaller()
119 private final WifiBackupRestore mWifiBackupRestore; field in WifiInjector189 mWifiBackupRestore = new WifiBackupRestore(mWifiPermissionsUtil); in WifiInjector()381 mWifiBackupRestore.enableVerboseLogging(verbose); in enableVerboseLogging()488 return mWifiBackupRestore; in getWifiBackupRestore()
189 private final WifiBackupRestore mWifiBackupRestore; field in WifiServiceImpl478 mWifiBackupRestore = mWifiInjector.getWifiBackupRestore(); in WifiServiceImpl()2827 mWifiBackupRestore.dump(fd, pw, args); in dump()3094 mWifiBackupRestore.retrieveBackupDataFromConfigurations(wifiConfigurations); in retrieveBackupData()3137 mWifiBackupRestore.retrieveConfigurationsFromBackupData(data); in restoreBackupData()3159 mWifiBackupRestore.retrieveConfigurationsFromSupplicantBackupData( in restoreSupplicantBackupData()