Searched refs:shortcutType (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Dialer/src/com/android/dialer/list/
H A DDialerPhoneNumberListAdapter.java82 final int shortcutType = getShortcutTypeFromPosition(position);
83 if (shortcutType >= 0) {
85 assignShortcutToView((ContactListItemView) convertView, shortcutType);
89 assignShortcutToView(v, shortcutType);
126 final int shortcutType = getShortcutTypeFromPosition(position);
127 if (shortcutType >= 0) {
134 private void assignShortcutToView(ContactListItemView v, int shortcutType) { argument
139 switch (shortcutType) {
156 public void setShortcutEnabled(int shortcutType, boolean visible) { argument
157 mShortcutEnabled[shortcutType]
[all...]
H A DSearchFragment.java95 final int shortcutType = adapter.getShortcutTypeFromPosition(position);
97 if (shortcutType == DialerPhoneNumberListAdapter.SHORTCUT_INVALID) {
99 } else if (shortcutType == DialerPhoneNumberListAdapter.SHORTCUT_DIRECT_CALL) {
105 } else if (shortcutType == DialerPhoneNumberListAdapter.SHORTCUT_ADD_NUMBER_TO_CONTACTS) {

Completed in 143 milliseconds