Searched refs:GO_BACK_EVENT (Results 1 – 3 of 3) sorted by relevance
28 import com.android.healthconnect.controller.deletion.DeletionConstants.GO_BACK_EVENT in <lambda>()92 childFragmentManager.setFragmentResultListener(GO_BACK_EVENT, this) { _, _ -> in <lambda>()
25 import com.android.healthconnect.controller.deletion.DeletionConstants.GO_BACK_EVENT in <lambda>()69 setFragmentResult(GO_BACK_EVENT, Bundle()) in <lambda>()
38 const val GO_BACK_EVENT = "GO_BACK_EVENT" constant