OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shouldShowImportantNotice
(Results
1 - 4
of
4
) sorted by null
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
ImportantNoticeUtilsTests.java
120
ImportantNoticeUtils.
shouldShowImportantNotice
(getContext(), mMockSettingsValues));
125
ImportantNoticeUtils.
shouldShowImportantNotice
(getContext(), mMockSettingsValues));
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
ImportantNoticeUtils.java
83
public static boolean
shouldShowImportantNotice
(final Context context,
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java
[
all
...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
SuggestionStripView.java
217
if (!ImportantNoticeUtils.
shouldShowImportantNotice
(getContext(), currentSettingsValues)) {
Completed in 173 milliseconds