Home
last modified time | relevance | path

Searched refs:updatingString (Results 1 – 2 of 2) sorted by relevance

/cts/tests/accessibility/src/android/view/accessibility/cts/
DAccessibilityNodeInfoTest.java220 StringBuffer updatingString = new StringBuffer(originalText); in testChangeTextAfterSetting_shouldNotAffectInfo() local
221 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()
DAccessibilityEventTest.java630 StringBuffer updatingString = new StringBuffer(originalText); in testChangeTextAfterSetting_shouldNotAffectEvent() local
631 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()