diff options
author | 2014-10-01 17:52:05 +0900 | |
---|---|---|
committer | 2014-10-02 12:25:50 +0900 | |
commit | f2c64cd64424fd2012b9d471151bb8424500be96 (patch) | |
tree | 17db9edacc2898a26cd0482689ddec0e05aa363e /tests/src | |
parent | 5a4e1c5a67bbb64b6be880c4be41a6e6871769b5 (diff) | |
download | latinime-f2c64cd64424fd2012b9d471151bb8424500be96.tar.gz latinime-f2c64cd64424fd2012b9d471151bb8424500be96.tar.xz latinime-f2c64cd64424fd2012b9d471151bb8424500be96.zip |
Change package of subtype count unit test
Change-Id: Ie191c0607bb8388632fda5d276dd95f962676e3e
Diffstat (limited to 'tests/src')
-rw-r--r-- | tests/src/com/android/inputmethod/keyboard/layout/tests/KeyboardLayoutSetSubtypesCountTests.java (renamed from tests/src/com/android/inputmethod/keyboard/KeyboardLayoutSetSubtypesCountTests.java) | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/src/com/android/inputmethod/keyboard/KeyboardLayoutSetSubtypesCountTests.java b/tests/src/com/android/inputmethod/keyboard/layout/tests/KeyboardLayoutSetSubtypesCountTests.java index dc9531517..6f747b377 100644 --- a/tests/src/com/android/inputmethod/keyboard/KeyboardLayoutSetSubtypesCountTests.java +++ b/tests/src/com/android/inputmethod/keyboard/layout/tests/KeyboardLayoutSetSubtypesCountTests.java @@ -14,11 +14,13 @@ * limitations under the License. */ -package com.android.inputmethod.keyboard; +package com.android.inputmethod.keyboard.layout.tests; import android.test.suitebuilder.annotation.SmallTest; import android.view.inputmethod.InputMethodSubtype; +import com.android.inputmethod.keyboard.KeyboardLayoutSetTestsBase; +import com.android.inputmethod.keyboard.KeyboardTheme; import com.android.inputmethod.latin.utils.SubtypeLocaleUtils; import java.util.ArrayList; |