Searched refs:updatingString (Results 1 – 2 of 2) sorted by relevance
220 StringBuffer updatingString = new StringBuffer(originalText); in testChangeTextAfterSetting_shouldNotAffectInfo() local221 info.setText(updatingString); in testChangeTextAfterSetting_shouldNotAffectInfo()222 info.setError(updatingString); in testChangeTextAfterSetting_shouldNotAffectInfo()223 info.setContentDescription(updatingString); in testChangeTextAfterSetting_shouldNotAffectInfo()224 info.setStateDescription(updatingString); in testChangeTextAfterSetting_shouldNotAffectInfo()226 updatingString.delete(0, updatingString.length()); in testChangeTextAfterSetting_shouldNotAffectInfo()227 updatingString.append(newText); in testChangeTextAfterSetting_shouldNotAffectInfo()
630 StringBuffer updatingString = new StringBuffer(originalText); in testChangeTextAfterSetting_shouldNotAffectEvent() local631 event.setBeforeText(updatingString); in testChangeTextAfterSetting_shouldNotAffectEvent()632 event.setContentDescription(updatingString); in testChangeTextAfterSetting_shouldNotAffectEvent()634 updatingString.delete(0, updatingString.length()); in testChangeTextAfterSetting_shouldNotAffectEvent()635 updatingString.append(newText); in testChangeTextAfterSetting_shouldNotAffectEvent()