Searched refs:updateCandidates (Results 1 – 7 of 7) sorted by relevance
111 mFragment.updateCandidates(); in testUpdateCandidates_noValidScorers_nonePreference()132 mFragment.updateCandidates(); in testUpdateCandidates_validScorers_noActiveScorer()157 mFragment.updateCandidates(); in testUpdateCandidates_validScorer()
53 updateCandidates(); in onCreatePreferences()72 public void updateCandidates() { in updateCandidates() method in NetworkScorerPicker
71 updateCandidates(); in onCreatePreferences()122 public void updateCandidates() { in updateCandidates() method in RadioButtonPickerFragment
97 doNothing().when(mPicker).updateCandidates(); in setUp()162 verify(mPicker, times(1)).updateCandidates(); in testFailingClickUpdatesSetting()
1764 private void updateViewStatusForPrediction(boolean updateCandidates, boolean updateEmptyText) { in updateViewStatusForPrediction() argument1769 updateViewStatus(ComposingText.LAYER1, updateCandidates, updateEmptyText); in updateViewStatusForPrediction()1779 private void updateViewStatus(int layer, boolean updateCandidates, boolean updateEmptyText) { in updateViewStatus() argument1782 if (updateCandidates) { in updateViewStatus()
95 updateCandidates(); in onSelectionPerformed()
142 updateCandidates(); in update()