am 1a7da2ec: Merge "Change package of subtype count unit test"

* commit '1a7da2ec49547423d5071a8fd5b45dcd949ec332':
  Change package of subtype count unit test
main
Tadashi G. Takaoka 2014-10-02 07:54:33 +00:00 committed by Android Git Automerger
commit 9443530625
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;