Searched refs:spellCheckerAppLabel (Results 1 – 1 of 1) sorted by relevance
105 final String spellCheckerAppLabel = "test"; in updateState_hasSpellerChecker_shouldSetSummaryToAppName() local109 when(sci.loadLabel(mContext.getPackageManager())).thenReturn(spellCheckerAppLabel); in updateState_hasSpellerChecker_shouldSetSummaryToAppName()113 assertThat(mPreference.getSummary()).isEqualTo(spellCheckerAppLabel); in updateState_hasSpellerChecker_shouldSetSummaryToAppName()