Merge "Move TEST_HARNESS_TRIGGER_TIMEOUT to MotionPauseDetector directly" into tm-qpr-dev

This commit is contained in:
Tony Wickham
2022-07-06 16:25:03 +00:00
committed by Android (Google) Code Review
4 changed files with 12 additions and 18 deletions

View File

@@ -154,10 +154,6 @@ public class TestInformationHandler implements ResourceBasedOverride {
mDeviceProfile.isTwoPanels);
return response;
case TestProtocol.REQUEST_SET_FORCE_PAUSE_TIMEOUT:
TestProtocol.sForcePauseTimeout = Long.parseLong(arg);
return response;
case TestProtocol.REQUEST_GET_HAD_NONTEST_EVENTS:
response.putBoolean(
TestProtocol.TEST_INFO_RESPONSE_FIELD, TestLogging.sHadEventsNotFromTest);