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.java62 touchAndAssert(false /* shouldBeFinishing */); in withDefaults()
68 touchAndAssert(true /* shouldBeFinishing */); in finishTrue()
74 touchAndAssert(false /* shouldBeFinishing */); in finishFalse()
78 private void touchAndAssert(boolean shouldBeFinishing) { in touchAndAssert() method in CloseOnOutsideTests