commit | 532df59787a7b0b41aa3177dc1e2a073f2b8c3c3 | [log] [tgz] |
---|---|---|
author | Brian Attwell <brianattwell@google.com> | Mon Feb 02 10:45:48 2015 -0800 |
committer | Brian Attwell <brianattwell@google.com> | Mon Feb 02 10:45:48 2015 -0800 |
tree | 68f2b4d51616fb119f5f1f62b588051e6f89e782 | |
parent | ce31fc141ac06161268b2a50d3c811ccaf586857 [diff] |
Don't use hidden AggregationSuggestions.builder Bug: 18777272 Change-Id: I5f2bce6ccffdd17e783708ccc2d9b3b58926145a
diff --git a/src/com/android/contacts/editor/AggregationSuggestionEngine.java b/src/com/android/contacts/editor/AggregationSuggestionEngine.java index e9b8064..ed4f313 100644 --- a/src/com/android/contacts/editor/AggregationSuggestionEngine.java +++ b/src/com/android/contacts/editor/AggregationSuggestionEngine.java
@@ -218,7 +218,7 @@ return null; } - Builder builder = AggregationSuggestions.builder() + Builder builder = new AggregationSuggestions.Builder() .setLimit(MAX_SUGGESTION_COUNT) .setContactId(mContactId);