Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/testutils/
DShadowInputMethodManager.java81 String inputMethodIdString = Settings.Secure.getString( in getEnabledInputMethodList() local
84 if (inputMethodIdString == null || inputMethodIdString.isEmpty()) { in getEnabledInputMethodList()
88 InputMethodUtil.sInputMethodSplitter.setString(inputMethodIdString); in getEnabledInputMethodList()