Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/inputmethod/
DSpellCheckerPreferenceControllerTest.java101 final String spellCheckerAppLabel = "test"; in updateState_hasSpellerChecker_shouldSetSummaryToAppName() local
105 when(sci.loadLabel(mContext.getPackageManager())).thenReturn(spellCheckerAppLabel); in updateState_hasSpellerChecker_shouldSetSummaryToAppName()
109 assertThat(mPreference.getSummary()).isEqualTo(spellCheckerAppLabel); in updateState_hasSpellerChecker_shouldSetSummaryToAppName()