Home
last modified time | relevance | path

Searched refs:DELETION_TYPE (Results 1 – 11 of 11) sorted by relevance

/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/deletion/
DDeletionFragmentTest.kt32 import com.android.healthconnect.controller.deletion.DeletionConstants.DELETION_TYPE
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()
144 bundleOf(DELETION_TYPE to deletionTypeHealthPermissionType)) 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/deletion/
DDeletionFragment.kt26 import com.android.healthconnect.controller.deletion.DeletionConstants.DELETION_TYPE in <lambda>()
67 val deletionType = bundle.getParcelable(DELETION_TYPE, DeletionType::class.java) in <lambda>()
81 val deletionType = bundle.getParcelable(DELETION_TYPE, DeletionType::class.java) in <lambda>()
DDeletionConstants.kt55 const val DELETION_TYPE = "DELETION_TYPE" constant
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/dataaccess/
DHealthDataAccessFragment.kt31 import com.android.healthconnect.controller.deletion.DeletionConstants.DELETION_TYPE 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/dataentries/
DDataEntriesFragment.kt44 import com.android.healthconnect.controller.deletion.DeletionConstants.DELETION_TYPE in <lambda>()
296 DELETION_TYPE to deletionType, START_TIME to startTime, END_TIME to endTime)) in <lambda>()
299 START_DELETION_EVENT, bundleOf(DELETION_TYPE to deletionType)) in <lambda>()
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/entrydetails/
DDataEntryDetailsFragment.kt46 import com.android.healthconnect.controller.deletion.DeletionConstants.DELETION_TYPE in <lambda>()
257 DELETION_TYPE to deletionType, START_TIME to startTime, END_TIME to endTime)) 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.kt28 import com.android.healthconnect.controller.deletion.DeletionConstants.DELETION_TYPE in <lambda>()
189 START_DELETION_EVENT, bundleOf(DELETION_TYPE to deletionType)) in <lambda>()
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/categories/
DHealthDataCategoriesFragment.kt35 import com.android.healthconnect.controller.deletion.DeletionConstants.DELETION_TYPE in <lambda>()
108 START_DELETION_EVENT, bundleOf(DELETION_TYPE to deletionType)) in <lambda>()
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/permissiontypes/
DHealthPermissionTypesFragment.kt32 import com.android.healthconnect.controller.deletion.DeletionConstants.DELETION_TYPE 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.kt45 import com.android.healthconnect.controller.deletion.DeletionConstants.DELETION_TYPE in <lambda>()
243 START_DELETION_EVENT, bundleOf(DELETION_TYPE to deletionType)) in <lambda>()
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/permissions/connectedapps/
DConnectedAppsFragment.kt36 import com.android.healthconnect.controller.deletion.DeletionConstants.DELETION_TYPE in <lambda>()
271 bundleOf(DELETION_TYPE to appDeletionType)) in <lambda>()