Searched refs:DataEntriesFragment (Results 1 – 3 of 3) sorted by relevance
31 import com.android.healthconnect.controller.dataentries.DataEntriesFragment95 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()
19 import com.android.healthconnect.controller.dataentries.DataEntriesFragment46 launchFragment<DataEntriesFragment>(bundleOf(PERMISSION_TYPE_KEY to STEPS)) { in create_respectSelectedDate()62 launchFragment<DataEntriesFragment>(bundleOf(PERMISSION_TYPE_KEY to STEPS)) { in create_respectMaxDate()
72 class DataEntriesFragment : Hilt_DataEntriesFragment() { in <lambda>() class