OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AggregationSuggestionEngine
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Contacts/src/com/android/contacts/editor/
AggregationSuggestionView.java
31
import com.android.contacts.editor.
AggregationSuggestionEngine
.RawContact;
32
import com.android.contacts.editor.
AggregationSuggestionEngine
.Suggestion;
AggregationSuggestionEngine.java
52
public class
AggregationSuggestionEngine
extends HandlerThread {
53
public static final String TAG = "
AggregationSuggestionEngine
";
123
public
AggregationSuggestionEngine
(Context context) {
129
AggregationSuggestionEngine
.this.deliverNotification((Cursor) msg.obj);
139
AggregationSuggestionEngine
.this.handleMessage(msg);
ContactEditorBaseFragment.java
41
import com.android.contacts.editor.
AggregationSuggestionEngine
.Suggestion;
99
AggregationSuggestionEngine
.Listener, AggregationSuggestionView.Listener,
285
private final List<
AggregationSuggestionEngine
.Suggestion> mSuggestions;
351
private
AggregationSuggestionEngine
mAggregationSuggestionEngine;
[
all
...]
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
QuickContactActivity.java
154
import com.android.contacts.editor.
AggregationSuggestionEngine
;
155
import com.android.contacts.editor.
AggregationSuggestionEngine
.Suggestion;
202
implements
AggregationSuggestionEngine
.Listener, JoinContactsListener {
286
private
AggregationSuggestionEngine
mAggregationSuggestionEngine;
[
all
...]
Completed in 1523 milliseconds