launcher: Get rid of redundant folders like testing when we have the test folder
Bug: 324261526 Test: BubbleBarViewAnimatorTest Test: BubbleBarViewScreenshotTest Test: BubbleViewScreenshotTest Test: DepthControllerTest Test: DesktopVisibilityControllerTest Test: ExcludeFromRecentsTestActivity Test: FakeBubbleViewFactory Test: WidgetsPredicationUpdateTaskTest Flag: EXEMPT test only Change-Id: I2fb9dfebade1925cc5b5875487f97003d97c49de
This commit is contained in:
@@ -64,11 +64,3 @@ filegroup {
|
||||
"tests/multivalentScreenshotTests/src/**/*.kt",
|
||||
],
|
||||
}
|
||||
|
||||
filegroup {
|
||||
name: "launcher3-quickstep-testing",
|
||||
path: "testing",
|
||||
srcs: [
|
||||
"testing/**/*.kt",
|
||||
],
|
||||
}
|
||||
|
||||
-1
@@ -26,7 +26,6 @@ import android.widget.FrameLayout.LayoutParams.WRAP_CONTENT
|
||||
import androidx.activity.ComponentActivity
|
||||
import androidx.test.core.app.ApplicationProvider
|
||||
import com.android.launcher3.R
|
||||
import com.android.launcher3.taskbar.bubbles.testing.FakeBubbleViewFactory
|
||||
import com.android.wm.shell.shared.bubbles.BubbleBarLocation
|
||||
import com.google.android.apps.nexuslauncher.imagecomparison.goldenpathmanager.ViewScreenshotGoldenPathManager
|
||||
import org.junit.Rule
|
||||
|
||||
-1
@@ -18,7 +18,6 @@ package com.android.launcher3.taskbar.bubbles
|
||||
import android.content.Context
|
||||
import android.graphics.Color
|
||||
import androidx.test.core.app.ApplicationProvider
|
||||
import com.android.launcher3.taskbar.bubbles.testing.FakeBubbleViewFactory
|
||||
import com.google.android.apps.nexuslauncher.imagecomparison.goldenpathmanager.ViewScreenshotGoldenPathManager
|
||||
import org.junit.Rule
|
||||
import org.junit.Test
|
||||
|
||||
+2
-4
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2024 The Android Open Source Project
|
||||
* Copyright (C) 2025 The Android Open Source Project
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package com.android.launcher3.taskbar.bubbles.testing
|
||||
package com.android.launcher3.taskbar.bubbles
|
||||
|
||||
import android.app.Notification
|
||||
import android.content.Context
|
||||
@@ -26,8 +26,6 @@ import android.util.PathParser
|
||||
import android.view.LayoutInflater
|
||||
import android.view.ViewGroup
|
||||
import com.android.launcher3.R
|
||||
import com.android.launcher3.taskbar.bubbles.BubbleBarBubble
|
||||
import com.android.launcher3.taskbar.bubbles.BubbleView
|
||||
import com.android.wm.shell.shared.bubbles.BubbleInfo
|
||||
|
||||
object FakeBubbleViewFactory {
|
||||
Reference in New Issue
Block a user