Searched refs:verifyContent (Results 1 – 2 of 2) sorted by relevance
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/ |
D | AccessibilityWindowQueryTest.java | 973 boolean verifyContent = false; 982 if (!verifyContent 984 verifyContent = true; 987 if (verifyContent) {
|
/cts/tests/tests/content/src/android/content/cts/ |
D | IntentFilterTest.java | 141 verifyContent(filter, null, null); in testConstructor() 144 verifyContent(filter, ACTION, null); in testConstructor() 147 verifyContent(actionTypeFilter, ACTION, DATA_STATIC_TYPE); in testConstructor() 150 verifyContent(filter, ACTION, DATA_STATIC_TYPE); in testConstructor() 166 private void verifyContent(IntentFilter filter, String action, String dataType) { in verifyContent() method in IntentFilterTest 438 verifyContent(filter, ACTION, DATA_STATIC_TYPE); in testCreate()
|