Searched refs:updatingString (Results 1 – 2 of 2) sorted by relevance
236 StringBuffer updatingString = new StringBuffer(originalText); in testChangeTextAfterSetting_shouldNotAffectInfo() local237 info.setText(updatingString); in testChangeTextAfterSetting_shouldNotAffectInfo()238 info.setError(updatingString); in testChangeTextAfterSetting_shouldNotAffectInfo()239 info.setContentDescription(updatingString); in testChangeTextAfterSetting_shouldNotAffectInfo()240 info.setStateDescription(updatingString); in testChangeTextAfterSetting_shouldNotAffectInfo()242 updatingString.delete(0, updatingString.length()); in testChangeTextAfterSetting_shouldNotAffectInfo()243 updatingString.append(newText); in testChangeTextAfterSetting_shouldNotAffectInfo()
552 StringBuffer updatingString = new StringBuffer(originalText); in testChangeTextAfterSetting_shouldNotAffectEvent() local553 event.setBeforeText(updatingString); in testChangeTextAfterSetting_shouldNotAffectEvent()554 event.setContentDescription(updatingString); in testChangeTextAfterSetting_shouldNotAffectEvent()556 updatingString.delete(0, updatingString.length()); in testChangeTextAfterSetting_shouldNotAffectEvent()557 updatingString.append(newText); in testChangeTextAfterSetting_shouldNotAffectEvent()