Searched refs:REQUEST_CREATE_SHORTCUT (Results 1 – 1 of 1) sorted by relevance
174 private static final int REQUEST_CREATE_SHORTCUT = 1; field in Launcher644 case REQUEST_CREATE_SHORTCUT: in completeAdd()779 if (requestCode == REQUEST_CREATE_SHORTCUT) { in handleActivityResult()1174 if (args.getRequestCode() != REQUEST_CREATE_SHORTCUT in completeAddShortcut()1649 setWaitingForResult(PendingRequestArgs.forIntent(REQUEST_CREATE_SHORTCUT, intent, info)); in processShortcutFromDrop()1650 if (!info.activityInfo.startConfigActivity(this, REQUEST_CREATE_SHORTCUT)) { in processShortcutFromDrop()1651 handleActivityResult(REQUEST_CREATE_SHORTCUT, RESULT_CANCELED, null); in processShortcutFromDrop()