Searched refs:InputMethodPrivilegedOperationsRegistry (Results 1 – 7 of 7) sorted by relevance
35 public final class InputMethodPrivilegedOperationsRegistry { class36 private InputMethodPrivilegedOperationsRegistry() { in InputMethodPrivilegedOperationsRegistry() method in InputMethodPrivilegedOperationsRegistry
121 import com.android.internal.inputmethod.InputMethodPrivilegedOperationsRegistry;2023 InputMethodPrivilegedOperationsRegistry.get( in showStatusIcon()2034 InputMethodPrivilegedOperationsRegistry.get(imeToken).updateStatusIconAsync(null, 0); in hideStatusIcon()4319 InputMethodPrivilegedOperationsRegistry.get(token).setInputMethod(id); in setInputMethod()4351 InputMethodPrivilegedOperationsRegistry.get(token).setInputMethodAndSubtype(id, subtype); in setInputMethodAndSubtype()4371 InputMethodPrivilegedOperationsRegistry.get(token).hideMySoftInput(statsToken, flags, in hideSoftInputFromInputMethod()4393 InputMethodPrivilegedOperationsRegistry.get(token).showMySoftInput(statsToken, flags, in showSoftInputFromInputMethod()4889 return InputMethodPrivilegedOperationsRegistry.get(imeToken).switchToPreviousInputMethod(); in switchToLastInputMethod()4907 return InputMethodPrivilegedOperationsRegistry.get(imeToken) in switchToNextInputMethod()4927 return InputMethodPrivilegedOperationsRegistry.get(imeToken) in shouldOfferSwitchingToNextInputMethod()
173 import com.android.internal.inputmethod.InputMethodPrivilegedOperationsRegistry;793 InputMethodPrivilegedOperationsRegistry.put(params.token, mPrivOps); in initializeInternal()1977 InputMethodPrivilegedOperationsRegistry.remove(mToken); in onDestroy()
551 Lcom/android/internal/inputmethod/InputMethodPrivilegedOperationsRegistry; 329
11691 com.android.internal.inputmethod.InputMethodPrivilegedOperationsRegistry
11655 com.android.internal.inputmethod.InputMethodPrivilegedOperationsRegistry
34997 Lcom/android/internal/inputmethod/InputMethodPrivilegedOperationsRegistry;