summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/common/concurrent/DialerFutureSerializer.java
Commit message (Collapse)AuthorAgeFilesLines
* Automated rollback of changelist 178323108zachh2018-01-081-7/+66
| | | | | | Test: tap PiperOrigin-RevId: 181196939 Change-Id: I97405c5356814fe3ad02d498cfa96c210921c477
* Fixed compile error in AOSP due to use of guava 23 API.zachh2017-12-071-66/+7
| | | | | | | | | | Futures.submitAsync is V23 and AOSP is currently stuck at V20. This is just a completely non-sensical dummy implementation of DialerFutureSerializer until we can figure out what to do. Test: tap PiperOrigin-RevId: 178323108 Change-Id: I1dc2c8ddfa7ef3e15170543dadefbe4fc2e19226
* Switched CallLogDataSource interface to be Future based.zachh2017-12-071-0/+98
Bug: 34672501 Test: existing PiperOrigin-RevId: 178038086 Change-Id: I1230992ad04bb4415f5a29bd15802d23dff88012