Home
last modified time | relevance | path

Searched defs:imeSettings (Results 1 – 2 of 2) sorted by relevance

/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DMockImeSession.java166 @Nullable ImeSettings.Builder imeSettings) throws Exception { in writeMockImeSettings()
196 private void initialize(@Nullable ImeSettings.Builder imeSettings) throws Exception { in initialize()
241 @Nullable ImeSettings.Builder imeSettings) throws Exception { in create()
DMockIme.java286 KeyboardLayoutView(Context context, @NonNull ImeSettings imeSettings, in KeyboardLayoutView()