Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f2c64cd6 authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka
Browse files

Change package of subtype count unit test

Change-Id: Ie191c0607bb8388632fda5d276dd95f962676e3e
parent 5a4e1c5a
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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;