Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
DImportantNoticeUtilsTests.java120 ImportantNoticeUtils.shouldShowImportantNotice(getContext(), mMockSettingsValues)); in testPersonalizationSetting()
125 ImportantNoticeUtils.shouldShowImportantNotice(getContext(), mMockSettingsValues)); in testPersonalizationSetting()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DImportantNoticeUtils.java83 public static boolean shouldShowImportantNotice(final Context context, in shouldShowImportantNotice() method in ImportantNoticeUtils
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DLatinIME.java1496 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()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
DSuggestionStripView.java217 if (!ImportantNoticeUtils.shouldShowImportantNotice(getContext(), currentSettingsValues)) { in maybeShowImportantNoticeTitle()