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/
DLauncherConstants.java45 static final int REQUEST_CREATE_SHORTCUT = 1; field in LauncherConstants.ActivityCodes
DLauncher.java40 import static com.android.launcher3.LauncherConstants.ActivityCodes.REQUEST_CREATE_SHORTCUT;
845 case REQUEST_CREATE_SHORTCUT:
997 if (requestCode == REQUEST_CREATE_SHORTCUT) {
1423 if (args.getRequestCode() != REQUEST_CREATE_SHORTCUT) {
1925 setWaitingForResult(PendingRequestArgs.forIntent(REQUEST_CREATE_SHORTCUT, intent, info));
1927 if (!info.getActivityInfo(this).startConfigActivity(this, REQUEST_CREATE_SHORTCUT)) {
1928 handleActivityResult(REQUEST_CREATE_SHORTCUT, RESULT_CANCELED, null);