Searched refs:verifyAssistStructure (Results 1 – 6 of 6) sorted by relevance
/cts/tests/tests/assist/src/android/assist/cts/ |
D | TextViewTest.java | 97 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()
|
D | AssistStructureTest.java | 98 … verifyAssistStructure(Utils.getTestAppComponent(TEST_CASE_TYPE), false /*FLAG_SECURE set*/); in testAssistStructure()
|
D | FlagSecureTest.java | 92 verifyAssistStructure(Utils.getTestAppComponent(TEST_CASE_TYPE), true); in testSecureActivity()
|
D | LargeViewHierarchyTest.java | 94 verifyAssistStructure(Utils.getTestAppComponent(TEST_CASE_TYPE), in testTextView()
|
D | WebViewTest.java | 108 verifyAssistStructure(Utils.getTestAppComponent(TEST_CASE_TYPE), in testWebView()
|
D | AssistTestBase.java | 251 protected void verifyAssistStructure(ComponentName backgroundApp, boolean isSecureWindow) { in verifyAssistStructure() method in AssistTestBase
|