Home
last modified time | relevance | path

Searched defs:shortcutType (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Dialer/src/com/android/dialer/list/
DDialerPhoneNumberListAdapter.java83 final int shortcutType = getShortcutTypeFromPosition(position); in getView() local
86 assignShortcutToView((ContactListItemView) convertView, shortcutType); in getView() local
127 final int shortcutType = getShortcutTypeFromPosition(position); in isEnabled() local
135 private void assignShortcutToView(ContactListItemView v, int shortcutType) { in assignShortcutToView()
165 public boolean setShortcutEnabled(int shortcutType, boolean visible) { in setShortcutEnabled()
DSearchFragment.java151 final int shortcutType = adapter.getShortcutTypeFromPosition(position); in onItemClick() local