Searched refs:SettingsManagePermissionFragment (Results 1 – 2 of 2) sorted by relevance
37 …ort com.android.healthconnect.controller.permissions.connectedapps.SettingsManagePermissionFragment116 launchFragment<SettingsManagePermissionFragment>(Bundle()) in test_displaysSections()129 launchFragment<SettingsManagePermissionFragment>(Bundle()) in test_allowedApps()140 launchFragment<SettingsManagePermissionFragment>(Bundle()) in test_deniedApps()151 launchFragment<SettingsManagePermissionFragment>(Bundle()) in test_accessedHealthData_showsRecentAccessSummary()161 launchFragment<SettingsManagePermissionFragment>(Bundle()) in test_inactiveApp_doesNotShowInactiveApps()175 launchFragment<SettingsManagePermissionFragment>(Bundle()) in test_all()209 val scenario = launchFragment<SettingsManagePermissionFragment>(Bundle()) in whenMigrationInProgress_showsMigrationInProgressDialog()253 val scenario = launchFragment<SettingsManagePermissionFragment>(Bundle()) in whenRestoreInProgress_showsRestoreInProgressDialog()
70 class SettingsManagePermissionFragment : Hilt_SettingsManagePermissionFragment() { in <lambda>() class