Home
last modified time | relevance | path

Searched refs:healthDataImportManager (Results 1 – 3 of 3) sorted by relevance

/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/exportimport/api/
DLoadImportStatusUseCaseTest.kt40 @BindValue val healthDataImportManager: HealthDataImportManager = FakeHealthDataImportManager() constant in com.android.healthconnect.controller.tests.exportimport.api.LoadImportStatusUseCaseTest
46 useCase = LoadImportStatusUseCase(healthDataImportManager) in setup()
51 (healthDataImportManager as FakeHealthDataImportManager).reset() in teardown()
61 (healthDataImportManager as FakeHealthDataImportManager).setImportStatus(importStatus) in <lambda>()
74 (healthDataImportManager as FakeHealthDataImportManager).setGetImportStatusException( in <lambda>()
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/exportimport/api/
DLoadImportStatusUseCase.kt36 private val healthDataImportManager: HealthDataImportManager, in <lambda>() constant in com.android.healthconnect.controller.exportimport.api.LoadImportStatusUseCase
41 healthDataImportManager.getImportStatus(Runnable::run, continuation.asOutcomeReceiver()) in <lambda>()
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/service/
DUseCaseModule.kt333 healthDataImportManager: HealthDataImportManager in providesLoadImportStatusUseCase()
335 return LoadImportStatusUseCase(healthDataImportManager) in providesLoadImportStatusUseCase()