Searched refs:shouldShowTabs (Results 1 – 3 of 3) sorted by relevance
100 assertThat(mActivityAllAppsContainerView.shouldShowTabs()).isEqualTo(false); in testOnAppsUpdatedWithoutWorkApps_shouldShowTabsIsFalse()109 assertThat(mActivityAllAppsContainerView.shouldShowTabs()).isEqualTo(true); in testOnAppsUpdatedWithWorkApps_shouldShowTabsIsTrue()
194 val hadWorkApps = launcher.appsView.shouldShowTabs() in <lambda>()198 hadWorkApps != launcher.appsView.shouldShowTabs() && in <lambda>()
584 boolean showTabs = shouldShowTabs(); in rebindAdapters()1244 public boolean shouldShowTabs() { in shouldShowTabs() method in ActivityAllAppsContainerView