Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/backuprestore/tests/src/com/android/health/connect/backuprestore/
DHealthConnectBackupAgentTest.java109 HealthConnectBackupAgent spyForVerification = spy(mHealthConnectBackupAgent); in testOnRestoreFinished_afterStagingSuccess_deletesLocalData() local
123 verify(spyForVerification, times(1)).deleteBackupFiles(); in testOnRestoreFinished_afterStagingSuccess_deletesLocalData()
128 HealthConnectBackupAgent spyForVerification = spy(mHealthConnectBackupAgent); in testOnRestoreFinished_afterStagingFailure_deletesLocalData() local
142 verify(spyForVerification, times(1)).deleteBackupFiles(); in testOnRestoreFinished_afterStagingFailure_deletesLocalData()