Home
last modified time | relevance | path

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

/cts/tests/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityWindowQueryTest.java853 boolean verifyContent = false; in verifyNodesInAppWindow()
862 if (!verifyContent in verifyNodesInAppWindow()
864 verifyContent = true; in verifyNodesInAppWindow()
867 if (verifyContent) { in verifyNodesInAppWindow()
/cts/tests/tests/content/src/android/content/cts/
DIntentFilterTest.java78 verifyContent(filter, null, null); in testConstructor()
81 verifyContent(filter, ACTION, null); in testConstructor()
84 verifyContent(actionTypeFilter, ACTION, DATA_TYPE); in testConstructor()
87 verifyContent(filter, ACTION, DATA_TYPE); in testConstructor()
103 private void verifyContent(IntentFilter filter, String action, String dataType) { in verifyContent() method in IntentFilterTest
260 verifyContent(filter, ACTION, DATA_TYPE); in testCreate()