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.java97 verifyAssistStructure(Utils.getTestAppComponent(TEST_CASE_TYPE), in testTextView()
105 verifyAssistStructure(Utils.getTestAppComponent(TEST_CASE_TYPE), false); in testTextView()
111 verifyAssistStructure(Utils.getTestAppComponent(TEST_CASE_TYPE), false); in testTextView()
117 verifyAssistStructure(Utils.getTestAppComponent(TEST_CASE_TYPE), false); in testTextView()
123 verifyAssistStructure(Utils.getTestAppComponent(TEST_CASE_TYPE), false); in testTextView()
DAssistStructureTest.java98verifyAssistStructure(Utils.getTestAppComponent(TEST_CASE_TYPE), false /*FLAG_SECURE set*/); in testAssistStructure()
DFlagSecureTest.java92 verifyAssistStructure(Utils.getTestAppComponent(TEST_CASE_TYPE), true); in testSecureActivity()
DLargeViewHierarchyTest.java94 verifyAssistStructure(Utils.getTestAppComponent(TEST_CASE_TYPE), in testTextView()
DWebViewTest.java108 verifyAssistStructure(Utils.getTestAppComponent(TEST_CASE_TYPE), in testWebView()
DAssistTestBase.java251 protected void verifyAssistStructure(ComponentName backgroundApp, boolean isSecureWindow) { in verifyAssistStructure() method in AssistTestBase