From 3456fcbe03df51e38f89631a3b0613c99b985360 Mon Sep 17 00:00:00 2001 From: Vinit Nayak Date: Mon, 13 Jan 2025 17:19:48 -0500 Subject: Remove and cleanup AppPairs flag Test: Launcher compiles and runs Bug: 274835596 Flag: EXEMPT cleanup Change-Id: Iab8f17d444753df303ed1a09d6547917545e66f5 --- shared/src/com/android/launcher3/testing/shared/TestProtocol.java | 1 - 1 file changed, 1 deletion(-) (limited to 'shared/src') diff --git a/shared/src/com/android/launcher3/testing/shared/TestProtocol.java b/shared/src/com/android/launcher3/testing/shared/TestProtocol.java index 5fcbbf1a35..0583d6dae9 100644 --- a/shared/src/com/android/launcher3/testing/shared/TestProtocol.java +++ b/shared/src/com/android/launcher3/testing/shared/TestProtocol.java @@ -169,7 +169,6 @@ public final class TestProtocol { public static final String PERMANENT_DIAG_TAG = "TaplTarget"; public static final String ICON_MISSING = "b/282963545"; public static final String REQUEST_FLAG_ENABLE_GRID_ONLY_OVERVIEW = "enable-grid-only-overview"; - public static final String REQUEST_FLAG_ENABLE_APP_PAIRS = "enable-app-pairs"; public static final String REQUEST_IS_RECENTS_WINDOW_ENABLED = "recents-window-enabled"; public static final String REQUEST_UNSTASH_BUBBLE_BAR_IF_STASHED = -- cgit v1.2.3-59-g8ed1b