Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/tests/coretests/src/android/view/accessibility/
H A DAccessibilityCacheTest.java373 final CharSequence contentDescription2 = "bar"; in overwriteThenGetNode_returnsNewNode() local
380 nodeInfo2.setContentDescription(contentDescription2); in overwriteThenGetNode_returnsNewNode()
385 assertEquals(contentDescription2, nodeFromCache.getContentDescription()); in overwriteThenGetNode_returnsNewNode()
396 final CharSequence contentDescription2 = "bar"; in nodesInDifferentWindowWithSameId_areKeptSeparate() local
404 nodeInfo2.setContentDescription(contentDescription2); in nodesInDifferentWindowWithSameId_areKeptSeparate()