commit | 0dd52ce64be8d77f4a92ef3d3995e9fe0db772f6 | [log] [tgz] |
---|---|---|
author | Kweku Adams <kwekua@google.com> | Thu Oct 01 10:16:46 2020 -0700 |
committer | Kweku Adams <kwekua@google.com> | Thu Oct 01 10:17:53 2020 -0700 |
tree | 9954731fb44ab887be4631c8d1d0e0cfeff15c7b | |
parent | e9988880468f8df266e7c96f1071ee443f675f93 [diff] |
Fix bug in ArrayUtils.filter. ArrayUtils.filter is only supposed to return elements that satisfed the predicate but it was incorrectly returning everything if nothing satisfed the predicate. Bug: 169854982 Test: Android builds Change-Id: Ia6bd553922ff5823778e5865b6431c6f07aca334