1 package android.health.connect; 2 3 /** 4 * Represents the state of HealthConnect data as it goes through one of the following operations: 5 * <li>Data Restore: fetching and restoring the data either from the cloud or from another device. 6 * <li>Data Migration: migrating the data from the app using the data-migration APIs: {@link 7 * HealthConnectManager#startMigration}, {@link HealthConnectManager#writeMigrationData}, and 8 * {@link HealthConnectManager#finishMigration} 9 * 10 * @hide 11 */ 12 parcelable HealthConnectDataState;