Home
last modified time | relevance | path

Searched defs:imeSubtype (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/input/
H A DKeyboardLayoutManagerTests.kt490 val imeSubtype = createImeSubtype() regex
509 val imeSubtype = createImeSubtype() regex
594 val imeSubtype = createImeSubtypeForLanguageTag("hi") regex
/aosp14/frameworks/base/core/java/android/hardware/input/
H A DIInputManager.aidl117 in InputMethodInfo imeInfo, in InputMethodSubtype imeSubtype); in getKeyboardLayoutForInputDevice()
123 in InputMethodInfo imeInfo, in InputMethodSubtype imeSubtype, in setKeyboardLayoutForInputDevice()
127 int userId, in InputMethodInfo imeInfo, in InputMethodSubtype imeSubtype); in getKeyboardLayoutListForInputDevice()
H A DInputManager.java767 @Nullable InputMethodSubtype imeSubtype) { in getKeyboardLayoutForInputDevice()
795 @Nullable InputMethodSubtype imeSubtype, @NonNull String keyboardLayoutDescriptor) { in setKeyboardLayoutForInputDevice()
825 @Nullable InputMethodSubtype imeSubtype) { in getKeyboardLayoutListForInputDevice()
/aosp14/frameworks/base/services/core/java/com/android/server/input/
H A DKeyboardLayoutManager.java809 @Nullable InputMethodSubtype imeSubtype) { in getKeyboardLayoutForInputDevice()
827 @Nullable InputMethodSubtype imeSubtype, in setKeyboardLayoutForInputDevice()
858 @Nullable InputMethodSubtype imeSubtype) { in getKeyboardLayoutListForInputDevice()
1449 @Nullable InputMethodSubtype imeSubtype) { in ImeInfo()
H A DKeyboardMetricsCollector.java513 public Builder addLayoutSelection(@NonNull InputMethodSubtype imeSubtype, in addLayoutSelection()
539 InputMethodSubtype imeSubtype = mImeSubtypeList.get(i); in build() local
H A DInputManagerService.java1234 @Nullable InputMethodSubtype imeSubtype) { in getKeyboardLayoutForInputDevice()
1243 @Nullable InputMethodSubtype imeSubtype, String keyboardLayoutDescriptor) { in setKeyboardLayoutForInputDevice()
1252 @Nullable InputMethodSubtype imeSubtype) { in getKeyboardLayoutListForInputDevice()