Home
last modified time | relevance | path

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

/cts/tests/tests/assist/src/android/assist/cts/
DTextViewTest.java57 verifyAssistStructure(Utils.getTestAppComponent(TEST_CASE_TYPE), in testTextView()
67 verifyAssistStructure(Utils.getTestAppComponent(TEST_CASE_TYPE), false); in testTextView()
75 verifyAssistStructure(Utils.getTestAppComponent(TEST_CASE_TYPE), false); in testTextView()
83 verifyAssistStructure(Utils.getTestAppComponent(TEST_CASE_TYPE), false); in testTextView()
91 verifyAssistStructure(Utils.getTestAppComponent(TEST_CASE_TYPE), false); in testTextView()
DLargeViewHierarchyTest.java50 verifyAssistStructure(Utils.getTestAppComponent(TEST_CASE_TYPE), in testTextView()
DFlagSecureTest.java52 verifyAssistStructure(Utils.getTestAppComponent(TEST_CASE_TYPE), true); in testSecureActivity()
DWebViewTest.java69 verifyAssistStructure(Utils.getTestAppComponent(TEST_CASE_TYPE), in testWebView()
DAssistStructureTest.java73 verifyAssistStructure(Utils.getTestAppComponent(TEST_CASE_TYPE), in testAssistStructure()
DAssistTestBase.java425 protected void verifyAssistStructure(ComponentName backgroundApp, boolean isSecureWindow) { in verifyAssistStructure() method