Home
last modified time | relevance | path

Searched refs:createShortcutIntent (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Browser/src/com/android/browser/
DBookmarkUtils.java117 Intent shortcutIntent = createShortcutIntent(url); in createAddToHomeIntent()
128 static Intent createShortcutIntent(String url) { in createShortcutIntent() method in BookmarkUtils
DBrowserBookmarksPage.java192 activity.sendBroadcast(createShortcutIntent(getActivity(), c)); in handleContextItem()
453 /* package */ static Intent createShortcutIntent(Context context, Cursor cursor) { in createShortcutIntent() method in BrowserBookmarksPage
DShortcutActivity.java53 Intent intent = BrowserBookmarksPage.createShortcutIntent(this, c); in onBookmarkSelected()
/packages/apps/Browser/tests/src/com/android/browser/
DIntentHandlerTests.java59 Intent intent = BookmarkUtils.createShortcutIntent("http://google.com/"); in testShortcut()
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DQuickContactActivity.java2361 final Intent createShortcutIntent = new Intent(); in isShortcutCreatable() local
2362 createShortcutIntent.setAction(ACTION_INSTALL_SHORTCUT); in isShortcutCreatable()
2364 .queryBroadcastReceivers(createShortcutIntent, 0); in isShortcutCreatable()
/packages/apps/Launcher2/src/com/android/launcher2/
DLauncher.java1847 Intent createShortcutIntent = new Intent(Intent.ACTION_CREATE_SHORTCUT); in processShortcutFromDrop() local
1848 createShortcutIntent.setComponent(componentName); in processShortcutFromDrop()
1849 processShortcut(createShortcutIntent); in processShortcutFromDrop()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncher.java2301 Intent createShortcutIntent = new Intent(Intent.ACTION_CREATE_SHORTCUT); in processShortcutFromDrop() local
2302 createShortcutIntent.setComponent(componentName); in processShortcutFromDrop()
2303 Utilities.startActivityForResultSafely(this, createShortcutIntent, REQUEST_CREATE_SHORTCUT); in processShortcutFromDrop()