Home
last modified time | relevance | path

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

/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityViewTreeReportingTest.java103 AccessibilityNodeInfo firstFrameLayout = getNodeByText(R.string.firstFrameLayout); in testDescendantsOfNotImportantViewReportedInOrder1()
108 AccessibilityNodeInfo firstTextView = getNodeByText(R.string.firstTextView); in testDescendantsOfNotImportantViewReportedInOrder1()
112 AccessibilityNodeInfo firstEditText = getNodeByText(R.string.firstEditText); in testDescendantsOfNotImportantViewReportedInOrder1()
116 AccessibilityNodeInfo firstButton = getNodeByText(R.string.firstButton); in testDescendantsOfNotImportantViewReportedInOrder1()
122 AccessibilityNodeInfo secondFrameLayout = getNodeByText(R.string.secondFrameLayout); in testDescendantsOfNotImportantViewReportedInOrder2()
127 AccessibilityNodeInfo secondTextView = getNodeByText(R.string.secondTextView); in testDescendantsOfNotImportantViewReportedInOrder2()
131 AccessibilityNodeInfo secondEditText = getNodeByText(R.string.secondEditText); in testDescendantsOfNotImportantViewReportedInOrder2()
135 AccessibilityNodeInfo secondButton = getNodeByText(R.string.secondButton); in testDescendantsOfNotImportantViewReportedInOrder2()
142 getNodeByText(R.string.rootLinearLayout); in testDescendantsOfNotImportantViewReportedInOrder3()
148 getNodeByText(R.string.firstFrameLayout); in testDescendantsOfNotImportantViewReportedInOrder3()
[all …]