Searched refs:isBeforeJellyBean (Results 1 – 4 of 4) sorted by relevance
66 Settings.getInstance().getCurrent().isBeforeJellyBean()); in testBeforeJellyBeanTrue()72 Settings.getInstance().getCurrent().isBeforeJellyBean()); in testBeforeJellyBeanFalse()
39 public boolean isBeforeJellyBean() { in isBeforeJellyBean() method in AppWorkaroundsUtils
292 public boolean isBeforeJellyBean() { in isBeforeJellyBean() method in SettingsValues295 return null == appWorkaroundUtils ? false : appWorkaroundUtils.isBeforeJellyBean(); in isBeforeJellyBean()
1112 if (inputTransaction.mSettingsValues.isBeforeJellyBean() in handleBackspaceEvent()2001 if (Constants.CODE_ENTER == codePoint && settingsValues.isBeforeJellyBean()) { in sendKeyCodePoint()