Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
DSidebarUiTest.java55 bots.main.assertInActionMode(true); in testRootChanged_ClearSelection()
58 bots.main.assertInActionMode(false); in testRootChanged_ClearSelection()
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
DUiBot.java118 public void assertInActionMode(boolean inActionMode) { in assertInActionMode() method in UiBot