LatinIME/tests
Yohei Yukawa 6d43124215 Stop using deprecated InputMethodSubtype constructor
The constructors of InputMethodSubtype were deprecated in API level 19.
However we cannot yet switch to a new InputMethodSubtypeBuilder style
due to our minimum support API level.

As an intermediate solution, this patch replaces the these API calls
with InputMethodSubtypeCompatUtils.newInputMethodSubtype so that
these legacy API call can be consolidated at the same place.

BUG: 13030512
Change-Id: I561a585f5dbea56c337680b645be5ef07015a0b1
2014-02-17 15:32:33 +09:00
..
data Fix SuggestTests 2012-01-13 15:25:28 +09:00
res Fix KeySpecParserSplitTests 2013-07-23 19:29:33 +09:00
src/com/android/inputmethod Stop using deprecated InputMethodSubtype constructor 2014-02-17 15:32:33 +09:00
Android.mk Remove android.test.runner from tests app 2013-02-05 16:07:31 -08:00
AndroidManifest.xml Reset to 9bd6dac470 2013-12-13 17:13:32 +09:00