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

Commit 94435306 authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka Committed by Android Git Automerger
Browse files

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

* commit '1a7da2ec':
  Change package of subtype count unit test
parents 0747228f 1a7da2ec
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;