diff options
author | Andrew Lee <anwlee@google.com> | 2015-06-09 18:22:14 -0700 |
---|---|---|
committer | Andrew Lee <anwlee@google.com> | 2015-06-10 10:47:45 -0700 |
commit | edb22da2b40549631a08150cbfc205e6ad243c20 (patch) | |
tree | 2c8c1fbf06d3d96e85706de5a944fd6484c8551e /Android.mk | |
parent | 02db755505920f55d4f25a3a4d226795823e9b6a (diff) |
Change PhoneCallDetail fields to be non-final.
It's been a pain to add/change fields on PhoneCallDetails because
a multitude of parameters required for the constructors to create
an instance. I ran into this while considering how to add an
objectId to its parameters, and have previously too...
Make fields non-final so that they are more easily set. This has
the side-effect of making the casing of some initialization code
more straightforward.
+ Change it's constructor to a subset of required fields.
+ Simplify/reorganize CallLogAdapter and CallLogAsyncTaskUtil code.
+ Simplify tests.
Bug: 21733599
Change-Id: I236dfb0b8e6513f4b44dbdae17ce2eb9c9ae4778
Diffstat (limited to 'Android.mk')
0 files changed, 0 insertions, 0 deletions