Home
last modified time | relevance | path

Searched refs:ExportDestinationFragment (Results 1 – 2 of 2) sorted by relevance

/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/exportimport/
DExportDestinationFragmentTest.kt53 import com.android.healthconnect.controller.exportimport.ExportDestinationFragment in <lambda>()
145 launchFragment<ExportDestinationFragment>(Bundle()) in <lambda>()
156 launchFragment<ExportDestinationFragment>(Bundle()) { in <lambda>()
170 launchFragment<ExportDestinationFragment>(Bundle()) in <lambda>()
194 launchFragment<ExportDestinationFragment>(Bundle()) in <lambda>()
231 launchFragment<ExportDestinationFragment>(Bundle()) in <lambda>()
264 launchFragment<ExportDestinationFragment>(Bundle()) in <lambda>()
294 launchFragment<ExportDestinationFragment>(Bundle()) in <lambda>()
330 launchFragment<ExportDestinationFragment>(Bundle()) in <lambda>()
356 launchFragment<ExportDestinationFragment>(Bundle()) in <lambda>()
[all …]
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/exportimport/
DExportDestinationFragment.kt47 class ExportDestinationFragment : Hilt_ExportDestinationFragment() { in <lambda>() class