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

/packages/apps/Dialer/src/com/android/dialer/list/
H A DDialerPhoneNumberListAdapter.java82 final int shortcutType = getShortcutTypeFromPosition(position);
83 if (shortcutType >= 0) {
85 assignShortcutToView((ContactListItemView) convertView, shortcutType);
89 assignShortcutToView(v, shortcutType);
126 final int shortcutType = getShortcutTypeFromPosition(position);
127 if (shortcutType >= 0) {
134 private void assignShortcutToView(ContactListItemView v, int shortcutType) { argument
139 switch (shortcutType) {
156 public void setShortcutEnabled(int shortcutType, boolean visible) { argument
157 mShortcutEnabled[shortcutType]
[all...]

Completed in 481 milliseconds