Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1f5d5be7 authored by Pat Manning's avatar Pat Manning Committed by Android (Google) Code Review
Browse files

Merge "Move overview tests to quickstep package." into main

parents e7396c92 954e3b8d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -41,6 +41,7 @@ filegroup {
        "tests/src/com/android/quickstep/TaskbarModeSwitchRule.java",
        "tests/src/com/android/quickstep/NavigationModeSwitchRule.java",
        "tests/src/com/android/quickstep/AbstractQuickStepTest.java",
        "tests/src/com/android/quickstep/TaplOverviewIconTest.java",
        "tests/src/com/android/quickstep/TaplTestsQuickstep.java",
        "tests/src/com/android/quickstep/TaplTestsSplitscreen.java",
    ]
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
package com.android.launcher3.appiconmenu;
package com.android.quickstep;

import com.android.launcher3.Flags;
import com.android.launcher3.InvariantDeviceProfile;
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
package com.android.launcher3.appiconmenu;
package com.android.quickstep;

import static com.android.launcher3.ui.TaplTestsLauncher3.initialize;

+0 −1
Original line number Diff line number Diff line
@@ -45,7 +45,6 @@ filegroup {
      "src/com/android/launcher3/allapps/TaplOpenCloseAllApps.java",
      "src/com/android/launcher3/allapps/TaplTestsAllAppsIconsWorking.java",
      "src/com/android/launcher3/appiconmenu/TaplAppIconMenuTest.java",
      "src/com/android/launcher3/appiconmenu/TaplOverviewIconTest.java",
      "src/com/android/launcher3/dragging/TaplDragTest.java",
      "src/com/android/launcher3/dragging/TaplUninstallRemove.java",
      "src/com/android/launcher3/ui/AbstractLauncherUiTest.java",