History log of /packages/apps/Dialer/java/com/android/dialer/phonelookup/PhoneLookupComponent.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
0d9701531f3e1d68b13e460e8cf6197ad8f6b619 24-Feb-2018 zachh <zachh@google.com> Track initial call log building metrics separately from incremental building metrics.

This required creating "CallLogState" which is currently just a boolean value which can only be turned on once (when the annotated call log flow finishes for the first time).

This CL also changes CompositePhoneLookup to no longer implement PhoneLookup. This was done to support a now reverted implementation of CallLogState but it's easier for me to keep the change and it shouldn't be harmful.

Bug: 70989667
Test: unit
PiperOrigin-RevId: 186852257
Change-Id: I3f342737aaf909f8230b8a69d9c21e6e5c19b84e
/packages/apps/Dialer/java/com/android/dialer/phonelookup/PhoneLookupComponent.java
e1ec439563705d47f699a565c35eff4bc0dcbf61 23-Dec-2017 zachh <zachh@google.com> Parameterized PhoneLookup with submessage type.

This allows indvidual PhoneLookups to define and deal mostly with their own submessage type (with the exception of trivial setter and getter methods for converting from/to PhoneLookupInfo).

This also simplifies the FakePhoneLookup and tests which use it a bit, I think.

Bug: 34672501
Test: unit
PiperOrigin-RevId: 179976215
Change-Id: I2db1fc85771621be2f2afcd6af114d82680e30d0
/packages/apps/Dialer/java/com/android/dialer/phonelookup/PhoneLookupComponent.java
af719e9e11aebf649d01651ed1960c6db9c1f2ef 01-Nov-2017 Zachary Heidepriem <zachh@google.com> Added CompositePhoneLookup and added and implemented "lookup" method.

Fleshed out docs for PhoneLookup.

Added dagger components and modules.

Bug: 34672501
Test: unit
PiperOrigin-RevId: 173977963
Change-Id: If07795d9d3d56a59afd27cdda3e98543bf30fdb8
/packages/apps/Dialer/java/com/android/dialer/phonelookup/PhoneLookupComponent.java