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

  /packages/apps/Dialer/src/com/android/dialer/list/
DialerPhoneNumberListAdapter.java 103 int shortcutCount = position - super.getCount();
104 if (shortcutCount >= 0) {
107 for (int i = 0; shortcutCount >= 0 && i < mShortcutEnabled.length; i++) {
109 shortcutCount--;
110 if (shortcutCount < 0) return i;
  /packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
Info.java 44 int shortcutCount = 0;
52 shortcutCount += w.mShortcutTargets.size();
62 System.out.println("Shortcuts : " + shortcutCount + " (out of which " + whitelistCount

Completed in 647 milliseconds