Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DCommandReceiverActivity.java702 .filter(inputMethodInfo -> !isSystemInputMethodInfo(inputMethodInfo)) in getEnabledNonSystemImes()
709 private boolean isSystemInputMethodInfo(InputMethodInfo inputMethodInfo) { in isSystemInputMethodInfo() method in CommandReceiverActivity