Searched refs:mValuesWrapper (Results 1 – 1 of 1) sorted by relevance
79 private InputMethodSettingValuesWrapper mValuesWrapper; field in AvailableVirtualKeyboardFragmentTest134 verify(mValuesWrapper, times(2)).refreshAllInputMethodAndSubtypes(); in onResume_refreshAllInputMethodAndSubtypes()152 verify(mValuesWrapper).refreshAllInputMethodAndSubtypes(); in onSaveInputMethodPreference_refreshAllInputMethodAndSubtypes()161 verify(mValuesWrapper).getInputMethodList(); in updateInputMethodPreferenceViews_callsExpectedMethods()169 when(mValuesWrapper.getInputMethodList()).thenReturn(createFakeInputMethodInfoList( in updateInputMethodPreferenceViews_addExpectedInputMethodPreference()192 mFragment.mInputMethodSettingValues = mValuesWrapper; in initFragment()