Searched refs:methodList (Results 1 – 2 of 2) sorted by relevance
52 final List<InputMethodInfo> methodList = filterInputMethodServices(resolveInfoList, in testFilterInputMethodServices_loadsAllImesBelowThreshold() local54 assertEquals(5, methodList.size()); in testFilterInputMethodServices_loadsAllImesBelowThreshold()65 final List<InputMethodInfo> methodList = filterInputMethodServices(resolveInfoList, in testFilterInputMethodServices_ignoresImesBeyondThreshold() local67 assertWithMessage("Filtered IMEs").that(methodList.size()).isEqualTo( in testFilterInputMethodServices_ignoresImesBeyondThreshold()80 final List<InputMethodInfo> methodList = filterInputMethodServices(resolveInfoList, in testFilterInputMethodServices_loadsSystemImesBeyondThreshold() local82 assertWithMessage("Filtered IMEs").that(methodList.size()).isEqualTo( in testFilterInputMethodServices_loadsSystemImesBeyondThreshold()98 final List<InputMethodInfo> methodList = filterInputMethodServices(resolveInfoList, in testFilterInputMethodServices_ignoresImesBeyondThresholdFromTwoPackages() local100 assertWithMessage("Filtered IMEs").that(methodList.size()).isEqualTo( in testFilterInputMethodServices_ignoresImesBeyondThresholdFromTwoPackages()120 assertWithMessage("Filtered IMEs").that(methodList.size()).isEqualTo( in testFilterInputMethodServices_stillLoadsEnabledImesBeyondThreshold()127 final ArrayList<InputMethodInfo> methodList = new ArrayList<>(); in filterInputMethodServices() local[all …]
2121 final ArrayList<InputMethodInfo> methodList; in getInputMethodListLocked() local2130 methodList = new ArrayList<>(); in getInputMethodListLocked()2139 methodList.removeIf(imi -> in getInputMethodListLocked()2141 return methodList; in getInputMethodListLocked()2147 final ArrayList<InputMethodInfo> methodList; in getEnabledInputMethodListLocked() local2158 methodList.removeIf(imi -> in getEnabledInputMethodListLocked()2160 return methodList; in getEnabledInputMethodListLocked()5209 methodList.clear(); in queryInputMethodServicesInternal()5234 methodList.ensureCapacity(services.size()); in queryInputMethodServicesInternal()5275 methodList.add(imi); in filterInputMethodServices()[all …]