HomeSort by relevance Sort by last modified time
    Searched refs:shortcutType (Results 1 - 3 of 3) sorted by null

  /packages/apps/Dialer/java/com/android/dialer/app/list/
DialerPhoneNumberListAdapter.java 106 final int shortcutType = getShortcutTypeFromPosition(position);
107 if (shortcutType >= 0) {
109 assignShortcutToView((ContactListItemView) convertView, shortcutType);
114 assignShortcutToView(v, shortcutType);
162 final int shortcutType = getShortcutTypeFromPosition(position);
163 if (shortcutType >= 0) {
170 private void assignShortcutToView(ContactListItemView v, int shortcutType) {
175 switch (shortcutType) {
219 public boolean setShortcutEnabled(int shortcutType, boolean visible) {
220 final boolean changed = shortcutEnabled[shortcutType] != visible
    [all...]
BlockedListSearchFragment.java 139 final int shortcutType = adapter.getShortcutTypeFromPosition(adapterPosition);
142 switch (shortcutType) {
156 "ignoring unsupported shortcut type: " + shortcutType);
SearchFragment.java 216 final int shortcutType = adapter.getShortcutTypeFromPosition(position);
221 LogUtil.i("SearchFragment.onItemClick", "shortcutType: " + shortcutType);
223 switch (shortcutType) {

Completed in 175 milliseconds