Home
last modified time | relevance | path

Searched defs:healthDataExportManager (Results 1 – 11 of 11) sorted by relevance

/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/exportimport/api/
DUpdateExportSettingsUseCase.kt31 private val healthDataExportManager: HealthDataExportManager, constant in com.android.healthconnect.controller.exportimport.api.UpdateExportSettingsUseCase
DLoadExportSettingsUseCase.kt30 private val healthDataExportManager: HealthDataExportManager, constant in com.android.healthconnect.controller.exportimport.api.LoadExportSettingsUseCase
DLoadScheduledExportStatusUseCase.kt33 private val healthDataExportManager: HealthDataExportManager, in <lambda>() constant in com.android.healthconnect.controller.exportimport.api.LoadScheduledExportStatusUseCase
DQueryDocumentProvidersUseCase.kt32 private val healthDataExportManager: HealthDataExportManager, in <lambda>() constant in com.android.healthconnect.controller.exportimport.api.QueryDocumentProvidersUseCase
/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/exportimport/api/
DLoadExportSettingsUseCaseTest.kt39 @BindValue val healthDataExportManager: HealthDataExportManager = FakeHealthDataExportManager() constant in com.android.healthconnect.controller.tests.exportimport.api.LoadExportSettingsUseCaseTest
DUpdateExportSettingsUseCaseTest.kt40 @BindValue val healthDataExportManager: HealthDataExportManager = FakeHealthDataExportManager() constant in com.android.healthconnect.controller.tests.exportimport.api.UpdateExportSettingsUseCaseTest
DLoadScheduledExportStatusUseCaseTest.kt42 @BindValue val healthDataExportManager: HealthDataExportManager = FakeHealthDataExportManager() constant in com.android.healthconnect.controller.tests.exportimport.api.LoadScheduledExportStatusUseCaseTest
DQueryDocumentProvidersUseCaseTest.kt64 @BindValue val healthDataExportManager: HealthDataExportManager = FakeHealthDataExportManager() constant in com.android.healthconnect.controller.tests.exportimport.api.QueryDocumentProvidersUseCaseTest
/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/exportimport/
DScheduledExportFragmentTest.kt68 val healthDataExportManager: HealthDataExportManager = in <lambda>() constant in com.android.healthconnect.controller.tests.exportimport.ScheduledExportFragmentTest
DExportDestinationFragmentTest.kt119 val healthDataExportManager: HealthDataExportManager = in <lambda>() constant in com.android.healthconnect.controller.tests.exportimport.ExportDestinationFragmentTest
DImportSourceLocationFragmentTest.kt116 val healthDataExportManager: HealthDataExportManager = in <lambda>() constant in com.android.healthconnect.controller.tests.exportimport.ImportSourceLocationFragmentTest