commit | 4c96a5e2cb04f4bdd51627a5efa881d68b7a316e | [log] [tgz] |
---|---|---|
author | Siarhei Vishniakou <svv@google.com> | Tue Apr 24 17:57:44 2018 -0700 |
committer | Siarhei Vishniakou <svv@google.com> | Tue Apr 24 18:02:11 2018 -0700 |
tree | 44fea3dadf8a6c3144ac9db6ec3493c8f0943112 | |
parent | 98ded07bd54b980a0cc6574266b9bb4f8f6427ee [diff] |
Add @TestApi to KeyEvent.actionToString(..) Currently, it is not possible to use KeyEvent.actionToString(..) in a CTS test because that API is @hide. However, it would be useful to print these actions when tests fail. Therefore, add the @TestApi annotation. Bug: 77803694 36069459 Test: m cts-input-lib CtsHardwareTestCases (under development) Change-Id: I2d23dbd101cef3f1c6c7a70c521a9dc219797615