Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DBaseOverview.java343 public boolean hasTasks() { in hasTasks() method in BaseOverview
387 boolean hasTasks = hasTasks(); in isActionsViewVisible()
388 if (!hasTasks || isClearAllVisible()) { in isActionsViewVisible()
390 + (!hasTasks ? "no recent tasks" : "clear all button is visible")); in isActionsViewVisible()
502 if (!hasTasks()) { in getFocusedTaskForTablet()
/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DTaplTestsQuickstep.java591 if (overview.hasTasks()) { in testExcludeFromRecents()