Searched refs:shouldShowImportantNotice (Results 1 – 4 of 4) sorted by relevance
120 ImportantNoticeUtils.shouldShowImportantNotice(getContext(), mMockSettingsValues)); in testPersonalizationSetting()125 ImportantNoticeUtils.shouldShowImportantNotice(getContext(), mMockSettingsValues)); in testPersonalizationSetting()
83 public static boolean shouldShowImportantNotice(final Context context, in shouldShowImportantNotice() method in ImportantNoticeUtils
1496 final boolean shouldShowImportantNotice = in setSuggestedWords()1497 ImportantNoticeUtils.shouldShowImportantNotice(this, currentSettingsValues); in setSuggestedWords()1501 final boolean shouldShowSuggestionsStripUnlessPassword = shouldShowImportantNotice in setSuggestedWords()1522 if (shouldShowImportantNotice && noSuggestionsToOverrideImportantNotice) { in setSuggestedWords()
217 if (!ImportantNoticeUtils.shouldShowImportantNotice(getContext(), currentSettingsValues)) { in maybeShowImportantNoticeTitle()