Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/view/accessibility/
DAccessibilityCacheTest.java415 final CharSequence contentDescription2 = "bar"; in overwriteThenGetNode_returnsNewNode() local
422 nodeInfo2.setContentDescription(contentDescription2); in overwriteThenGetNode_returnsNewNode()
427 assertEquals(contentDescription2, nodeFromCache.getContentDescription()); in overwriteThenGetNode_returnsNewNode()
438 final CharSequence contentDescription2 = "bar"; in nodesInDifferentWindowWithSameId_areKeptSeparate() local
446 nodeInfo2.setContentDescription(contentDescription2); in nodesInDifferentWindowWithSameId_areKeptSeparate()