Searched refs:ApplicationLaunchSettingsFragment (Results 1 – 3 of 3) sorted by relevance
34 public class ApplicationLaunchSettingsFragment extends SettingsFragment { class44 public static ApplicationLaunchSettingsFragment newInstance(String pkg) { in newInstance()45 ApplicationLaunchSettingsFragment fragment = new ApplicationLaunchSettingsFragment(); in newInstance()
149 ApplicationLaunchSettingsFragment.newInstance(entry.info.packageName)); in createPreference()
158 ArgumentCaptor<ApplicationLaunchSettingsFragment> captor = ArgumentCaptor.forClass( in performClick_startsApplicationLaunchSettingsFragmentWithPackageName()159 ApplicationLaunchSettingsFragment.class); in performClick_startsApplicationLaunchSettingsFragmentWithPackageName()163 ApplicationLaunchSettingsFragment.ARG_PACKAGE_NAME); in performClick_startsApplicationLaunchSettingsFragmentWithPackageName()