diff --git a/src/com/android/launcher3/testing/TestProtocol.java b/src/com/android/launcher3/testing/TestProtocol.java index 3a030a8b87..b76e9d55b4 100644 --- a/src/com/android/launcher3/testing/TestProtocol.java +++ b/src/com/android/launcher3/testing/TestProtocol.java @@ -139,4 +139,9 @@ public final class TestProtocol { public static final String MISSING_PROMISE_ICON = "b/202985412"; public static final String BAD_STATE = "b/223498680"; public static final String TASKBAR_IN_APP_STATE = "b/227657604"; + + public static final String REQUEST_EMULATE_DISPLAY = "emulate-display"; + public static final String REQUEST_STOP_EMULATE_DISPLAY = "stop-emulate-display"; + public static final String REQUEST_IS_EMULATE_DISPLAY_RUNNING = "is-emulate-display-running"; + public static final String REQUEST_EMULATE_PRINT_DEVICE = "emulate-print-device"; }