Home
last modified time | relevance | path

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

/development/samples/ShortcutDemo/launcher/src/com/example/android/pm/shortcutlauncherdemo/
DShortcutListFragment.java150 final int numShortcuts = mLauncherApps.getShortcuts(mQuery, user).size(); in refreshList() local
151 if (numShortcuts == 0) { in refreshList()