Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/homepage/
DSettingsHomepageActivityTest.java169 final View suggestionTile = activity.findViewById(R.id.suggestion_content); in showHomepageWithSuggestion_showSuggestion() local
174 assertThat(suggestionTile.getVisibility()).isEqualTo(View.VISIBLE); in showHomepageWithSuggestion_showSuggestion()
182 final View suggestionTile = activity.findViewById(R.id.suggestion_content); in showHomepageWithSuggestion_hideSuggestion() local
187 assertThat(suggestionTile.getVisibility()).isEqualTo(View.GONE); in showHomepageWithSuggestion_hideSuggestion()
194 final View suggestionTile = activity.findViewById(R.id.suggestion_content); in showHomepageWithSuggestion_callTwice_shouldKeepPreviousVisibility() local
199 assertThat(suggestionTile.getVisibility()).isEqualTo(View.GONE); in showHomepageWithSuggestion_callTwice_shouldKeepPreviousVisibility()
206 final View suggestionTile = activity.findViewById(R.id.suggestion_content); in showHomepageWithSuggestion_callAfterOnStop_shouldUpdateVisibility() local
212 assertThat(suggestionTile.getVisibility()).isEqualTo(View.GONE); in showHomepageWithSuggestion_callAfterOnStop_shouldUpdateVisibility()