Searched refs:SuggestionFragCreator (Results 1 – 1 of 1) sorted by relevance
499 showFragment(new SuggestionFragCreator(fragmentClass, true), in showSuggestionFragment()502 showFragment(new SuggestionFragCreator(fragmentClass, /* isTwoPaneLayout= */ false), in showSuggestionFragment()505 showFragment(new SuggestionFragCreator(fragmentClass, /* isTwoPaneLayout= */ true), in showSuggestionFragment()813 private static class SuggestionFragCreator implements FragmentCreator { class in SettingsHomepageActivity818 SuggestionFragCreator(Class<? extends Fragment> clazz, boolean isTwoPaneLayout) { in SuggestionFragCreator() method in SettingsHomepageActivity.SuggestionFragCreator