Searched refs:createShortcutIntent (Results 1 – 7 of 7) sorted by relevance
117 Intent shortcutIntent = createShortcutIntent(url); in createAddToHomeIntent()128 static Intent createShortcutIntent(String url) { in createShortcutIntent() method in BookmarkUtils
192 activity.sendBroadcast(createShortcutIntent(getActivity(), c)); in handleContextItem()453 /* package */ static Intent createShortcutIntent(Context context, Cursor cursor) { in createShortcutIntent() method in BrowserBookmarksPage
53 Intent intent = BrowserBookmarksPage.createShortcutIntent(this, c); in onBookmarkSelected()
59 Intent intent = BookmarkUtils.createShortcutIntent("http://google.com/"); in testShortcut()
2361 final Intent createShortcutIntent = new Intent(); in isShortcutCreatable() local2362 createShortcutIntent.setAction(ACTION_INSTALL_SHORTCUT); in isShortcutCreatable()2364 .queryBroadcastReceivers(createShortcutIntent, 0); in isShortcutCreatable()
1847 Intent createShortcutIntent = new Intent(Intent.ACTION_CREATE_SHORTCUT); in processShortcutFromDrop() local1848 createShortcutIntent.setComponent(componentName); in processShortcutFromDrop()1849 processShortcut(createShortcutIntent); in processShortcutFromDrop()
2301 Intent createShortcutIntent = new Intent(Intent.ACTION_CREATE_SHORTCUT); in processShortcutFromDrop() local2302 createShortcutIntent.setComponent(componentName); in processShortcutFromDrop()2303 Utilities.startActivityForResultSafely(this, createShortcutIntent, REQUEST_CREATE_SHORTCUT); in processShortcutFromDrop()