Searched refs:ExportFrequencyElement (Results 1 – 3 of 3) sorted by relevance
40 import com.android.healthconnect.controller.utils.logging.ExportFrequencyElement108 .logImpression(ExportFrequencyElement.EXPORT_FREQUENCY_BACK_BUTTON) in exportFrequencyFragment_impressionsLogged()110 .logImpression(ExportFrequencyElement.EXPORT_FREQUENCY_NEXT_BUTTON) in exportFrequencyFragment_impressionsLogged()112 .logImpression(ExportFrequencyElement.EXPORT_FREQUENCY_DAILY_BUTTON) in exportFrequencyFragment_impressionsLogged()114 .logImpression(ExportFrequencyElement.EXPORT_FREQUENCY_WEEKLY_BUTTON) in exportFrequencyFragment_impressionsLogged()116 .logImpression(ExportFrequencyElement.EXPORT_FREQUENCY_MONTHLY_BUTTON) in exportFrequencyFragment_impressionsLogged()129 .logInteraction(ExportFrequencyElement.EXPORT_FREQUENCY_BACK_BUTTON) in exportFrequencyFragment_cancelButton_isClickable()146 .logInteraction(ExportFrequencyElement.EXPORT_FREQUENCY_NEXT_BUTTON) in exportFrequencyFragment_clicksNextButton_navigatesToDestinationFragment()163 .logInteraction(ExportFrequencyElement.EXPORT_FREQUENCY_DAILY_BUTTON) in exportFrequencyFragment_clicksNextButtonWithDailyFrequency_interactionLogged()180 .logInteraction(ExportFrequencyElement.EXPORT_FREQUENCY_WEEKLY_BUTTON) in exportFrequencyFragment_clicksNextButtonWithWeeklyFrequency_interactionLogged()[all …]
30 import com.android.healthconnect.controller.utils.logging.ExportFrequencyElement in <lambda>()71 logger.logImpression(ExportFrequencyElement.EXPORT_FREQUENCY_BACK_BUTTON) in <lambda>()72 logger.logImpression(ExportFrequencyElement.EXPORT_FREQUENCY_NEXT_BUTTON) in <lambda>()76 logger.logInteraction(ExportFrequencyElement.EXPORT_FREQUENCY_BACK_BUTTON) in <lambda>()95 logger.logInteraction(ExportFrequencyElement.EXPORT_FREQUENCY_NEXT_BUTTON) in <lambda>()108 element = ExportFrequencyElement.EXPORT_FREQUENCY_DAILY_BUTTON, in <lambda>()114 element = ExportFrequencyElement.EXPORT_FREQUENCY_WEEKLY_BUTTON, in <lambda>()120 element = ExportFrequencyElement.EXPORT_FREQUENCY_MONTHLY_BUTTON, in <lambda>()
1340 enum class ExportFrequencyElement(override val impressionId: Int, override val interactionId: Int) : class