Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/tests/unittests/src/com/android/server/healthconnect/permission/
DFirstGrantTimeUnitTest.java276 Instant backupTime = Instant.now().minusSeconds((long) 1e5); in testCurrentPackage_noGrantTimeBackupBecameAvailable_grantTimeEqualToStaged() local
277 UserGrantTimeState stagedState = setupGrantTimeState(null, backupTime); in testCurrentPackage_noGrantTimeBackupBecameAvailable_grantTimeEqualToStaged()
280 .hasValue(backupTime); in testCurrentPackage_noGrantTimeBackupBecameAvailable_grantTimeEqualToStaged()
297 Instant backupTime = Instant.now().minusSeconds((long) 1e5); in testCurrentPackage_noBackup_grantTimeEqualToStaged() local
298 Instant stateTime = backupTime.plusSeconds(10); in testCurrentPackage_noBackup_grantTimeEqualToStaged()
299 UserGrantTimeState stagedState = setupGrantTimeState(stateTime, backupTime); in testCurrentPackage_noBackup_grantTimeEqualToStaged()
303 .hasValue(backupTime); in testCurrentPackage_noBackup_grantTimeEqualToStaged()