Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/data/entries/
DAppEntriesFragmentTest.kt30 import com.android.healthconnect.controller.data.entries.AppEntriesFragment
90 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()
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/data/entries/
DAppEntriesFragment.kt58 class AppEntriesFragment : Hilt_AppEntriesFragment() { in <lambda>() class