Home
last modified time | relevance | path

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

/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityViewTreeReportingTest.java122 AccessibilityNodeInfo secondFrameLayout = getNodeByText(R.string.secondFrameLayout); in testDescendantsOfNotImportantViewReportedInOrder2() local
123 assertNotNull(secondFrameLayout); in testDescendantsOfNotImportantViewReportedInOrder2()
124 assertSame(3, secondFrameLayout.getChildCount()); in testDescendantsOfNotImportantViewReportedInOrder2()
128 assertEquals(secondTextView, secondFrameLayout.getChild(0)); in testDescendantsOfNotImportantViewReportedInOrder2()
132 assertEquals(secondEditText, secondFrameLayout.getChild(1)); in testDescendantsOfNotImportantViewReportedInOrder2()
136 assertEquals(secondButton, secondFrameLayout.getChild(2)); in testDescendantsOfNotImportantViewReportedInOrder2()