Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/inputmethod/
DAvailableVirtualKeyboardFragmentTest.java79 private InputMethodSettingValuesWrapper mValuesWrapper; field in AvailableVirtualKeyboardFragmentTest
134 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()