Searched refs:launcherInstrumentation (Results 1 – 6 of 6) sorted by relevance
40 SelectModeButtons(LauncherInstrumentation launcherInstrumentation) { in SelectModeButtons() argument41 mSelectModeButtons = launcherInstrumentation.waitForLauncherObject("select_mode_buttons"); in SelectModeButtons()42 mLauncher = launcherInstrumentation; in SelectModeButtons()
31 PredictionRow(LauncherInstrumentation launcherInstrumentation, in PredictionRow() argument33 mLauncher = launcherInstrumentation; in PredictionRow()
36 PrivateSpaceContainer(LauncherInstrumentation launcherInstrumentation, in PrivateSpaceContainer() argument38 mLauncher = launcherInstrumentation; in PrivateSpaceContainer()
35 PrivateSpaceHeader(LauncherInstrumentation launcherInstrumentation, in PrivateSpaceHeader() argument37 mLauncher = launcherInstrumentation; in PrivateSpaceHeader()
29 OverviewActions(UiObject2 overviewActions, LauncherInstrumentation launcherInstrumentation) { in OverviewActions() argument31 this.mLauncher = launcherInstrumentation; in OverviewActions()
622 final LauncherInstrumentation launcherInstrumentation = new LauncherInstrumentation(); in startIntent() local624 () -> !launcherInstrumentation.isLauncherActivityStarted(), in startIntent()625 DEFAULT_ACTIVITY_TIMEOUT, launcherInstrumentation); in startIntent()