HomeSort by relevance Sort by last modified time
    Searched defs:isBeforeJellyBean (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
AppWorkaroundsUtils.java 39 public boolean isBeforeJellyBean() {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
SettingsValues.java 292 public boolean isBeforeJellyBean() {
295 return null == appWorkaroundUtils ? false : appWorkaroundUtils.isBeforeJellyBean();

Completed in 9593 milliseconds