Searched refs:REQUEST_CREATE_SHORTCUT (Results 1 – 1 of 1) sorted by relevance
244 private static final int REQUEST_CREATE_SHORTCUT = 1; field in Launcher714 case REQUEST_CREATE_SHORTCUT: in completeAdd()844 if (requestCode == REQUEST_CREATE_SHORTCUT) { in handleActivityResult()1277 if (args.getRequestCode() != REQUEST_CREATE_SHORTCUT in completeAddShortcut()1805 setWaitingForResult(PendingRequestArgs.forIntent(REQUEST_CREATE_SHORTCUT, intent, info)); in processShortcutFromDrop()1807 if (!info.activityInfo.startConfigActivity(this, REQUEST_CREATE_SHORTCUT)) { in processShortcutFromDrop()1808 handleActivityResult(REQUEST_CREATE_SHORTCUT, RESULT_CANCELED, null); in processShortcutFromDrop()