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.java236 StringBuffer updatingString = new StringBuffer(originalText); in testChangeTextAfterSetting_shouldNotAffectInfo() local
237 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()
DAccessibilityEventTest.java552 StringBuffer updatingString = new StringBuffer(originalText); in testChangeTextAfterSetting_shouldNotAffectEvent() local
553 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()