From 805cadc1e7ea478cb004298908daad82db988dd8 Mon Sep 17 00:00:00 2001 From: Brian Isganitis Date: Mon, 14 Oct 2024 16:27:19 +0000 Subject: [PATCH] Fix package name for TaskbarEduTooltipControllerTest Change-Id: I12795bb8506f44f7bb6af6176f2a647b5f099e50 Flag: TEST_ONLY Bug: No Test: go/testedequals --- .../launcher3/taskbar/TaskbarEduTooltipControllerTest.kt | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/quickstep/tests/multivalentTests/src/com/android/launcher3/taskbar/TaskbarEduTooltipControllerTest.kt b/quickstep/tests/multivalentTests/src/com/android/launcher3/taskbar/TaskbarEduTooltipControllerTest.kt index e575efd273..af05d22391 100644 --- a/quickstep/tests/multivalentTests/src/com/android/launcher3/taskbar/TaskbarEduTooltipControllerTest.kt +++ b/quickstep/tests/multivalentTests/src/com/android/launcher3/taskbar/TaskbarEduTooltipControllerTest.kt @@ -14,17 +14,11 @@ * limitations under the License. */ -package com.android.launcher3.taskbar.test +package com.android.launcher3.taskbar import android.util.Log import com.android.launcher3.Utilities -import com.android.launcher3.taskbar.TOOLTIP_STEP_FEATURES -import com.android.launcher3.taskbar.TOOLTIP_STEP_NONE -import com.android.launcher3.taskbar.TOOLTIP_STEP_PINNING -import com.android.launcher3.taskbar.TOOLTIP_STEP_SWIPE -import com.android.launcher3.taskbar.TaskbarActivityContext import com.android.launcher3.taskbar.TaskbarControllerTestUtil.runOnMainSync -import com.android.launcher3.taskbar.TaskbarEduTooltipController import com.android.launcher3.taskbar.rules.TaskbarModeRule import com.android.launcher3.taskbar.rules.TaskbarModeRule.Mode.PINNED import com.android.launcher3.taskbar.rules.TaskbarModeRule.Mode.THREE_BUTTONS