Searched refs:shortcutAction (Results 1 – 2 of 2) sorted by relevance
140 public void createPhoneNumberShortcutIntent(Uri dataUri, String shortcutAction) { in createPhoneNumberShortcutIntent() argument141 new PhoneNumberLoadingAsyncTask(dataUri, shortcutAction).execute(); in createPhoneNumberShortcutIntent()222 public PhoneNumberLoadingAsyncTask(Uri uri, String shortcutAction) { in PhoneNumberLoadingAsyncTask() argument224 mShortcutAction = shortcutAction; in PhoneNumberLoadingAsyncTask()306 String shortcutAction) { in createPhoneNumberShortcutIntent() argument311 if (Intent.ACTION_CALL.equals(shortcutAction)) { in createPhoneNumberShortcutIntent()322 Intent shortcutIntent = new Intent(shortcutAction, phoneUri); in createPhoneNumberShortcutIntent()332 if (TextUtils.equals(shortcutAction, Intent.ACTION_CALL)) { in createPhoneNumberShortcutIntent()335 } else if (TextUtils.equals(shortcutAction, Intent.ACTION_SENDTO)) { in createPhoneNumberShortcutIntent()
194 public void setShortcutAction(String shortcutAction) { in setShortcutAction() argument195 this.mShortcutAction = shortcutAction; in setShortcutAction()