Merge "Add a test for stashed bubble bar" into main

This commit is contained in:
Liran Binyamin
2024-01-05 21:19:19 +00:00
committed by Android (Google) Code Review
4 changed files with 26 additions and 0 deletions

View File

@@ -174,6 +174,9 @@ public final class TestProtocol {
public static final String REQUEST_FLAG_ENABLE_GRID_ONLY_OVERVIEW = "enable-grid-only-overview";
public static final String REQUEST_UNSTASH_BUBBLE_BAR_IF_STASHED =
"unstash-bubble-bar-if-stashed";
/** Logs {@link Log#d(String, String)} if {@link #sDebugTracing} is true. */
public static void testLogD(String tag, String message) {
if (!sDebugTracing) {