Home
last modified time | relevance | path

Searched refs:START_DELETION_EVENT (Results 1 – 10 of 10) sorted by relevance

/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/deletion/
DDeletionFragmentTest.kt33 import com.android.healthconnect.controller.deletion.DeletionConstants.START_DELETION_EVENT
80 START_DELETION_EVENT, bundleOf(DELETION_TYPE to deletionTypeAllData)) in deleteAllData_timeRangeDialog_showsCorrectText()
111 START_DELETION_EVENT, bundleOf(DELETION_TYPE to deletionTypeCategory)) in deleteCategoryData_timeRangeDialog_showsCorrectText()
143 START_DELETION_EVENT, in deletePermissionTypeData_timeRangeDialog_showsCorrectText()
176 START_DELETION_EVENT, bundleOf(DELETION_TYPE to deletionTypeAppData)) in deleteAppData_timeRangeDialog_showsCorrectText()
209 START_DELETION_EVENT, bundleOf(DELETION_TYPE to deletionTypeAllData)) in deleteAllData_confirmationDialogForOneDay_showsCorrectText()
242 START_DELETION_EVENT, bundleOf(DELETION_TYPE to deletionTypeAllData)) in deleteAllData_confirmationDialogForOneWeek_showsCorrectText()
275 START_DELETION_EVENT, bundleOf(DELETION_TYPE to deletionTypeAllData)) in deleteAllData_confirmationDialogForOneMonth_showsCorrectText()
308 START_DELETION_EVENT, bundleOf(DELETION_TYPE to deletionTypeAllData)) in deleteAllData_confirmationDialogForAllTime_showsCorrectText()
342 START_DELETION_EVENT, bundleOf(DELETION_TYPE to deletionTypeCategory)) in deleteCategoryData_confirmationDialogForOneDay_showsCorrectText()
[all …]
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/dataaccess/
DHealthDataAccessFragment.kt33 import com.android.healthconnect.controller.deletion.DeletionConstants.START_DELETION_EVENT in <lambda>()
146 START_DELETION_EVENT, bundleOf(DELETION_TYPE to deletionType)) in <lambda>()
252 START_DELETION_EVENT, bundleOf(DELETION_TYPE to deletionType)) in <lambda>()
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/deletion/
DDeletionFragment.kt29 import com.android.healthconnect.controller.deletion.DeletionConstants.START_DELETION_EVENT in <lambda>()
66 parentFragmentManager.setFragmentResultListener(START_DELETION_EVENT, this) { _, bundle -> in <lambda>()
DDeletionConstants.kt26 const val START_DELETION_EVENT = "START_DELETION_EVENT" constant
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/dataentries/
DDataEntriesFragment.kt47 import com.android.healthconnect.controller.deletion.DeletionConstants.START_DELETION_EVENT in <lambda>()
294 START_DELETION_EVENT, in <lambda>()
299 START_DELETION_EVENT, bundleOf(DELETION_TYPE to deletionType)) in <lambda>()
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/entrydetails/
DDataEntryDetailsFragment.kt48 import com.android.healthconnect.controller.deletion.DeletionConstants.START_DELETION_EVENT in <lambda>()
255 START_DELETION_EVENT, in <lambda>()
260 START_DELETION_EVENT, bundleOf(DELETION_TYPE to deletionType)) in <lambda>()
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/data/access/
DAccessFragment.kt29 import com.android.healthconnect.controller.deletion.DeletionConstants.START_DELETION_EVENT in <lambda>()
189 START_DELETION_EVENT, bundleOf(DELETION_TYPE to deletionType)) in <lambda>()
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/categories/
DHealthDataCategoriesFragment.kt37 import com.android.healthconnect.controller.deletion.DeletionConstants.START_DELETION_EVENT in <lambda>()
108 START_DELETION_EVENT, bundleOf(DELETION_TYPE to deletionType)) in <lambda>()
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/permissiontypes/
DHealthPermissionTypesFragment.kt34 import com.android.healthconnect.controller.deletion.DeletionConstants.START_DELETION_EVENT in <lambda>()
125 START_DELETION_EVENT, bundleOf(DELETION_TYPE to deletionType)) in <lambda>()
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/permissions/app/
DConnectedAppFragment.kt47 import com.android.healthconnect.controller.deletion.DeletionConstants.START_DELETION_EVENT in <lambda>()
243 START_DELETION_EVENT, bundleOf(DELETION_TYPE to deletionType)) in <lambda>()