commit | 16539f33785b59fa809295ec7def782983664489 | [log] [tgz] |
---|---|---|
author | Felipe Leme <felipeal@google.com> | Wed Mar 08 12:18:20 2017 -0800 |
committer | Felipe Leme <felipeal@google.com> | Wed Mar 08 21:21:00 2017 -0800 |
tree | 12e1e5cdb307aaafb0c19ca7ab33969922d4545b | |
parent | 18f805e73d944fade201f94b7c324fb71bb2bd16 [diff] |
Two fixes on autofill save. 1.Fixed race condition on save request - if the service was unbound, it would mark the RemoteFillService as completed and the retry would be dropped. 2.Removed session when save request is canceled. Change-Id: Ib71514cdcfecc38c07dd7656174d0db68ed758d1 Fixes: 36001206 Test: CtsAutoFillServiceTestCases pass