LatinIME/tests
Yohei Yukawa d6525756a1 Add missing test runner annotations
These tests are supposed to run even withotu @RunWith annocation, but
for better consistency we should have it there.

Bug: 110805255
Test: verified as follows. No new test failures.
    tapas adb LatinIME LatinIMETests arm64 userdebug && \
    DISABLE_PROGUARD=true make -j LatinIME && \
    adb install -r $OUT/system/app/LatinIME/LatinIME.apk && \
    atest LatinIMETests:com.android.inputmethod.latin.ContactsDictionaryUtilsTest && \
    atest LatinIMETests:com.android.inputmethod.latin.ContactsContentObserverTest
Change-Id: I5c115d57b2ad41642f5f9b09b0c0d8f8c12480b0
2018-08-13 14:36:49 -07:00
..
data Fix SuggestTests 2012-01-13 15:25:28 +09:00
res Add label and icon to the test app 2014-10-14 10:17:35 -07:00
src/com/android/inputmethod Add missing test runner annotations 2018-08-13 14:36:49 -07:00
Android.mk Move <uses-sdk /> to a differnt XML 2018-07-25 14:21:09 -07:00
AndroidManifest.xml Specify version code in AndroidManifest.xml 2018-07-25 17:08:47 -07:00
AndroidManifest_SdkVersion.xml Move <uses-sdk /> to a differnt XML 2018-07-25 14:21:09 -07:00
AndroidTest.xml Add AndroidTest.xml for LatinIME 2018-07-04 18:25:53 -07:00