Searched refs:inputMethodInfo (Results 1 – 5 of 5) sorted by relevance
29 InputMethod(InputMethodInfo inputMethodInfo) { in InputMethod() argument30 mInputMethodInfo = inputMethodInfo; in InputMethod()
212 .map(inputMethodInfo -> inputMethodInfo.getComponent()) in isValidIme()
825 .filter(inputMethodInfo -> !isSystemInputMethodInfo(inputMethodInfo)) in getEnabledNonSystemImes()826 .map(inputMethodInfo -> inputMethodInfo.getPackageName()) in getEnabledNonSystemImes()832 private boolean isSystemInputMethodInfo(InputMethodInfo inputMethodInfo) { in isSystemInputMethodInfo() argument833 final ApplicationInfo applicationInfo = inputMethodInfo.getServiceInfo().applicationInfo; in isSystemInputMethodInfo()
250 .stream().map(inputMethodInfo -> inputMethodInfo.getId()) in getEnabledInputMethods()
219 InputMethodInfo inputMethodInfo = new InputMethodInfo(mPackageName, mClassName, mLabel, in testEquals() local221 assertTrue(inputMethodInfo.equals(mInputMethodInfo)); in testEquals()