Searched refs:getShortcutTypeFromPosition (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/app/list/
H A DDialerPhoneNumberListAdapter.java88 final int shortcut = getShortcutTypeFromPosition(position);
105 final int shortcutType = getShortcutTypeFromPosition(position);
135 public int getShortcutTypeFromPosition(int position) { method in class:DialerPhoneNumberListAdapter
161 final int shortcutType = getShortcutTypeFromPosition(position);
H A DBlockedListSearchFragment.java138 final int shortcutType = adapter.getShortcutTypeFromPosition(adapterPosition);
H A DSearchFragment.java216 final int shortcutType = adapter.getShortcutTypeFromPosition(position);

Completed in 52 milliseconds