Searched refs:UncachedInputMethodManagerUtils (Results 1 – 3 of 3) sorted by relevance
41 import com.android.inputmethod.latin.utils.UncachedInputMethodManagerUtils;101 if (UncachedInputMethodManagerUtils.isThisImeEnabled(setupWizardActivity, in handleMessage()289 UncachedInputMethodManagerUtils.getInputMethodInfoOf(getPackageName(), mImm); in invokeSubtypeEnablerOfThisIme()316 if (!UncachedInputMethodManagerUtils.isThisImeEnabled(this, mImm)) { in determineSetupStepNumber()319 if (!UncachedInputMethodManagerUtils.isThisImeCurrent(this, mImm)) { in determineSetupStepNumber()
39 import com.android.inputmethod.latin.utils.UncachedInputMethodManagerUtils;105 && UncachedInputMethodManagerUtils.isThisImeCurrent(context, imm); in onReceive()
30 public final class UncachedInputMethodManagerUtils { class