Home
last modified time | relevance | path

Searched refs:DeletionConstants (Results 1 – 21 of 21) sorted by relevance

/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/deletion/
DDeletionFragment.kt25 import com.android.healthconnect.controller.deletion.DeletionConstants.CONFIRMATION_EVENT in <lambda>()
26 import com.android.healthconnect.controller.deletion.DeletionConstants.DELETION_TYPE in <lambda>()
27 import com.android.healthconnect.controller.deletion.DeletionConstants.END_TIME in <lambda>()
28 import com.android.healthconnect.controller.deletion.DeletionConstants.GO_BACK_EVENT in <lambda>()
29 import com.android.healthconnect.controller.deletion.DeletionConstants.START_DELETION_EVENT in <lambda>()
30 import com.android.healthconnect.controller.deletion.DeletionConstants.START_INACTIVE_APP_DELETION_… in <lambda>()
31 import com.android.healthconnect.controller.deletion.DeletionConstants.START_TIME in <lambda>()
32 import com.android.healthconnect.controller.deletion.DeletionConstants.TIME_RANGE_SELECTION_EVENT in <lambda>()
33 import com.android.healthconnect.controller.deletion.DeletionConstants.TRY_AGAIN_EVENT in <lambda>()
DDeletionConfirmationDialogFragment.kt24 import com.android.healthconnect.controller.deletion.DeletionConstants.CONFIRMATION_EVENT in <lambda>()
25 import com.android.healthconnect.controller.deletion.DeletionConstants.GO_BACK_EVENT in <lambda>()
DDeletionConstants.kt20 object DeletionConstants { object
DFailedDialogFragment.kt23 import com.android.healthconnect.controller.deletion.DeletionConstants.TRY_AGAIN_EVENT in <lambda>()
DDeletionAppDataConfirmationDialogFragment.kt28 import com.android.healthconnect.controller.deletion.DeletionConstants.CONFIRMATION_EVENT in <lambda>()
DTimeRangeDialogFragment.kt29 import com.android.healthconnect.controller.deletion.DeletionConstants.TIME_RANGE_SELECTION_EVENT in <lambda>()
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/selectabledeletion/
DDeletionFragment.kt27 import com.android.healthconnect.controller.selectabledeletion.DeletionConstants.CONFIRMATION_KEY in <lambda>()
28 import com.android.healthconnect.controller.selectabledeletion.DeletionConstants.START_DELETION_KEY in <lambda>()
29 import com.android.healthconnect.controller.selectabledeletion.DeletionConstants.TRY_AGAIN_EVENT in <lambda>()
DDeletionConstants.kt18 object DeletionConstants { object
DNewDeletionConfirmationDialogFragment.kt26 import com.android.healthconnect.controller.selectabledeletion.DeletionConstants.CONFIRMATION_KEY 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>()
45 import com.android.healthconnect.controller.deletion.DeletionConstants.END_TIME in <lambda>()
46 import com.android.healthconnect.controller.deletion.DeletionConstants.FRAGMENT_TAG_DELETION in <lambda>()
47 import com.android.healthconnect.controller.deletion.DeletionConstants.START_DELETION_EVENT in <lambda>()
48 import com.android.healthconnect.controller.deletion.DeletionConstants.START_TIME 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>()
47 import com.android.healthconnect.controller.deletion.DeletionConstants.END_TIME in <lambda>()
48 import com.android.healthconnect.controller.deletion.DeletionConstants.START_DELETION_EVENT in <lambda>()
49 import com.android.healthconnect.controller.deletion.DeletionConstants.START_TIME 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>()
36 import com.android.healthconnect.controller.deletion.DeletionConstants.FRAGMENT_TAG_DELETION in <lambda>()
37 import com.android.healthconnect.controller.deletion.DeletionConstants.START_DELETION_EVENT in <lambda>()
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/dataaccess/
DHealthDataAccessFragment.kt31 import com.android.healthconnect.controller.deletion.DeletionConstants.DELETION_TYPE in <lambda>()
32 import com.android.healthconnect.controller.deletion.DeletionConstants.FRAGMENT_TAG_DELETION in <lambda>()
33 import com.android.healthconnect.controller.deletion.DeletionConstants.START_DELETION_EVENT in <lambda>()
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/permissions/connectedapps/
DConnectedAppsFragment.kt35 import com.android.healthconnect.controller.deletion.DeletionConstants in <lambda>()
36 import com.android.healthconnect.controller.deletion.DeletionConstants.DELETION_TYPE in <lambda>()
37 import com.android.healthconnect.controller.deletion.DeletionConstants.FRAGMENT_TAG_DELETION in <lambda>()
270 DeletionConstants.START_INACTIVE_APP_DELETION_EVENT, 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>()
33 import com.android.healthconnect.controller.deletion.DeletionConstants.FRAGMENT_TAG_DELETION in <lambda>()
34 import com.android.healthconnect.controller.deletion.DeletionConstants.START_DELETION_EVENT 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>()
29 import com.android.healthconnect.controller.deletion.DeletionConstants.START_DELETION_EVENT 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>()
46 import com.android.healthconnect.controller.deletion.DeletionConstants.FRAGMENT_TAG_DELETION in <lambda>()
47 import com.android.healthconnect.controller.deletion.DeletionConstants.START_DELETION_EVENT in <lambda>()
/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/selectabledeletion/
DDeletionFragmentTest.kt28 import com.android.healthconnect.controller.selectabledeletion.DeletionConstants.START_DELETION_KEY
/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/deletion/
DDeletionFragmentTest.kt32 import com.android.healthconnect.controller.deletion.DeletionConstants.DELETION_TYPE
33 import com.android.healthconnect.controller.deletion.DeletionConstants.START_DELETION_EVENT
34 import com.android.healthconnect.controller.deletion.DeletionConstants.START_INACTIVE_APP_DELETION_…
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/data/alldata/
DAllDataFragment.kt35 import com.android.healthconnect.controller.selectabledeletion.DeletionConstants.START_DELETION_KEY in <lambda>()
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/data/entries/
DAppEntriesFragment.kt40 import com.android.healthconnect.controller.deletion.DeletionConstants.FRAGMENT_TAG_DELETION in <lambda>()