Searched refs:updatingString (Results 1 – 2 of 2) sorted by relevance
219 StringBuffer updatingString = new StringBuffer(originalText); in testChangeTextAfterSetting_shouldNotAffectInfo() local220 info.setText(updatingString); in testChangeTextAfterSetting_shouldNotAffectInfo()221 info.setError(updatingString); in testChangeTextAfterSetting_shouldNotAffectInfo()222 info.setContentDescription(updatingString); in testChangeTextAfterSetting_shouldNotAffectInfo()223 info.setStateDescription(updatingString); in testChangeTextAfterSetting_shouldNotAffectInfo()225 updatingString.delete(0, updatingString.length()); in testChangeTextAfterSetting_shouldNotAffectInfo()226 updatingString.append(newText); in testChangeTextAfterSetting_shouldNotAffectInfo()
634 StringBuffer updatingString = new StringBuffer(originalText); in testChangeTextAfterSetting_shouldNotAffectEvent() local635 event.setBeforeText(updatingString); in testChangeTextAfterSetting_shouldNotAffectEvent()636 event.setContentDescription(updatingString); in testChangeTextAfterSetting_shouldNotAffectEvent()638 updatingString.delete(0, updatingString.length()); in testChangeTextAfterSetting_shouldNotAffectEvent()639 updatingString.append(newText); in testChangeTextAfterSetting_shouldNotAffectEvent()