Searched refs:suggestionTile (Results 1 – 1 of 1) sorted by relevance
169 final View suggestionTile = activity.findViewById(R.id.suggestion_content); in showHomepageWithSuggestion_showSuggestion() local174 assertThat(suggestionTile.getVisibility()).isEqualTo(View.VISIBLE); in showHomepageWithSuggestion_showSuggestion()182 final View suggestionTile = activity.findViewById(R.id.suggestion_content); in showHomepageWithSuggestion_hideSuggestion() local187 assertThat(suggestionTile.getVisibility()).isEqualTo(View.GONE); in showHomepageWithSuggestion_hideSuggestion()194 final View suggestionTile = activity.findViewById(R.id.suggestion_content); in showHomepageWithSuggestion_callTwice_shouldKeepPreviousVisibility() local199 assertThat(suggestionTile.getVisibility()).isEqualTo(View.GONE); in showHomepageWithSuggestion_callTwice_shouldKeepPreviousVisibility()206 final View suggestionTile = activity.findViewById(R.id.suggestion_content); in showHomepageWithSuggestion_callAfterOnStop_shouldUpdateVisibility() local212 assertThat(suggestionTile.getVisibility()).isEqualTo(View.GONE); in showHomepageWithSuggestion_callAfterOnStop_shouldUpdateVisibility()