Home
last modified time | relevance | path

Searched refs:CONFIRMATION_KEY (Results 1 – 3 of 3) sorted by relevance

/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/selectabledeletion/
DNewDeletionConfirmationDialogFragment.kt26 import com.android.healthconnect.controller.selectabledeletion.DeletionConstants.CONFIRMATION_KEY in <lambda>()
57 setFragmentResult(CONFIRMATION_KEY, Bundle()) in <lambda>()
DDeletionFragment.kt27 import com.android.healthconnect.controller.selectabledeletion.DeletionConstants.CONFIRMATION_KEY in <lambda>()
46 childFragmentManager.setFragmentResultListener(CONFIRMATION_KEY, this) { _, _ -> in <lambda>()
DDeletionConstants.kt30 const val CONFIRMATION_KEY = "CONFIRMATION_KEY" constant