Searched refs:ARG_INCLUDE_MANIFEST (Results 1 – 1 of 1) sorted by relevance
42 private static final String ARG_INCLUDE_MANIFEST = "include_manifest"; field in ShortcutListFragment56 b.putBoolean(ARG_INCLUDE_MANIFEST, includeManifest); in setArguments()160 … (b.getBoolean(ARG_INCLUDE_MANIFEST) ? ShortcutQuery.FLAG_MATCH_MANIFEST : 0) | in refreshList()