Searched refs:getShortcuts (Results 1 – 7 of 7) sorted by relevance
104 for (ShortcutInfo si : mLauncherApps.getShortcuts(q, user)) { in togglePin()150 final int numShortcuts = mLauncherApps.getShortcuts(mQuery, user).size(); in refreshList()165 list.addAll(mLauncherApps.getShortcuts(mQuery, user)); in refreshList()
48 if (mLauncherApps.getShortcuts(mQuery, ai.getUser()).size() > 0) { in onBindAction2()
88 public List<ShortcutInfo> getShortcuts() { in getShortcuts() method in ShortcutHelper129 for (ShortcutInfo shortcut : getShortcuts()) { in refreshShortcuts()
124 mAdapter.setShortcuts(mHelper.getShortcuts()); in refreshList()
90 public List<ShortcutInfo> getShortcuts() { in getShortcuts() method in ShortcutHelper131 for (ShortcutInfo shortcut : getShortcuts()) { in refreshShortcuts()
180 mAdapter.setShortcuts(mHelper.getShortcuts()); in refreshList()
92 public List<ShortcutInfo> getShortcuts() { in getShortcuts() method in ShortcutAdapter