Searched refs:MIGRATION_PAUSE_JOB_NAME (Results 1 – 6 of 6) sorted by relevance
24 …port static com.android.server.healthconnect.migration.MigrationConstants.MIGRATION_PAUSE_JOB_NAME;91 case MIGRATION_PAUSE_JOB_NAME: in onStartJob()
31 …port static com.android.server.healthconnect.migration.MigrationConstants.MIGRATION_PAUSE_JOB_NAME;424 MIGRATION_PAUSE_JOB_NAME, in testSchedulePauseJob()433 mContext, MIGRATION_PAUSE_JOB_NAME)) in testExistsMigrationPauseJob()451 mContext, MIGRATION_PAUSE_JOB_NAME)) in testExistsMigrationCompleteJob()467 .thenReturn(MIGRATION_PAUSE_JOB_NAME); in configureExistsAMigrationPauseJob()
31 …port static com.android.server.healthconnect.migration.MigrationConstants.MIGRATION_PAUSE_JOB_NAME;797 eq(mContext), eq(MIGRATION_PAUSE_JOB_NAME))); in testReconcileStateChangeJob_fromInProgressState_shouldReschedule()812 eq(mContext), eq(MIGRATION_PAUSE_JOB_NAME))); in testReconcileStateChangeJob_fromInProgressState_shouldNotReschedule()
28 …port static com.android.server.healthconnect.migration.MigrationConstants.MIGRATION_PAUSE_JOB_NAME;86 extras.putString(EXTRA_JOB_NAME_KEY, MIGRATION_PAUSE_JOB_NAME); in scheduleMigrationPauseJob()
33 public static final String MIGRATION_PAUSE_JOB_NAME = "migration_pause_job"; field in MigrationConstants
34 …port static com.android.server.healthconnect.migration.MigrationConstants.MIGRATION_PAUSE_JOB_NAME;589 context, MIGRATION_PAUSE_JOB_NAME)) { in reconcileStateChangeJob()