Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DAppWorkaroundsTests.java66 Settings.getInstance().getCurrent().isBeforeJellyBean()); in testBeforeJellyBeanTrue()
72 Settings.getInstance().getCurrent().isBeforeJellyBean()); in testBeforeJellyBeanFalse()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
DAppWorkaroundsUtils.java39 public boolean isBeforeJellyBean() { in isBeforeJellyBean() method in AppWorkaroundsUtils
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
DSettingsValues.java292 public boolean isBeforeJellyBean() { in isBeforeJellyBean() method in SettingsValues
295 return null == appWorkaroundUtils ? false : appWorkaroundUtils.isBeforeJellyBean(); in isBeforeJellyBean()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
DInputLogic.java1112 if (inputTransaction.mSettingsValues.isBeforeJellyBean() in handleBackspaceEvent()
2001 if (Constants.CODE_ENTER == codePoint && settingsValues.isBeforeJellyBean()) { in sendKeyCodePoint()