Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/migration/
DMigrationStateChangeJob.java29 …tic com.android.server.healthconnect.migration.MigrationConstants.MIGRATION_STATE_CHANGE_NAMESPACE;
72 .forNamespace(MIGRATION_STATE_CHANGE_NAMESPACE), in scheduleMigrationCompletionJob()
93 .forNamespace(MIGRATION_STATE_CHANGE_NAMESPACE), in scheduleMigrationPauseJob()
191 .forNamespace(MIGRATION_STATE_CHANGE_NAMESPACE); in existsAStateChangeJob()
204 .forNamespace(MIGRATION_STATE_CHANGE_NAMESPACE); in cancelAllJobs()
DMigrationConstants.java46 static final String MIGRATION_STATE_CHANGE_NAMESPACE = MigrationStateChangeJob.class.toString(); field in MigrationConstants
/packages/modules/HealthFitness/tests/unittests/src/com/android/server/healthconnect/migration/
DMigrationBroadcastSchedulingTest.java25 …tic com.android.server.healthconnect.migration.MigrationConstants.MIGRATION_STATE_CHANGE_NAMESPACE;
118 when(mJobScheduler.forNamespace(MIGRATION_STATE_CHANGE_NAMESPACE)) in testPrescheduleNewJobs_updateMigrationState_newJobsScheduled()
DMigrationStateChangeJobTest.java32 …tic com.android.server.healthconnect.migration.MigrationConstants.MIGRATION_STATE_CHANGE_NAMESPACE;
127 when(mJobScheduler.forNamespace(MIGRATION_STATE_CHANGE_NAMESPACE)) in setUp()