Home
last modified time | relevance | path

Searched refs:DataEntriesElement (Results 1 – 16 of 16) sorted by relevance

/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/dataentries/
DExerciseSessionItemViewBinder.kt28 import com.android.healthconnect.controller.utils.logging.DataEntriesElement
61 logger.logImpression(DataEntriesElement.EXERCISE_SESSION_ENTRY_BUTTON) in bind()
63 logger.logImpression(DataEntriesElement.DATA_ENTRY_DELETE_BUTTON) in bind()
76 logger.logImpression(DataEntriesElement.EXERCISE_SESSION_MAP_VIEW) in bind()
83 logger.logInteraction(DataEntriesElement.DATA_ENTRY_DELETE_BUTTON) in bind()
88 logger.logInteraction(DataEntriesElement.EXERCISE_SESSION_ENTRY_BUTTON) in bind()
DDateNavigationView.kt33 import com.android.healthconnect.controller.utils.logging.DataEntriesElement in <lambda>()
96 logger.logImpression(DataEntriesElement.NEXT_DAY_BUTTON) in <lambda>()
98 logger.logInteraction(DataEntriesElement.NEXT_DAY_BUTTON) in <lambda>()
106 logger.logImpression(DataEntriesElement.PREVIOUS_DAY_BUTTON) in <lambda>()
108 logger.logInteraction(DataEntriesElement.PREVIOUS_DAY_BUTTON) in <lambda>()
117 logger.logImpression(DataEntriesElement.SELECT_DATE_BUTTON) in <lambda>()
119 logger.logInteraction(DataEntriesElement.SELECT_DATE_BUTTON) in <lambda>()
DPlannedExerciseSessionItemViewBinder.kt28 import com.android.healthconnect.controller.utils.logging.DataEntriesElement
55 logger.logImpression(DataEntriesElement.PLANNED_EXERCISE_SESSION_ENTRY_BUTTON) in bind()
57 logger.logImpression(DataEntriesElement.DATA_ENTRY_DELETE_BUTTON) in bind()
69 logger.logInteraction(DataEntriesElement.DATA_ENTRY_DELETE_BUTTON) in bind()
74 logger.logInteraction(DataEntriesElement.PLANNED_EXERCISE_SESSION_ENTRY_BUTTON) in bind()
DSeriesDataItemViewBinder.kt27 import com.android.healthconnect.controller.utils.logging.DataEntriesElement
58 logger.logImpression(DataEntriesElement.DATA_ENTRY_VIEW) in bind()
59 logger.logImpression(DataEntriesElement.DATA_ENTRY_DELETE_BUTTON) in bind()
71 logger.logInteraction(DataEntriesElement.DATA_ENTRY_DELETE_BUTTON) in bind()
78 logger.logInteraction(DataEntriesElement.DATA_ENTRY_VIEW) in bind()
DSleepSessionItemViewBinder.kt27 import com.android.healthconnect.controller.utils.logging.DataEntriesElement
58 logger.logImpression(DataEntriesElement.SLEEP_SESSION_ENTRY_BUTTON) in bind()
59 logger.logImpression(DataEntriesElement.DATA_ENTRY_DELETE_BUTTON) in bind()
71 logger.logInteraction(DataEntriesElement.DATA_ENTRY_DELETE_BUTTON) in bind()
79 logger.logInteraction(DataEntriesElement.SLEEP_SESSION_ENTRY_BUTTON) in bind()
DEntryItemViewBinder.kt24 import com.android.healthconnect.controller.utils.logging.DataEntriesElement
48 logger.logImpression(DataEntriesElement.DATA_ENTRY_VIEW) in bind()
49 logger.logImpression(DataEntriesElement.DATA_ENTRY_DELETE_BUTTON) in bind()
61 logger.logInteraction(DataEntriesElement.DATA_ENTRY_DELETE_BUTTON) in bind()
DAggregationViewBinder.kt23 import com.android.healthconnect.controller.utils.logging.DataEntriesElement
45 logger.logImpression(DataEntriesElement.AGGREGATION_DATA_VIEW) in bind()
/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/dataentries/
DDataEntriesFragmentTest.kt44 import com.android.healthconnect.controller.utils.logging.DataEntriesElement
100 verify(healthConnectLogger).logImpression(DataEntriesElement.SELECT_DATE_BUTTON) in dataEntriesInit_showsDateNavigationPreference()
101 verify(healthConnectLogger).logImpression(DataEntriesElement.NEXT_DAY_BUTTON) in dataEntriesInit_showsDateNavigationPreference()
102 verify(healthConnectLogger).logImpression(DataEntriesElement.PREVIOUS_DAY_BUTTON) in dataEntriesInit_showsDateNavigationPreference()
145 verify(healthConnectLogger).logImpression(DataEntriesElement.AGGREGATION_DATA_VIEW) in dataEntriesInit_withData_showsListOfEntries()
146 verify(healthConnectLogger, times(2)).logImpression(DataEntriesElement.DATA_ENTRY_VIEW) in dataEntriesInit_withData_showsListOfEntries()
148 .logImpression(DataEntriesElement.DATA_ENTRY_DELETE_BUTTON) in dataEntriesInit_withData_showsListOfEntries()
163 .logImpression(DataEntriesElement.PLANNED_EXERCISE_SESSION_ENTRY_BUTTON) in dataEntriesInit_withPlannedExerciseData_showsListOfPlannedExerciseEntries()
165 .logImpression(DataEntriesElement.DATA_ENTRY_DELETE_BUTTON) in dataEntriesInit_withPlannedExerciseData_showsListOfPlannedExerciseEntries()
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/data/entries/
DSeriesDataItemViewBinder.kt27 import com.android.healthconnect.controller.utils.logging.DataEntriesElement
56 logger.logImpression(DataEntriesElement.DATA_ENTRY_VIEW) in bind()
57 logger.logImpression(DataEntriesElement.DATA_ENTRY_DELETE_BUTTON) in bind()
65 logger.logInteraction(DataEntriesElement.DATA_ENTRY_VIEW) in bind()
DSleepSessionItemViewBinder.kt27 import com.android.healthconnect.controller.utils.logging.DataEntriesElement
56 logger.logImpression(DataEntriesElement.SLEEP_SESSION_ENTRY_BUTTON) in bind()
57 logger.logImpression(DataEntriesElement.DATA_ENTRY_DELETE_BUTTON) in bind()
68 logger.logInteraction(DataEntriesElement.SLEEP_SESSION_ENTRY_BUTTON) in bind()
DEntryItemViewBinder.kt24 import com.android.healthconnect.controller.utils.logging.DataEntriesElement
47 logger.logImpression(DataEntriesElement.DATA_ENTRY_VIEW) in bind()
48 logger.logImpression(DataEntriesElement.DATA_ENTRY_DELETE_BUTTON) in bind()
DExerciseSessionItemViewBinder.kt28 import com.android.healthconnect.controller.utils.logging.DataEntriesElement
59 logger.logImpression(DataEntriesElement.EXERCISE_SESSION_ENTRY_BUTTON) in bind()
73 logger.logInteraction(DataEntriesElement.EXERCISE_SESSION_ENTRY_BUTTON) in bind()
DAggregationViewBinder.kt23 import com.android.healthconnect.controller.utils.logging.DataEntriesElement
45 logger.logImpression(DataEntriesElement.AGGREGATION_DATA_VIEW) in bind()
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/data/entries/datenavigation/
DDateNavigationView.kt33 import com.android.healthconnect.controller.utils.logging.DataEntriesElement
101 logger.logImpression(DataEntriesElement.NEXT_DAY_BUTTON) in bindNextDayButton()
103 logger.logInteraction(DataEntriesElement.NEXT_DAY_BUTTON) in bindNextDayButton()
112 logger.logImpression(DataEntriesElement.PREVIOUS_DAY_BUTTON) in bindPreviousDayButton()
114 logger.logInteraction(DataEntriesElement.PREVIOUS_DAY_BUTTON) in bindPreviousDayButton()
/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/entrydetails/
DDataEntryDetailsFragmentTest.kt77 import com.android.healthconnect.controller.utils.logging.DataEntriesElement
181 verify(healthConnectLogger).logImpression(DataEntriesElement.SLEEP_SESSION_ENTRY_BUTTON) in dataEntriesDetailsInit_withData_showsItem()
213 verify(healthConnectLogger).logImpression(DataEntriesElement.DATA_ENTRY_VIEW) in dataEntriesDetailsInit_withHeartRate_showsItem_showsDetails()
298 verify(healthConnectLogger).logImpression(DataEntriesElement.EXERCISE_SESSION_ENTRY_BUTTON) in dataEntriesDetailsInit_withRouteDetails_showsMapView()
299 verify(healthConnectLogger).logImpression(DataEntriesElement.EXERCISE_SESSION_MAP_VIEW) in dataEntriesDetailsInit_withRouteDetails_showsMapView()
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/utils/logging/
DHealthConnectLogger.kt362 enum class DataEntriesElement(override val impressionId: Int, override val interactionId: Int) : class