Home
last modified time | relevance | path

Searched refs:REQUEST_CREATE_SHORTCUT (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DLauncher.java171 private static final int REQUEST_CREATE_SHORTCUT = 1; field in Launcher
629 case REQUEST_CREATE_SHORTCUT: in completeAdd()
763 if (requestCode == REQUEST_CREATE_SHORTCUT) { in handleActivityResult()
1147 if (args.getRequestCode() != REQUEST_CREATE_SHORTCUT in completeAddShortcut()
1615 setWaitingForResult(PendingRequestArgs.forIntent(REQUEST_CREATE_SHORTCUT, intent, info)); in processShortcutFromDrop()
1616 if (!info.activityInfo.startConfigActivity(this, REQUEST_CREATE_SHORTCUT)) { in processShortcutFromDrop()
1617 handleActivityResult(REQUEST_CREATE_SHORTCUT, RESULT_CANCELED, null); in processShortcutFromDrop()