Home
last modified time | relevance | path

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

/cts/tests/tests/assist/src/android/assist/cts/
DAssistTestBase.java124 protected AssistStructure mAssistStructure; field in AssistTestBase
165 mAssistStructure = null; in setUp()
387 if ((mAssistStructure == null) != isStructureNull) { in verifyAssistDataNullness()
389 isStructureNull ? "" : "not", mAssistStructure)); in verifyAssistDataNullness()
427 assertThat(mAssistStructure.getActivityComponent().flattenToString()) in verifyAssistStructure()
429 long acquisitionStart = mAssistStructure.getAcquisitionStartTime(); in verifyAssistStructure()
430 long acquisitionEnd = mAssistStructure.getAcquisitionEndTime(); in verifyAssistStructure()
436 verifyHierarchy(mAssistStructure, isSecureWindow); in verifyAssistStructure()
575 assertThat(traverse(mAssistStructure.getWindowNodeAt(0).getRootViewNode(), (n) -> { in verifyAssistStructureHasWebDomain()
584 assertThat(traverse(mAssistStructure.getWindowNodeAt(0).getRootViewNode(), (n) -> { in verifyAssistStructureHasLocaleList()
[all …]