Home
last modified time | relevance | path

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

/packages/apps/Dialer/src/com/android/dialer/list/
DDialerPhoneNumberListAdapter.java97 final int shortcutType = getShortcutTypeFromPosition(position); in getView() local
100 assignShortcutToView((ContactListItemView) convertView, shortcutType); in getView() local
152 final int shortcutType = getShortcutTypeFromPosition(position); in isEnabled() local
160 private void assignShortcutToView(ContactListItemView v, int shortcutType) { in assignShortcutToView()
204 public boolean setShortcutEnabled(int shortcutType, boolean visible) { in setShortcutEnabled()
DBlockedListSearchFragment.java145 final int shortcutType = adapter.getShortcutTypeFromPosition(adapterPosition); in onItemClick() local
DSearchFragment.java240 final int shortcutType = adapter.getShortcutTypeFromPosition(position); in onItemClick() local