Searched refs:REQUEST_CREATE_SHORTCUT (Results 1 – 1 of 1) sorted by relevance
230 private static final int REQUEST_CREATE_SHORTCUT = 1; field in Launcher680 case REQUEST_CREATE_SHORTCUT: in completeAdd()810 if (requestCode == REQUEST_CREATE_SHORTCUT) { in handleActivityResult()1240 if (args.getRequestCode() != REQUEST_CREATE_SHORTCUT in completeAddShortcut()1776 setWaitingForResult(PendingRequestArgs.forIntent(REQUEST_CREATE_SHORTCUT, intent, info)); in processShortcutFromDrop()1778 if (!info.activityInfo.startConfigActivity(this, REQUEST_CREATE_SHORTCUT)) { in processShortcutFromDrop()1779 handleActivityResult(REQUEST_CREATE_SHORTCUT, RESULT_CANCELED, null); in processShortcutFromDrop()