Searched refs:shouldShowImagesFor (Results 1 – 2 of 2) sorted by relevance
215 public boolean shouldShowImagesFor(String email) { in shouldShowImagesFor() method in Preferences
1567 if (shouldShowImagesFor(email)) { in reloadUiFromMessage()1935 private boolean shouldShowImagesFor(String senderEmail) { in shouldShowImagesFor() method in MessageViewFragmentBase1936 return Preferences.getPreferences(getActivity()).shouldShowImagesFor(senderEmail); in shouldShowImagesFor()