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/ |
D | DeletionFragmentTest.kt | 33 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/ |
D | HealthDataAccessFragment.kt | 33 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/ |
D | DeletionFragment.kt | 29 import com.android.healthconnect.controller.deletion.DeletionConstants.START_DELETION_EVENT in <lambda>() 66 parentFragmentManager.setFragmentResultListener(START_DELETION_EVENT, this) { _, bundle -> in <lambda>()
|
D | DeletionConstants.kt | 26 const val START_DELETION_EVENT = "START_DELETION_EVENT" constant
|
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/dataentries/ |
D | DataEntriesFragment.kt | 47 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/ |
D | DataEntryDetailsFragment.kt | 48 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/ |
D | AccessFragment.kt | 29 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/ |
D | HealthDataCategoriesFragment.kt | 37 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/ |
D | HealthPermissionTypesFragment.kt | 34 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/ |
D | ConnectedAppFragment.kt | 47 import com.android.healthconnect.controller.deletion.DeletionConstants.START_DELETION_EVENT in <lambda>() 243 START_DELETION_EVENT, bundleOf(DELETION_TYPE to deletionType)) in <lambda>()
|