aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/LatinIME.java
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2013-02-04 18:33:00 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2013-02-04 18:33:00 -0800
commitd7185cfd5744976dd3914f109c44a957d4b75ace (patch)
treeb1fada37ad322590720e9b7166e82cc402e555f8 /java/src/com/android/inputmethod/latin/LatinIME.java
parent62e14ad67d1cf11219352ae37956cf9bb797ea67 (diff)
parent298b4240f84344bbcd70b72dfb20806ba93ffd22 (diff)
downloadlatinime-d7185cfd5744976dd3914f109c44a957d4b75ace.tar.gz
latinime-d7185cfd5744976dd3914f109c44a957d4b75ace.tar.xz
latinime-d7185cfd5744976dd3914f109c44a957d4b75ace.zip
am 298b4240: Separate IntentUtils from CompatUtils
# Via Tadashi G. Takaoka * commit '298b4240f84344bbcd70b72dfb20806ba93ffd22': Separate IntentUtils from CompatUtils
Diffstat (limited to 'java/src/com/android/inputmethod/latin/LatinIME.java')
-rw-r--r--java/src/com/android/inputmethod/latin/LatinIME.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/java/src/com/android/inputmethod/latin/LatinIME.java b/java/src/com/android/inputmethod/latin/LatinIME.java
index 08217326a..1c49bb0cc 100644
--- a/java/src/com/android/inputmethod/latin/LatinIME.java
+++ b/java/src/com/android/inputmethod/latin/LatinIME.java
@@ -62,7 +62,6 @@ import android.view.inputmethod.InputMethodSubtype;
import com.android.inputmethod.accessibility.AccessibilityUtils;
import com.android.inputmethod.accessibility.AccessibleKeyboardViewProxy;
import com.android.inputmethod.annotations.UsedForTesting;
-import com.android.inputmethod.compat.CompatUtils;
import com.android.inputmethod.compat.InputMethodServiceCompatUtils;
import com.android.inputmethod.compat.SuggestionSpanUtils;
import com.android.inputmethod.event.EventInterpreter;
@@ -2512,7 +2511,7 @@ public final class LatinIME extends InputMethodService implements KeyboardAction
di.dismiss();
switch (position) {
case 0:
- Intent intent = CompatUtils.getInputLanguageSelectionIntent(
+ final Intent intent = IntentUtils.getInputLanguageSelectionIntent(
mRichImm.getInputMethodIdOfThisIme(),
Intent.FLAG_ACTIVITY_NEW_TASK
| Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED