Searched refs:SecondaryDisplayLauncher (Results 1 – 4 of 4) sorted by relevance
75 SecondaryDisplayLauncher launcher = loadLauncher(); in testAllAppsList_noWorkProfile()88 SecondaryDisplayLauncher launcher = loadLauncher(); in testAllAppsList_workProfile()108 private SecondaryDisplayLauncher loadLauncher() throws Exception { in loadLauncher()114 SecondaryDisplayLauncher launcher = in loadLauncher()115 Robolectric.buildActivity(SecondaryDisplayLauncher.class).setup().get(); in loadLauncher()
59 private final SecondaryDisplayLauncher mLauncher;69 public PinnedAppsAdapter(SecondaryDisplayLauncher launcher, AllAppsStore allAppsStore, in PinnedAppsAdapter()213 private class PinUnPinShortcut extends SystemShortcut<SecondaryDisplayLauncher> {217 PinUnPinShortcut(SecondaryDisplayLauncher target, ItemInfo info, boolean isPinned) { in PinUnPinShortcut()
46 public class SecondaryDragLayer extends BaseDragLayer<SecondaryDisplayLauncher> {
58 public class SecondaryDisplayLauncher extends BaseDraggingActivity class