Searched refs:stateTime (Results 1 – 1 of 1) sorted by relevance
285 Instant stateTime = Instant.now().minusSeconds((long) 1e5); in testCurrentPackage_noBackup_useRecordedTime() local286 UserGrantTimeState stagedState = setupGrantTimeState(stateTime, null); in testCurrentPackage_noBackup_useRecordedTime()289 .hasValue(stateTime); in testCurrentPackage_noBackup_useRecordedTime()292 .hasValue(stateTime); in testCurrentPackage_noBackup_useRecordedTime()298 Instant stateTime = backupTime.plusSeconds(10); in testCurrentPackage_noBackup_grantTimeEqualToStaged() local299 UserGrantTimeState stagedState = setupGrantTimeState(stateTime, backupTime); in testCurrentPackage_noBackup_grantTimeEqualToStaged()308 Instant stateTime = Instant.now().minusSeconds((long) 1e5); in testCurrentPackage_backupDataLater_stagedDataSkipped() local309 UserGrantTimeState stagedState = setupGrantTimeState(stateTime, stateTime.plusSeconds(1)); in testCurrentPackage_backupDataLater_stagedDataSkipped()313 .hasValue(stateTime); in testCurrentPackage_backupDataLater_stagedDataSkipped()318 Instant stateTime = Instant.now().minusSeconds((long) 1e5); in testWriteStagedData_getStagedStateForCurrentPackage_returnsCorrectState() local[all …]