Home
last modified time | relevance | path

Searched refs:HealthMigrationManagerImpl (Results 1 – 2 of 2) sorted by relevance

/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/service/
DHealthMigrationManagerModule.kt21 import com.android.healthconnect.controller.migration.api.HealthMigrationManagerImpl
34 return HealthMigrationManagerImpl(healthConnectManager) in providesHealthMigrationManager()
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/migration/api/
DHealthMigrationManagerImpl.kt27 class HealthMigrationManagerImpl @Inject constructor(private val manager: HealthConnectManager) : class