Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/dataentries/
DDataEntriesFragmentTest.kt31 import com.android.healthconnect.controller.dataentries.DataEntriesFragment
95 launchFragment<DataEntriesFragment>(bundleOf(PERMISSION_TYPE_KEY to STEPS)) in dataEntriesInit_showsDateNavigationPreference()
109 launchFragment<DataEntriesFragment>(bundleOf(PERMISSION_TYPE_KEY to STEPS)) in dataEntriesInit_noData_showsNoData()
118 launchFragment<DataEntriesFragment>(bundleOf(PERMISSION_TYPE_KEY to STEPS)) in dataEntriesInit_error_showsNoData()
127 launchFragment<DataEntriesFragment>(bundleOf(PERMISSION_TYPE_KEY to STEPS)) in dataEntriesInit_loading_showsLoading()
137 launchFragment<DataEntriesFragment>(bundleOf(PERMISSION_TYPE_KEY to STEPS)) in dataEntriesInit_withData_showsListOfEntries()
156 launchFragment<DataEntriesFragment>(bundleOf(PERMISSION_TYPE_KEY to PLANNED_EXERCISE)) in dataEntriesInit_withPlannedExerciseData_showsListOfPlannedExerciseEntries()
173 launchFragment<DataEntriesFragment>(bundleOf(PERMISSION_TYPE_KEY to STEPS)) in dataEntries_withData_showsDeleteAction()
/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/utiltests/
DDatePickerFactoryTest.kt19 import com.android.healthconnect.controller.dataentries.DataEntriesFragment
46 launchFragment<DataEntriesFragment>(bundleOf(PERMISSION_TYPE_KEY to STEPS)) { in create_respectSelectedDate()
62 launchFragment<DataEntriesFragment>(bundleOf(PERMISSION_TYPE_KEY to STEPS)) { in create_respectMaxDate()
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/dataentries/
DDataEntriesFragment.kt72 class DataEntriesFragment : Hilt_DataEntriesFragment() { in <lambda>() class