Change package of subtype count unit test

Change-Id: Ie191c0607bb8388632fda5d276dd95f962676e3e
main
Tadashi G. Takaoka 2014-10-01 17:52:05 +09:00
parent 5a4e1c5a67
commit f2c64cd644
1 changed files with 3 additions and 1 deletions

View File

@ -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;