Searched defs:isShortcut (Results 1 - 2 of 2) sorted by relevance

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DSuggestionData.java209 public SuggestionData setIsShortcut(boolean isShortcut) { argument
210 mIsShortcut = isShortcut;
/packages/apps/Settings/src/com/android/settings/
H A DUtils.java602 boolean isShortcut) {
604 title, isShortcut);
613 int titleResId, CharSequence title, boolean isShortcut, UserHandle userHandle) {
615 title, isShortcut);
632 * @param isShortcut tell if this is a Launcher Shortcut or not
637 Bundle args, int titleResId, CharSequence title, boolean isShortcut) {
644 intent.putExtra(SettingsActivity.EXTRA_SHOW_FRAGMENT_AS_SHORTCUT, isShortcut);
600 startWithFragment(Context context, String fragmentName, Bundle args, Fragment resultTo, int resultRequestCode, int titleResId, CharSequence title, boolean isShortcut) argument
612 startWithFragmentAsUser(Context context, String fragmentName, Bundle args, int titleResId, CharSequence title, boolean isShortcut, UserHandle userHandle) argument
636 onBuildStartFragmentIntent(Context context, String fragmentName, Bundle args, int titleResId, CharSequence title, boolean isShortcut) argument

Completed in 136 milliseconds