Searched refs:InputMethodPrivilegedOperationsRegistry (Results 1 – 7 of 7) sorted by relevance
35 public final class InputMethodPrivilegedOperationsRegistry { class36 private InputMethodPrivilegedOperationsRegistry() { in InputMethodPrivilegedOperationsRegistry() method in InputMethodPrivilegedOperationsRegistry
92 import com.android.internal.inputmethod.InputMethodPrivilegedOperationsRegistry;1318 InputMethodPrivilegedOperationsRegistry.get( in showStatusIcon()1329 InputMethodPrivilegedOperationsRegistry.get(imeToken).updateStatusIconAsync(null, 0); in hideStatusIcon()2499 InputMethodPrivilegedOperationsRegistry.get(token).setInputMethod(id); in setInputMethod()2529 InputMethodPrivilegedOperationsRegistry.get(token).setInputMethodAndSubtype(id, subtype); in setInputMethodAndSubtype()2549 InputMethodPrivilegedOperationsRegistry.get(token).hideMySoftInput(flags); in hideSoftInputFromInputMethod()2570 InputMethodPrivilegedOperationsRegistry.get(token).showMySoftInput(flags); in showSoftInputFromInputMethod()2981 return InputMethodPrivilegedOperationsRegistry.get(imeToken).switchToPreviousInputMethod(); in switchToLastInputMethod()2999 return InputMethodPrivilegedOperationsRegistry.get(imeToken) in switchToNextInputMethod()3019 return InputMethodPrivilegedOperationsRegistry.get(imeToken) in shouldOfferSwitchingToNextInputMethod()
137 import com.android.internal.inputmethod.InputMethodPrivilegedOperationsRegistry;604 if (InputMethodPrivilegedOperationsRegistry.isRegistered(token)) { in initializeInternal()616 InputMethodPrivilegedOperationsRegistry.put(token, mPrivOps); in initializeInternal()1425 InputMethodPrivilegedOperationsRegistry.remove(mToken); in onDestroy()
8942 com.android.internal.inputmethod.InputMethodPrivilegedOperationsRegistry
33148 Lcom/android/internal/inputmethod/InputMethodPrivilegedOperationsRegistry;
8963 com.android.internal.inputmethod.InputMethodPrivilegedOperationsRegistry
42812 Lcom/android/internal/inputmethod/InputMethodPrivilegedOperationsRegistry;