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

  /packages/apps/Dialer/src/com/android/dialer/list/
DialerPhoneNumberListAdapter.java 97 final int shortcutType = getShortcutTypeFromPosition(position);
98 if (shortcutType >= 0) {
100 assignShortcutToView((ContactListItemView) convertView, shortcutType);
105 assignShortcutToView(v, shortcutType);
152 final int shortcutType = getShortcutTypeFromPosition(position);
153 if (shortcutType >= 0) {
160 private void assignShortcutToView(ContactListItemView v, int shortcutType) {
165 switch (shortcutType) {
204 public boolean setShortcutEnabled(int shortcutType, boolean visible) {
205 final boolean changed = mShortcutEnabled[shortcutType] != visible
    [all...]
BlockedListSearchFragment.java 145 final int shortcutType = adapter.getShortcutTypeFromPosition(adapterPosition);
148 switch (shortcutType) {
160 Log.w(TAG, "Ignoring unsupported shortcut type: " + shortcutType);
SearchFragment.java 240 final int shortcutType = adapter.getShortcutTypeFromPosition(position);
245 Log.i(TAG, "onItemClick: shortcutType=" + shortcutType);
247 switch (shortcutType) {

Completed in 257 milliseconds