Searched refs:AppEntriesFragment (Results 1 – 2 of 2) sorted by relevance
30 import com.android.healthconnect.controller.data.entries.AppEntriesFragment90 launchFragment<AppEntriesFragment>(bundleOf(PERMISSION_TYPE_KEY to STEPS)) in appEntriesInit_showsDateNavigationPreference()99 launchFragment<AppEntriesFragment>(bundleOf(PERMISSION_TYPE_KEY to STEPS)) in appEntriesInit_noData_showsNoData()108 launchFragment<AppEntriesFragment>(bundleOf(PERMISSION_TYPE_KEY to STEPS)) in appEntriesInit_error_showsNoData()117 launchFragment<AppEntriesFragment>(bundleOf(PERMISSION_TYPE_KEY to STEPS)) in appEntriesInit_loading_showsLoading()126 launchFragment<AppEntriesFragment>(bundleOf(PERMISSION_TYPE_KEY to STEPS)) in appEntriesInit_withData_showsListOfEntries()138 launchFragment<AppEntriesFragment>(bundleOf(PERMISSION_TYPE_KEY to STEPS)) in appEntries_withData_notShowingDeleteAction()
58 class AppEntriesFragment : Hilt_AppEntriesFragment() { in <lambda>() class