commit | 94b56207a45f0112339833b3d76662e583a51e73 | [log] [tgz] |
---|---|---|
author | Felipe Leme <felipeal@google.com> | Fri Jun 16 11:49:48 2017 -0700 |
committer | Felipe Leme <felipeal@google.com> | Fri Jun 16 11:51:49 2017 -0700 |
tree | fe71570a2d020f6f77819712f2698b753f75fa45 | |
parent | 04298759fe956ce712a84d7df049e14c1815cb07 [diff] |
Use an optimized findViewNodeByAutofillId(id) to get just one node. Session was using findViewNodesByAutofillIds(ids) before, which not only was not optimal, but error prone (for example, it could return a non-empty array with an empty value). Test: CtsAutoFillServiceTestCases pass Fixes: 62532979 Change-Id: If984f1263cc3f2aac1d1e098687fe02d73c55211