Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/exportimport/
DExportDestinationFragment.kt44 import com.android.healthconnect.controller.utils.logging.ExportDestinationElement in <lambda>()
83 logger.logImpression(ExportDestinationElement.EXPORT_DESTINATION_BACK_BUTTON) in <lambda>()
84 logger.logImpression(ExportDestinationElement.EXPORT_DESTINATION_NEXT_BUTTON) in <lambda>()
87 logger.logInteraction(ExportDestinationElement.EXPORT_DESTINATION_BACK_BUTTON) in <lambda>()
146 logger.logInteraction(ExportDestinationElement.EXPORT_DESTINATION_NEXT_BUTTON) in <lambda>()
/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/exportimport/
DExportDestinationFragmentTest.kt70 import com.android.healthconnect.controller.utils.logging.ExportDestinationElement
176 .logImpression(ExportDestinationElement.EXPORT_DESTINATION_BACK_BUTTON) in impressionsLogged()
178 .logImpression(ExportDestinationElement.EXPORT_DESTINATION_NEXT_BUTTON) in impressionsLogged()
194 .logInteraction(ExportDestinationElement.EXPORT_DESTINATION_BACK_BUTTON) in clicksBackButton_navigatesBackToFrequencyFragment()
434 .logInteraction(ExportDestinationElement.EXPORT_DESTINATION_NEXT_BUTTON) in nextButtonClicked_startsDocumentsUi()
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/utils/logging/
DHealthConnectLogger.kt1365 enum class ExportDestinationElement( class