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

  /development/samples/ApiDemos/src/com/example/android/apis/app/
LauncherShortcuts.java 67 if (Intent.ACTION_CREATE_SHORTCUT.equals(action)) {
  /packages/apps/Settings/src/com/android/settings/quicklaunch/
BookmarkPicker.java 48 * the {@link Intent#ACTION_CREATE_SHORTCUT}.
141 sShortcutIntent = new Intent(Intent.ACTION_CREATE_SHORTCUT);
277 Intent intent = getIntentForResolveInfo(info, Intent.ACTION_CREATE_SHORTCUT);
  /packages/apps/Email/src/com/android/email/activity/
AccountShortcutPicker.java 65 if (!Intent.ACTION_CREATE_SHORTCUT.equals(getIntent().getAction())) {
  /packages/apps/Settings/src/com/android/settings/
ActivityPicker.java 248 * {@link Intent#ACTION_CREATE_SHORTCUT} filled with the item label.
260 intent.setAction(Intent.ACTION_CREATE_SHORTCUT);
  /packages/apps/Music/src/com/android/music/
PlaylistBrowserActivity.java 91 if (Intent.ACTION_CREATE_SHORTCUT.equals(action)) {
  /packages/apps/Browser/src/com/android/browser/
BrowserBookmarksPage.java 240 if (Intent.ACTION_CREATE_SHORTCUT.equals(intent.getAction())) {
  /frameworks/base/core/java/android/content/
Intent.java 668 public static final String ACTION_CREATE_SHORTCUT = "android.intent.action.CREATE_SHORTCUT";
673 * @see #ACTION_CREATE_SHORTCUT
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
ContactsListActivity.java 647 } else if (Intent.ACTION_CREATE_SHORTCUT.equals(action)) {
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Launcher.java     [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 

Completed in 138 milliseconds