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

Commit 1e2454eb authored by Sebastián Franco's avatar Sebastián Franco Committed by Android (Google) Code Review
Browse files

Merge "Added a content call to emulate the other devices displays" into tm-qpr-dev

parents c3a5c4b1 9097d7d0
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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";
}