Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DHome.java37 protected LauncherInstrumentation.ContainerType getContainerType() { in getContainerType() method in Home
DOverview.java37 protected ContainerType getContainerType() { in getContainerType() method in Overview
DBaseOverview.java41 protected LauncherInstrumentation.ContainerType getContainerType() { in getContainerType() method in BaseOverview
DWidgets.java90 protected LauncherInstrumentation.ContainerType getContainerType() { in getContainerType() method in Widgets
DBackground.java48 protected LauncherInstrumentation.ContainerType getContainerType() { in getContainerType() method in Background
DAllApps.java59 protected LauncherInstrumentation.ContainerType getContainerType() { in getContainerType() method in AllApps
DLauncherInstrumentation.java137 protected abstract ContainerType getContainerType(); in getContainerType() method in LauncherInstrumentation.VisibleContainer
147 return mLauncher.verifyContainerType(getContainerType()); in verifyActiveContainer()