History log of /frameworks/base/core/tests/utiltests/src/com/android/internal/util/MessageUtilsTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f979012c9b5891254177dae965b2b64d70b8c283 20-Feb-2016 Lorenzo Colitti <lorenzo@google.com> Add a unit test for MessageUtils.

Also fix a couple of issues in the code:

1. Check that fields are static before attempting to read them.
Currently, if a non-static field's name starts with one of the
specified constant prefixes (by default, "CMD_" and "EVENT_")
we'd get an NPE.
2. Only read final fields.

Change-Id: I0e07c4c27a66180cbaf7f2b1c235daafc080863b
/frameworks/base/core/tests/utiltests/src/com/android/internal/util/MessageUtilsTest.java