Searched refs:ShadowInputMethodManagerWithMethodList (Results 1 – 4 of 4) sorted by relevance
35 public class ShadowInputMethodManagerWithMethodList extends ShadowInputMethodManager { class70 public static ShadowInputMethodManagerWithMethodList getShadow() { in getShadow()71 return (ShadowInputMethodManagerWithMethodList) Shadow.extract( in getShadow()
32 import com.android.settings.testutils.shadow.ShadowInputMethodManagerWithMethodList;45 @Config(shadows = ShadowInputMethodManagerWithMethodList.class)64 ShadowInputMethodManagerWithMethodList.getShadow().setInputMethodList(imis); in getSummary_shouldSetToCurrentImeName()
32 import com.android.settings.testutils.shadow.ShadowInputMethodManagerWithMethodList;45 @Config(shadows = ShadowInputMethodManagerWithMethodList.class)81 ShadowInputMethodManagerWithMethodList.getShadow().setEnabledInputMethodList(imis); in onStart_hasInputMethod_shouldHaveCorrectPreferences()
35 import com.android.settings.testutils.shadow.ShadowInputMethodManagerWithMethodList;50 @Config(shadows = ShadowInputMethodManagerWithMethodList.class)88 ShadowInputMethodManagerWithMethodList.getShadow().setInputMethodList(imis); in displayPreference_hasInputMethodSubType_shouldAddPreference()