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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
H A DImportantNoticeUtilsTests.java119 ImportantNoticeUtils.shouldShowImportantNotice(getContext()));
132 ImportantNoticeUtils.shouldShowImportantNotice(getContext()));
159 // Call {@link ImportantNoticeUtils#shouldShowImportantNotice(Context)} before timeout.
161 ImportantNoticeUtils.shouldShowImportantNotice(getContext()));
175 // Call {@link ImportantNoticeUtils#shouldShowImportantNotice(Context)} before timeout
178 ImportantNoticeUtils.shouldShowImportantNotice(getContext()));
192 // Call {@link ImportantNoticeUtils#shouldShowImportantNotice(Context)} after timeout.
194 ImportantNoticeUtils.shouldShowImportantNotice(getContext()));
208 // Call {@link ImportantNoticeUtils#shouldShowImportantNotice(Context)} after timeout again.
210 ImportantNoticeUtils.shouldShowImportantNotice(getContex
[all...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
H A DImportantNoticeUtils.java106 public static boolean shouldShowImportantNotice(final Context context) { method in class:ImportantNoticeUtils
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DLatinIME.java1473 final boolean shouldShowImportantNotice =
1474 ImportantNoticeUtils.shouldShowImportantNotice(this);
1478 final boolean shouldShowSuggestionsStripUnlessPassword = shouldShowImportantNotice
1499 if (shouldShowImportantNotice && noSuggestionsToOverrideImportantNotice) {
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
H A DSuggestionStripView.java251 if (!ImportantNoticeUtils.shouldShowImportantNotice(getContext())) {

Completed in 290 milliseconds