Home
last modified time | relevance | path

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

/packages/apps/Dialer/src/com/android/dialer/list/
DDialerPhoneNumberListAdapter.java36 public final static int SHORTCUT_CREATE_NEW_CONTACT = 1; field in DialerPhoneNumberListAdapter
172 case SHORTCUT_CREATE_NEW_CONTACT: in assignShortcutToView()
DSmartDialNumberListAdapter.java120 changed |= setShortcutEnabled(SHORTCUT_CREATE_NEW_CONTACT, showNumberShortcuts); in setQueryString()
DRegularSearchListAdapter.java40 setShortcutEnabled(SHORTCUT_CREATE_NEW_CONTACT, false); in RegularSearchListAdapter()
DSearchFragment.java259 case DialerPhoneNumberListAdapter.SHORTCUT_CREATE_NEW_CONTACT: in onItemClick()