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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncher.java139 private static final int REQUEST_CREATE_SHORTCUT = 1; field in class:Launcher
631 case REQUEST_CREATE_SHORTCUT:
1920 startActivityForResultSafely(intent, REQUEST_CREATE_SHORTCUT);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncher.java145 private static final int REQUEST_CREATE_SHORTCUT = 1; field in class:Launcher
699 case REQUEST_CREATE_SHORTCUT:
2303 Utilities.startActivityForResultSafely(this, createShortcutIntent, REQUEST_CREATE_SHORTCUT);

Completed in 83 milliseconds