Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodUtils.java955 @Nullable Predicate<InputMethodInfo> matchingCondition) { in getEnabledInputMethodListWithFilterLocked()
957 getEnabledInputMethodsAndSubtypeListLocked(), matchingCondition); in getEnabledInputMethodListWithFilterLocked()
1047 Predicate<InputMethodInfo> matchingCondition) { in createEnabledInputMethodListLocked() argument
1052 && (matchingCondition == null || matchingCondition.test(info))) { in createEnabledInputMethodListLocked()