Searched defs:shortcutIntent (Results 1 – 6 of 6) sorted by relevance
52 Intent shortcutIntent = intentForPosition(position); in onListItemClick() local
118 void onShortcutIntentCreated(Uri uri, Intent shortcutIntent); in onShortcutIntentCreated()271 Intent shortcutIntent = new Intent(ContactsContract.QuickContact.ACTION_QUICK_CONTACT); in createContactShortcutIntent() local322 Intent shortcutIntent = new Intent(shortcutAction, phoneUri); in createPhoneNumberShortcutIntent() local
323 public void onShortcutIntentCreated(Uri uri, Intent shortcutIntent) { in onShortcutIntentCreated()
198 public void onShortcutIntentCreated(Uri uri, Intent shortcutIntent) { in onShortcutIntentCreated()
167 Intent shortcutIntent) { in PendingInstallShortcutInfo()
4728 public ItemInfo createShortcutDragInfo(Intent shortcutIntent, CharSequence caption, in createShortcutDragInfo()