HomeSort by relevance Sort by last modified time
    Searched refs:REQUEST_CREATE_SHORTCUT (Results 1 - 2 of 2) sorted by null

  /packages/apps/Settings/src/com/android/settings/quicklaunch/
BookmarkPicker.java 65 private static final int REQUEST_CREATE_SHORTCUT = 1;
69 /** Intent used to get all the activities that are {@link #REQUEST_CREATE_SHORTCUT}-able */
278 startActivityForResult(intent, REQUEST_CREATE_SHORTCUT);
291 case REQUEST_CREATE_SHORTCUT:
  /packages/apps/Launcher2/src/com/android/launcher2/
Launcher.java 134 private static final int REQUEST_CREATE_SHORTCUT = 1;
599 case REQUEST_CREATE_SHORTCUT:
    [all...]

Completed in 49 milliseconds