Home
last modified time | relevance | path

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

/packages/apps/Dialer/src/com/android/dialer/list/
DDialerPhoneNumberListAdapter.java44 private final boolean[] mShortcutEnabled = new boolean[SHORTCUT_COUNT]; field in DialerPhoneNumberListAdapter
66 for (int i = 0; i < mShortcutEnabled.length; i++) { in getShortcutCount()
67 if (mShortcutEnabled[i]) count++; in getShortcutCount()
73 for (int i = 0; i < mShortcutEnabled.length; i++) { in disableAllShortcuts()
74 mShortcutEnabled[i] = false; in disableAllShortcuts()
133 for (int i = 0; shortcutCount >= 0 && i < mShortcutEnabled.length; i++) { in getShortcutTypeFromPosition()
134 if (mShortcutEnabled[i]) { in getShortcutTypeFromPosition()
205 final boolean changed = mShortcutEnabled[shortcutType] != visible; in setShortcutEnabled()
206 mShortcutEnabled[shortcutType] = visible; in setShortcutEnabled()