OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
39
import com.android.inputmethod.latin.utils.
UncachedInputMethodManagerUtils
;
105
&&
UncachedInputMethodManagerUtils
.isThisImeCurrent(context, imm);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/
SetupWizardActivity.java
41
import com.android.inputmethod.latin.utils.
UncachedInputMethodManagerUtils
;
101
if (
UncachedInputMethodManagerUtils
.isThisImeEnabled(setupWizardActivity,
289
UncachedInputMethodManagerUtils
.getInputMethodInfoOf(getPackageName(), mImm);
316
if (!
UncachedInputMethodManagerUtils
.isThisImeEnabled(this, mImm)) {
319
if (!
UncachedInputMethodManagerUtils
.isThisImeCurrent(this, mImm)) {
Completed in 239 milliseconds