Searched refs:updateMigrationState (Results 1 – 5 of 5) sorted by relevance
/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/migration/ |
D | MigrationStateManager.java | 167 updateMigrationState(context, MIGRATION_STATE_ALLOWED); in setMinDataMigrationSdkExtensionVersion() 174 updateMigrationState(context, MIGRATION_STATE_MODULE_UPGRADE_REQUIRED); in setMinDataMigrationSdkExtensionVersion() 206 public void updateMigrationState( in updateMigrationState() method in MigrationStateManager 218 void updateMigrationState( in updateMigrationState() method in MigrationStateManager 264 updateMigrationState(context, MIGRATION_STATE_COMPLETE); in updateMigrationStateGuarded() 392 updateMigrationState(context, MIGRATION_STATE_ALLOWED); in onPackageInstalledOrChangedGuarded() 400 updateMigrationState(context, MIGRATION_STATE_APP_UPGRADE_REQUIRED); in onPackageInstalledOrChangedGuarded() 428 updateMigrationState(context, MIGRATION_STATE_COMPLETE); in onPackageRemovedGuarded() 549 updateMigrationState(context, MIGRATION_STATE_ALLOWED); in reconcilePackageChangesWithStates() 555 updateMigrationState(context, MIGRATION_STATE_ALLOWED); in reconcilePackageChangesWithStates() [all …]
|
D | MigrationStateChangeJob.java | 150 .updateMigrationState(context, MIGRATION_STATE_COMPLETE, true); in executeMigrationCompletionJob() 183 .updateMigrationState( in executeMigrationPauseJob()
|
/packages/modules/HealthFitness/tests/unittests/src/com/android/server/healthconnect/migration/ |
D | MigrationStateManagerTest.java | 610 mMigrationStateManager.updateMigrationState(mContext, MIGRATION_STATE_IN_PROGRESS); in testStartMigration_startMigrationCountIsUpdated() 621 mMigrationStateManager.updateMigrationState(mContext, MIGRATION_STATE_ALLOWED); in testPauseMigration_maxStartMigrationCountReached_shouldCompleteMigration() 632 mMigrationStateManager.updateMigrationState(mContext, MIGRATION_STATE_ALLOWED); in testPauseMigration_maxStartMigrationCountNotReached_shouldNotCompleteMigration() 644 mMigrationStateManager.updateMigrationState(mContext, MIGRATION_STATE_IN_PROGRESS); in testUpdateState_toInProgress_shouldSchedulePauseJob() 655 mMigrationStateManager.updateMigrationState(mContext, MIGRATION_STATE_COMPLETE); in testUpdateState_toComplete_shouldCancelAllJobs() 666 mMigrationStateManager.updateMigrationState(mContext, MIGRATION_STATE_APP_UPGRADE_REQUIRED); in testUpdateState_toAppUpgradeRequired_shouldScheduleCompletionJob() 678 mMigrationStateManager.updateMigrationState( in testUpdateState_toModuleUpgradeRequired_shouldScheduleCompletionJob() 690 mMigrationStateManager.updateMigrationState(mContext, MIGRATION_STATE_ALLOWED); in testUpdateState_toAllowed_shouldScheduleCompletionJob()
|
D | MigrationStateChangeJobTest.java | 355 .updateMigrationState(any(Context.class), anyInt(), anyBoolean()); in verifyNoStateChange() 360 .updateMigrationState(eq(mContext), eq(state), eq(timeoutReached)); in verifyStateChange()
|
D | MigrationBroadcastSchedulingTest.java | 131 migrationStateManager.updateMigrationState(mContext, MIGRATION_STATE_IN_PROGRESS); in testPrescheduleNewJobs_updateMigrationState_newJobsScheduled()
|