Home
last modified time | relevance | path

Searched refs:setExplicitlyEnabledInputMethodSubtypes (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/com/android/internal/view/
DIInputMethodManager.aidl110 void setExplicitlyEnabledInputMethodSubtypes(String imeId, in int[] subtypeHashCodes, in setExplicitlyEnabledInputMethodSubtypes() method
/frameworks/base/core/java/android/view/inputmethod/
DIInputMethodManagerGlobalInvoker.java429 static void setExplicitlyEnabledInputMethodSubtypes(@NonNull String imeId, in setExplicitlyEnabledInputMethodSubtypes() method in IInputMethodManagerGlobalInvoker
436 service.setExplicitlyEnabledInputMethodSubtypes(imeId, subtypeHashCodes, userId); in setExplicitlyEnabledInputMethodSubtypes()
DInputMethodManager.java4195 public void setExplicitlyEnabledInputMethodSubtypes(@NonNull String imiId, in setExplicitlyEnabledInputMethodSubtypes() method in InputMethodManager
4197 IInputMethodManagerGlobalInvoker.setExplicitlyEnabledInputMethodSubtypes(imiId, in setExplicitlyEnabledInputMethodSubtypes()
/frameworks/opt/car/services/builtInServices/src_imms/com/android/server/inputmethod/
DInputMethodManagerServiceProxy.java662 public void setExplicitlyEnabledInputMethodSubtypes(String imeId, int[] subtypeHashCodes, in setExplicitlyEnabledInputMethodSubtypes() method in InputMethodManagerServiceProxy
670 imms.setExplicitlyEnabledInputMethodSubtypes(imeId, subtypeHashCodes, userId); in setExplicitlyEnabledInputMethodSubtypes()
DCarInputMethodManagerService.java4230 public void setExplicitlyEnabledInputMethodSubtypes(String imeId, in setExplicitlyEnabledInputMethodSubtypes() method in CarInputMethodManagerService
/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java4299 public void setExplicitlyEnabledInputMethodSubtypes(String imeId, in setExplicitlyEnabledInputMethodSubtypes() method in InputMethodManagerService
/frameworks/base/core/api/
Dcurrent.txt55765 method public void setExplicitlyEnabledInputMethodSubtypes(@NonNull String, @NonNull int[]);