Check NPE and log error condition for enableTransientTaskbar in test harness.

Fixes: 259337908
Bug: 257549303
Test: TaplTestsTaskbar
Change-Id: Ifa929dca18437ae101cf3290feda4209790604d2
This commit is contained in:
Jon Miranda
2022-11-16 08:01:50 -08:00
parent b6acf00e3c
commit 182d1e93dd
2 changed files with 11 additions and 2 deletions

View File

@@ -148,6 +148,7 @@ public final class TestProtocol {
public static final String MISSING_PROMISE_ICON = "b/202985412";
public static final String TASKBAR_IN_APP_STATE = "b/227657604";
public static final String INCORRECT_INFO_UPDATED = "b/239465630";
public static final String NPE_TRANSIENT_TASKBAR = "b/257549303";
public static final String REQUEST_EMULATE_DISPLAY = "emulate-display";
public static final String REQUEST_STOP_EMULATE_DISPLAY = "stop-emulate-display";