Searched refs:shouldShowImportantNotice (Results 1 – 4 of 4) sorted by relevance
128 ImportantNoticeUtils.shouldShowImportantNotice(getContext(), mMockSettingsValues)); in testPersonalizationSetting()133 ImportantNoticeUtils.shouldShowImportantNotice(getContext(), mMockSettingsValues)); in testPersonalizationSetting()
83 public static boolean shouldShowImportantNotice(final Context context, in shouldShowImportantNotice() method in ImportantNoticeUtils
1559 final boolean shouldShowImportantNotice = in setSuggestedWords()1560 ImportantNoticeUtils.shouldShowImportantNotice(this, currentSettingsValues); in setSuggestedWords()1564 final boolean shouldShowSuggestionsStripUnlessPassword = shouldShowImportantNotice in setSuggestedWords()1585 if (shouldShowImportantNotice && noSuggestionsToOverrideImportantNotice) { in setSuggestedWords()
217 if (!ImportantNoticeUtils.shouldShowImportantNotice(getContext(), currentSettingsValues)) { in maybeShowImportantNoticeTitle()