Home
last modified time | relevance | path

Searched refs:EditorEvent (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/logging/
DLogger.java102 final EditorEvent event = new EditorEvent(); in logEditorEvent()
113 public abstract void logEditorEventImpl(EditorEvent event); in logEditorEventImpl()
DEditorEvent.java20 public class EditorEvent { class
/packages/apps/Contacts/src/com/android/contacts/activities/
DContactEditorSpringBoardActivity.java25 import com.android.contacts.logging.EditorEvent;
115 EditorEvent.EventType.SHOW_RAW_CONTACT_PICKER, /* numberRawContacts */ 0); in onCreate()
192 EditorEvent.EventType.SHOW_RAW_CONTACT_PICKER, /* numberRawContacts */ 0); in loadEditor()
/packages/apps/Contacts/src/com/android/contacts/editor/
DPickRawContactDialogFragment.java25 import com.android.contacts.logging.EditorEvent;
222 Logger.logEditorEvent(EditorEvent.EventType.SHOW_RAW_CONTACT_PICKER, in onCreateDialog()