Home
last modified time | relevance | path

Searched refs:shortcutAction (Results 1 – 2 of 2) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DShortcutIntentBuilder.java140 public void createPhoneNumberShortcutIntent(Uri dataUri, String shortcutAction) { in createPhoneNumberShortcutIntent() argument
141 new PhoneNumberLoadingAsyncTask(dataUri, shortcutAction).execute(); in createPhoneNumberShortcutIntent()
222 public PhoneNumberLoadingAsyncTask(Uri uri, String shortcutAction) { in PhoneNumberLoadingAsyncTask() argument
224 mShortcutAction = shortcutAction; in PhoneNumberLoadingAsyncTask()
306 String shortcutAction) { in createPhoneNumberShortcutIntent() argument
311 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()
DPhoneNumberPickerFragment.java194 public void setShortcutAction(String shortcutAction) { in setShortcutAction() argument
195 this.mShortcutAction = shortcutAction; in setShortcutAction()