Home
last modified time | relevance | path

Searched refs:assignShortcutToView (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/app/list/
DDialerPhoneNumberListAdapter.java109 assignShortcutToView((ContactListItemView) convertView, shortcutType); in getView()
115 assignShortcutToView(v, shortcutType); in getView()
172 private void assignShortcutToView(ContactListItemView v, int shortcutType) { in assignShortcutToView() method in DialerPhoneNumberListAdapter