Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DCloseOnOutsideTests.java47 touchAndAssert(false /* shouldBeFinishing */); in withDefaults()
53 touchAndAssert(true /* shouldBeFinishing */); in finishTrue()
59 touchAndAssert(false /* shouldBeFinishing */); in finishFalse()
63 private void touchAndAssert(boolean shouldBeFinishing) { in touchAndAssert() method in CloseOnOutsideTests