Searched refs:getCurrentInputMethodSubtype (Results 1 – 7 of 7) sorted by relevance
101 @nullable InputMethodSubtype getCurrentInputMethodSubtype(int userId); in getCurrentInputMethodSubtype() method
400 static InputMethodSubtype getCurrentInputMethodSubtype(@UserIdInt int userId) { in getCurrentInputMethodSubtype() method in IInputMethodManagerGlobalInvoker406 return service.getCurrentInputMethodSubtype(userId); in getCurrentInputMethodSubtype()
3881 public InputMethodSubtype getCurrentInputMethodSubtype() { in getCurrentInputMethodSubtype() method in InputMethodManager3882 return IInputMethodManagerGlobalInvoker.getCurrentInputMethodSubtype(UserHandle.myUserId()); in getCurrentInputMethodSubtype()
5544 public InputMethodSubtype getCurrentInputMethodSubtype(@UserIdInt int userId) { in getCurrentInputMethodSubtype() method
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
85737 Lcom/android/internal/view/IInputMethodManager$Stub$Proxy;->getCurrentInputMethodSubtype()Landroid/…85806 Lcom/android/internal/view/IInputMethodManager;->getCurrentInputMethodSubtype()Landroid/view/inputm…
55741 …method @Nullable public android.view.inputmethod.InputMethodSubtype getCurrentInputMethodSubtype();