OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AggregationSuggestionEngine
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Contacts/src/com/android/contacts/editor/
AggregationSuggestionView.java
29
import com.android.contacts.editor.
AggregationSuggestionEngine
.RawContact;
30
import com.android.contacts.editor.
AggregationSuggestionEngine
.Suggestion;
AggregationSuggestionEngine.java
50
public class
AggregationSuggestionEngine
extends HandlerThread {
51
public static final String TAG = "
AggregationSuggestionEngine
";
120
public
AggregationSuggestionEngine
(Context context) {
126
AggregationSuggestionEngine
.this.deliverNotification((Cursor) msg.obj);
136
AggregationSuggestionEngine
.this.handleMessage(msg);
ContactEditorFragment.java
79
import com.android.contacts.editor.
AggregationSuggestionEngine
.Suggestion;
101
AggregationSuggestionEngine
.Listener, AggregationSuggestionView.Listener,
261
private
AggregationSuggestionEngine
mAggregationSuggestionEngine;
[
all
...]
Completed in 93 milliseconds