Home
last modified time | relevance | path

Searched refs:SHOW_RAW_CONTACT_PICKER (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/activities/
DContactEditorSpringBoardActivity.java115 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/logging/
DEditorEvent.java30 public static final int SHOW_RAW_CONTACT_PICKER = 1; field in EditorEvent.EventType
/packages/apps/Contacts/src/com/android/contacts/editor/
DPickRawContactDialogFragment.java222 Logger.logEditorEvent(EditorEvent.EventType.SHOW_RAW_CONTACT_PICKER, in onCreateDialog()