Add enable-suggestion option via TestProcotol so that test can opt-in to show live suggestion

Bug: 242246407
Test: atest
Change-Id: Icde0185c82b1d34570d83bd8b9750acb57a8e39c
This commit is contained in:
Ling Wo
2022-10-11 00:55:32 +00:00
parent 24dd3f57b2
commit 5c239ba4f7
2 changed files with 5 additions and 0 deletions

View File

@@ -124,6 +124,7 @@ public final class TestProtocol {
"get-grid-task-size-rect-for-tablet";
public static final String REQUEST_GET_OVERVIEW_PAGE_SPACING = "get-overview-page-spacing";
public static final String REQUEST_ENABLE_ROTATION = "enable_rotation";
public static final String REQUEST_ENABLE_SUGGESTION = "enable-suggestion";
public static boolean sDebugTracing = false;
public static final String REQUEST_ENABLE_DEBUG_TRACING = "enable-debug-tracing";