HomeSort by relevance Sort by last modified time
    Searched refs:setShortcutEnabled (Results 1 - 3 of 3) sorted by null

  /packages/apps/Dialer/src/com/android/dialer/list/
RegularSearchListAdapter.java 38 setShortcutEnabled(SHORTCUT_CREATE_NEW_CONTACT, false);
39 setShortcutEnabled(SHORTCUT_ADD_TO_EXISTING_CONTACT, false);
88 changed |= setShortcutEnabled(SHORTCUT_DIRECT_CALL,
90 changed |= setShortcutEnabled(SHORTCUT_SEND_SMS_MESSAGE, showNumberShortcuts);
91 changed |= setShortcutEnabled(SHORTCUT_MAKE_VIDEO_CALL,
SmartDialNumberListAdapter.java 49 setShortcutEnabled(SmartDialNumberListAdapter.SHORTCUT_DIRECT_CALL, false);
120 changed |= setShortcutEnabled(SHORTCUT_CREATE_NEW_CONTACT, showNumberShortcuts);
121 changed |= setShortcutEnabled(SHORTCUT_ADD_TO_EXISTING_CONTACT, showNumberShortcuts);
122 changed |= setShortcutEnabled(SHORTCUT_SEND_SMS_MESSAGE, showNumberShortcuts);
123 changed |= setShortcutEnabled(SHORTCUT_MAKE_VIDEO_CALL,
DialerPhoneNumberListAdapter.java 182 public boolean setShortcutEnabled(int shortcutType, boolean visible) {

Completed in 63 milliseconds