Removing verifying touch events in TAPL

They are perceived to produce too much noise and maintenance.

Bug: 187761685
Test: presubmit
Flag: N/A
Change-Id: I062eb5670a92a2ccc7039108829b09ca9d9127ae
This commit is contained in:
Vadim Tryshev
2023-08-29 12:04:26 -07:00
parent 41d269a43b
commit 0e97dff0da
6 changed files with 23 additions and 115 deletions
@@ -39,7 +39,6 @@ public final class TestProtocol {
public static final int HINT_STATE_TWO_BUTTON_ORDINAL = 8;
public static final int OVERVIEW_SPLIT_SELECT_ORDINAL = 9;
public static final int EDIT_MODE_STATE_ORDINAL = 10;
public static final String TAPL_EVENTS_TAG = "TaplEvents";
public static final String SEQUENCE_MAIN = "Main";
public static final String SEQUENCE_TIS = "TIS";
public static final String SEQUENCE_PILFER = "Pilfer";