Searched refs:DELETION_TYPE (Results 1 – 11 of 11) sorted by relevance
/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/deletion/ |
D | DeletionFragmentTest.kt | 32 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/ |
D | DeletionFragment.kt | 26 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>()
|
D | DeletionConstants.kt | 55 const val DELETION_TYPE = "DELETION_TYPE" constant
|
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/dataaccess/ |
D | HealthDataAccessFragment.kt | 31 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/ |
D | DataEntriesFragment.kt | 44 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/ |
D | DataEntryDetailsFragment.kt | 46 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/ |
D | AccessFragment.kt | 28 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/ |
D | HealthDataCategoriesFragment.kt | 35 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/ |
D | HealthPermissionTypesFragment.kt | 32 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/ |
D | ConnectedAppFragment.kt | 45 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/ |
D | ConnectedAppsFragment.kt | 36 import com.android.healthconnect.controller.deletion.DeletionConstants.DELETION_TYPE in <lambda>() 271 bundleOf(DELETION_TYPE to appDeletionType)) in <lambda>()
|