From 1eb576905a6d892994af96ec63e573adbb3cc37d Mon Sep 17 00:00:00 2001 From: Jagrut Desai Date: Fri, 31 May 2024 10:57:07 -0700 Subject: [PATCH] Removing TWO_NEXUS_LAUNCHER_ACTIVITY_WHILE_UNLOCKING Test: Presubmit Bug: 273347463 Flag: TEST_ONLY Change-Id: Idcd49b857e6f6c2832211306c90a19c88fb2a224 --- .../com/android/launcher3/testing/shared/TestProtocol.java | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/multivalentTests/shared/com/android/launcher3/testing/shared/TestProtocol.java b/tests/multivalentTests/shared/com/android/launcher3/testing/shared/TestProtocol.java index c3b7a2af4f..021e8c5f27 100644 --- a/tests/multivalentTests/shared/com/android/launcher3/testing/shared/TestProtocol.java +++ b/tests/multivalentTests/shared/com/android/launcher3/testing/shared/TestProtocol.java @@ -169,7 +169,6 @@ public final class TestProtocol { public static final String REQUEST_MOCK_SENSOR_ROTATION = "mock-sensor-rotation"; public static final String PERMANENT_DIAG_TAG = "TaplTarget"; - public static final String TWO_NEXUS_LAUNCHER_ACTIVITY_WHILE_UNLOCKING = "b/273347463"; public static final String ICON_MISSING = "b/282963545"; public static final String UIOBJECT_STALE_ELEMENT = "b/319501259"; public static final String TEST_DRAG_APP_ICON_TO_MULTIPLE_WORKSPACES_FAILURE = "b/326908466";