HomeSort by relevance Sort by last modified time
    Searched refs:UncachedInputMethodManagerUtils (Results 1 - 3 of 3) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
UncachedInputMethodManagerUtils.java 30 public final class UncachedInputMethodManagerUtils {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SystemBroadcastReceiver.java 30 import com.android.inputmethod.latin.utils.UncachedInputMethodManagerUtils;
96 && UncachedInputMethodManagerUtils.isThisImeCurrent(context, imm);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/
SetupWizardActivity.java 41 import com.android.inputmethod.latin.utils.UncachedInputMethodManagerUtils;
97 if (UncachedInputMethodManagerUtils.isThisImeEnabled(setupWizardActivity,
283 UncachedInputMethodManagerUtils.getInputMethodInfoOf(getPackageName(), mImm);
307 if (!UncachedInputMethodManagerUtils.isThisImeEnabled(this, mImm)) {
310 if (!UncachedInputMethodManagerUtils.isThisImeCurrent(this, mImm)) {

Completed in 258 milliseconds