Home
last modified time | relevance | path

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

/development/samples/ShortcutDemo/launcher/src/com/example/android/pm/shortcutlauncherdemo/
DShortcutListFragment.java42 private static final String ARG_INCLUDE_MANIFEST = "include_manifest"; field in ShortcutListFragment
56 b.putBoolean(ARG_INCLUDE_MANIFEST, includeManifest); in setArguments()
160 … (b.getBoolean(ARG_INCLUDE_MANIFEST) ? ShortcutQuery.FLAG_MATCH_MANIFEST : 0) | in refreshList()