Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/
DTaplWorkProfileTest.java64 private static final int WORK_PAGE = ActivityAllAppsContainerView.AdapterHolder.WORK; field in TaplWorkProfileTest
157 pagedView.setCurrentPage(WORK_PAGE); in toggleWorks()
186 assertEquals("Work tab is not focused", allApps.getCurrentPage(), WORK_PAGE); in toggleWorks()
205 ((AllAppsPagedView) l.getAppsView().getContentView()).setCurrentPage(WORK_PAGE); in testEdu()