Searched defs:shortcutIntent (Results 1 – 7 of 7) sorted by relevance
37 Intent shortcutIntent = intentForPosition(position); in onListItemClick() local
138 final Intent shortcutIntent; in setupShortcut() local
107 void onShortcutIntentCreated(Uri uri, Intent shortcutIntent); in onShortcutIntentCreated()257 Intent shortcutIntent = new Intent(ContactsContract.QuickContact.ACTION_QUICK_CONTACT); in createContactShortcutIntent() local305 Intent shortcutIntent = new Intent(shortcutAction, phoneUri); in createPhoneNumberShortcutIntent() local
258 public void onShortcutIntentCreated(Uri uri, Intent shortcutIntent) { in onShortcutIntentCreated()
117 Intent shortcutIntent = createShortcutIntent(url); in createAddToHomeIntent() local129 Intent shortcutIntent = new Intent(Intent.ACTION_VIEW, Uri.parse(url)); in createShortcutIntent() local
186 public void onShortcutIntentCreated(Uri uri, Intent shortcutIntent) { in onShortcutIntentCreated()
167 Intent shortcutIntent) { in PendingInstallShortcutInfo()