Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/view/accessibility/
DAccessibilityCacheTest.java416 AccessibilityNodeInfo nodeInfo1 = null, nodeInfo2 = null, nodeFromCache = null; in overwriteThenGetNode_returnsNewNode() local
418 nodeInfo1 = getNodeWithA11yAndWindowId(SINGLE_VIEW_ID, WINDOW_ID_1); in overwriteThenGetNode_returnsNewNode()
419 nodeInfo1.setContentDescription(contentDescription1); in overwriteThenGetNode_returnsNewNode()
420 long id = nodeInfo1.getSourceNodeId(); in overwriteThenGetNode_returnsNewNode()
421 nodeInfo2 = AccessibilityNodeInfo.obtain(nodeInfo1); in overwriteThenGetNode_returnsNewNode()
423 mAccessibilityCache.add(nodeInfo1); in overwriteThenGetNode_returnsNewNode()
431 nodeInfo1.recycle(); in overwriteThenGetNode_returnsNewNode()
439 AccessibilityNodeInfo nodeInfo1 = null, nodeInfo2 = null, in nodesInDifferentWindowWithSameId_areKeptSeparate() local
442 nodeInfo1 = getNodeWithA11yAndWindowId(SINGLE_VIEW_ID, WINDOW_ID_1); in nodesInDifferentWindowWithSameId_areKeptSeparate()
443 nodeInfo1.setContentDescription(contentDescription1); in nodesInDifferentWindowWithSameId_areKeptSeparate()
[all …]