Searched refs:showHomepageWithSuggestion (Results 1 – 2 of 2) sorted by relevance
171 activity.showHomepageWithSuggestion(true); in showHomepageWithSuggestion_showSuggestion()184 activity.showHomepageWithSuggestion(false); in showHomepageWithSuggestion_hideSuggestion()196 activity.showHomepageWithSuggestion(false); in showHomepageWithSuggestion_callTwice_shouldKeepPreviousVisibility()197 activity.showHomepageWithSuggestion(true); in showHomepageWithSuggestion_callTwice_shouldKeepPreviousVisibility()208 activity.showHomepageWithSuggestion(true); in showHomepageWithSuggestion_callAfterOnStop_shouldUpdateVisibility()210 activity.showHomepageWithSuggestion(false); in showHomepageWithSuggestion_callAfterOnStop_shouldUpdateVisibility()
160 public void showHomepageWithSuggestion(boolean showSuggestion) { in showHomepageWithSuggestion() method in SettingsHomepageActivity496 mHomepageView.postDelayed(() -> showHomepageWithSuggestion(false), in showSuggestionFragment()