Home
last modified time | relevance | path

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

/packages/apps/Dialer/src/com/android/dialer/list/
DDialerPhoneNumberListAdapter.java38 public final static int SHORTCUT_SEND_SMS_MESSAGE = 3; field in DialerPhoneNumberListAdapter
180 case SHORTCUT_SEND_SMS_MESSAGE: in assignShortcutToView()
DSmartDialNumberListAdapter.java122 changed |= setShortcutEnabled(SHORTCUT_SEND_SMS_MESSAGE, showNumberShortcuts); in setQueryString()
DRegularSearchListAdapter.java111 changed |= setShortcutEnabled(SHORTCUT_SEND_SMS_MESSAGE, showNumberShortcuts); in isChanged()
DSearchFragment.java272 case DialerPhoneNumberListAdapter.SHORTCUT_SEND_SMS_MESSAGE: in onItemClick()