Searched refs:SHORTCUT_COUNT (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Dialer/src/com/android/dialer/list/
H A DDialerPhoneNumberListAdapter.java32 public final static int SHORTCUT_COUNT = 2; field in class:DialerPhoneNumberListAdapter
34 private final boolean[] mShortcutEnabled = new boolean[SHORTCUT_COUNT];
53 * @return The number of enabled shortcuts. Ranges from 0 to a maximum of SHORTCUT_COUNT
67 // shortcutPos should always range from 1 to SHORTCUT_COUNT
77 return super.getViewTypeCount() + SHORTCUT_COUNT;

Completed in 68 milliseconds