Searched refs:secondFrameLayout (Results 1 – 1 of 1) sorted by relevance
122 AccessibilityNodeInfo secondFrameLayout = getNodeByText(R.string.secondFrameLayout); in testDescendantsOfNotImportantViewReportedInOrder2() local123 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()