Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/homepage/
DSettingsHomepageActivityTest.java171 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()
/packages/apps/Settings/src/com/android/settings/homepage/
DSettingsHomepageActivity.java160 public void showHomepageWithSuggestion(boolean showSuggestion) { in showHomepageWithSuggestion() method in SettingsHomepageActivity
496 mHomepageView.postDelayed(() -> showHomepageWithSuggestion(false), in showSuggestionFragment()