Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/exportimport/
DImportSourceLocationFragmentTest.kt52 import com.android.healthconnect.controller.exportimport.ImportSourceLocationFragment in <lambda>()
142 launchFragment<ImportSourceLocationFragment>(Bundle()) in <lambda>()
152 launchFragment<ImportSourceLocationFragment>(Bundle()) in <lambda>()
159 launchFragment<ImportSourceLocationFragment>(Bundle()) in <lambda>()
183 launchFragment<ImportSourceLocationFragment>(Bundle()) in <lambda>()
220 launchFragment<ImportSourceLocationFragment>(Bundle()) in <lambda>()
253 launchFragment<ImportSourceLocationFragment>(Bundle()) in <lambda>()
283 launchFragment<ImportSourceLocationFragment>(Bundle()) in <lambda>()
319 launchFragment<ImportSourceLocationFragment>(Bundle()) in <lambda>()
345 launchFragment<ImportSourceLocationFragment>(Bundle()) in <lambda>()
[all …]
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/exportimport/
DImportSourceLocationFragment.kt49 class ImportSourceLocationFragment : Hilt_ImportSourceLocationFragment() { in <lambda>() class