Searched refs:REQUEST_CREATE_SHORTCUT (Results 1 – 2 of 2) sorted by relevance
45 static final int REQUEST_CREATE_SHORTCUT = 1; field in LauncherConstants.ActivityCodes
41 import static com.android.launcher3.LauncherConstants.ActivityCodes.REQUEST_CREATE_SHORTCUT;857 case REQUEST_CREATE_SHORTCUT:1008 if (requestCode == REQUEST_CREATE_SHORTCUT) {1425 if (args.getRequestCode() != REQUEST_CREATE_SHORTCUT) {1927 setWaitingForResult(PendingRequestArgs.forIntent(REQUEST_CREATE_SHORTCUT, intent, info));1929 if (!info.getActivityInfo(this).startConfigActivity(this, REQUEST_CREATE_SHORTCUT)) {1930 handleActivityResult(REQUEST_CREATE_SHORTCUT, RESULT_CANCELED, null);