Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/deletion/
DTimeRangeDialogFragment.kt32 import com.android.healthconnect.controller.utils.logging.DeletionDialogTimeRangeElement in <lambda>()
63 this, DeletionDialogTimeRangeElement.DELETION_DIALOG_TIME_RANGE_CONTAINER) in <lambda>()
67 DeletionDialogTimeRangeElement.DELETION_DIALOG_TIME_RANGE_CANCEL_BUTTON) { _, _ -> in <lambda>()
71 DeletionDialogTimeRangeElement.DELETION_DIALOG_TIME_RANGE_NEXT_BUTTON) { _, _ -> in <lambda>()
122 DeletionDialogTimeRangeElement in <lambda>()
125 DeletionDialogTimeRangeElement.DELETION_DIALOG_TIME_RANGE_LAST_7_DAYS_BUTTON in <lambda>()
127 DeletionDialogTimeRangeElement in <lambda>()
130 DeletionDialogTimeRangeElement.DELETION_DIALOG_TIME_RANGE_ALL_DATA_BUTTON in <lambda>()
/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/permissiontypes/
DHealthPermissionTypesFragmentTest.kt53 import com.android.healthconnect.controller.utils.logging.DeletionDialogTimeRangeElement
147 .logImpression(DeletionDialogTimeRangeElement.DELETION_DIALOG_TIME_RANGE_CONTAINER) in deletePermissionTypeData_showsDialog()
150 DeletionDialogTimeRangeElement.DELETION_DIALOG_TIME_RANGE_LAST_7_DAYS_BUTTON) in deletePermissionTypeData_showsDialog()
153 DeletionDialogTimeRangeElement.DELETION_DIALOG_TIME_RANGE_LAST_24_HOURS_BUTTON) in deletePermissionTypeData_showsDialog()
156 DeletionDialogTimeRangeElement.DELETION_DIALOG_TIME_RANGE_LAST_30_DAYS_BUTTON) in deletePermissionTypeData_showsDialog()
158 .logImpression(DeletionDialogTimeRangeElement.DELETION_DIALOG_TIME_RANGE_NEXT_BUTTON) in deletePermissionTypeData_showsDialog()
160 .logImpression(DeletionDialogTimeRangeElement.DELETION_DIALOG_TIME_RANGE_CANCEL_BUTTON) in deletePermissionTypeData_showsDialog()
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/utils/logging/
DHealthConnectLogger.kt558 enum class DeletionDialogTimeRangeElement( class