Searched refs:healthDataImportManager (Results 1 – 3 of 3) sorted by relevance
40 @BindValue val healthDataImportManager: HealthDataImportManager = FakeHealthDataImportManager() constant in com.android.healthconnect.controller.tests.exportimport.api.LoadImportStatusUseCaseTest46 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>()
36 private val healthDataImportManager: HealthDataImportManager, in <lambda>() constant in com.android.healthconnect.controller.exportimport.api.LoadImportStatusUseCase41 healthDataImportManager.getImportStatus(Runnable::run, continuation.asOutcomeReceiver()) in <lambda>()
333 healthDataImportManager: HealthDataImportManager in providesLoadImportStatusUseCase()335 return LoadImportStatusUseCase(healthDataImportManager) in providesLoadImportStatusUseCase()