commit | df99184a81c4a9be3073dc3e6d396a950c9c6be2 | [log] [tgz] |
---|---|---|
author | Eugene Susla <eugenesusla@google.com> | Thu Feb 08 15:14:06 2018 -0800 |
committer | Eugene Susla <eugenesusla@google.com> | Wed Feb 14 19:34:32 2018 +0000 |
tree | a3c7e220a31ef77664a8217ad0dc64b06400f284 | |
parent | aa2c46cc81b87f443e800617097ad60212fbdaf4 [diff] |
Use structural equality for A11yNodeInfo#mChildNodeIds A11yNodeInfo#writeToParcel relied on LongArray#equals to avoid storing it if it's the default value, but because the equality is be by reference, it would store it every time. This fixes that. Test: a11y cts Fixes: 72460870 Change-Id: I508df9e4346e304b8ae56cc38b17e9a940d941f1