Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/migration/
DMigrationConstants.java51 static final LocalDate PREMATURE_MIGRATION_TIMEOUT_DATE = LocalDate.of(2023, 6, 15); field in MigrationConstants
DMigrationStateManager.java38 …tic com.android.server.healthconnect.migration.MigrationConstants.PREMATURE_MIGRATION_TIMEOUT_DATE;
826 .isBefore(PREMATURE_MIGRATION_TIMEOUT_DATE); in hasMigrationTimedOutPrematurely()
/packages/modules/HealthFitness/tests/unittests/src/com/android/server/healthconnect/migration/
DMigrationStateManagerTest.java35 …tic com.android.server.healthconnect.migration.MigrationConstants.PREMATURE_MIGRATION_TIMEOUT_DATE;
874 PREMATURE_MIGRATION_TIMEOUT_DATE in testSwitchToSetupForUser_migrationHasTimedOutPrematurely()
895 PREMATURE_MIGRATION_TIMEOUT_DATE in testSwitchToSetupForUser_migrationHasTimedOutNotPrematurely()
909 PREMATURE_MIGRATION_TIMEOUT_DATE in testSwitchToSetupForUser_migrationHasTimedOutPrematurely_stateAlreadyReset()