commit | ac33359ec62ff26c57da4328c2fa7b0f091b4e13 | [log] [tgz] |
---|---|---|
author | Gary Mai <garymai@google.com> | Wed Sep 28 17:27:40 2016 -0700 |
committer | Gary Mai <garymai@google.com> | Thu Sep 29 10:00:05 2016 -0700 |
tree | 054a3569455c602efeb1219dea6b4925b28e220c | |
parent | 6fa5181eb6915eac475c6c7bb1e9a98e9353f0dd [diff] |
Remove sort accounts method from AccountTypeManager Add a getSortedAccounts method. sortAccounts was only called from the AccountFilterUtil loader and could cause threading issues if there was more than loader running at the same time. Return copies of account lists from AccountTypeManagerImpl. Test: Made sure side nav still had the right account filters. Bug: 31799230 Change-Id: I80ec22cdb4deb98a826f97ca3726c74d23e3edb1