Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DLauncher.java158 private static final int REQUEST_CREATE_SHORTCUT = 1; field in Launcher
674 case REQUEST_CREATE_SHORTCUT: in completeAdd()
817 if (requestCode == REQUEST_CREATE_SHORTCUT) { in handleActivityResult()
1451 if (args.getRequestCode() != REQUEST_CREATE_SHORTCUT || in completeAddShortcut()
2090 setWaitingForResult(PendingRequestArgs.forIntent(REQUEST_CREATE_SHORTCUT, intent, info)); in processShortcutFromDrop()
2091 if (!info.activityInfo.startConfigActivity(this, REQUEST_CREATE_SHORTCUT)) { in processShortcutFromDrop()
2092 handleActivityResult(REQUEST_CREATE_SHORTCUT, RESULT_CANCELED, null); in processShortcutFromDrop()
/packages/apps/Launcher2/src/com/android/launcher2/
DLauncher.java139 private static final int REQUEST_CREATE_SHORTCUT = 1; field in Launcher
631 case REQUEST_CREATE_SHORTCUT: in completeAdd()
1920 startActivityForResultSafely(intent, REQUEST_CREATE_SHORTCUT); in processShortcut()