Home
last modified time | relevance | path

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

/packages/apps/Dialer/src/com/android/dialer/list/
DDialerPhoneNumberListAdapter.java86 assignShortcutToView((ContactListItemView) convertView, shortcutType); in getView()
90 assignShortcutToView(v, shortcutType); in getView()
135 private void assignShortcutToView(ContactListItemView v, int shortcutType) { in assignShortcutToView() method in DialerPhoneNumberListAdapter