diff options
author | 2014-11-06 20:29:29 +0900 | |
---|---|---|
committer | 2014-11-07 18:00:03 +0900 | |
commit | 5b91b551e5ffaf2c2e691dfbd434f21c82293986 (patch) | |
tree | a92bfd150c454fe4cf181697923bdf3308ac5aba /tests/src/com/android/inputmethod/latin/utils/CollectionUtilsTests.java | |
parent | 7286667754f516ae24e34e033f15e9f5b6fcd279 (diff) | |
download | latinime-5b91b551e5ffaf2c2e691dfbd434f21c82293986.tar.gz latinime-5b91b551e5ffaf2c2e691dfbd434f21c82293986.tar.xz latinime-5b91b551e5ffaf2c2e691dfbd434f21c82293986.zip |
Move util classes under common
Also why did we have two copies of LocaleUtils >.>
Bug: 18108776
Change-Id: I03b4403dfd51934e66b567f2f8b87da419cfb3ab
Diffstat (limited to 'tests/src/com/android/inputmethod/latin/utils/CollectionUtilsTests.java')
-rw-r--r-- | tests/src/com/android/inputmethod/latin/utils/CollectionUtilsTests.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/src/com/android/inputmethod/latin/utils/CollectionUtilsTests.java b/tests/src/com/android/inputmethod/latin/utils/CollectionUtilsTests.java index dc4e2e4bb..47fd5feaa 100644 --- a/tests/src/com/android/inputmethod/latin/utils/CollectionUtilsTests.java +++ b/tests/src/com/android/inputmethod/latin/utils/CollectionUtilsTests.java @@ -19,6 +19,8 @@ package com.android.inputmethod.latin.utils; import android.test.AndroidTestCase; import android.test.suitebuilder.annotation.SmallTest; +import com.android.inputmethod.latin.common.CollectionUtils; + import java.util.ArrayList; import java.util.Arrays; import java.util.Collections; |