Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/
DShortcutIntentBuilder.java146 public void createPhoneNumberShortcutIntent(Uri dataUri, String shortcutAction) { in createPhoneNumberShortcutIntent() argument
147 new PhoneNumberLoadingAsyncTask(dataUri, shortcutAction).execute(); in createPhoneNumberShortcutIntent()
228 public PhoneNumberLoadingAsyncTask(Uri uri, String shortcutAction) { in PhoneNumberLoadingAsyncTask() argument
230 mShortcutAction = shortcutAction; in PhoneNumberLoadingAsyncTask()
315 String shortcutAction) { in createPhoneNumberShortcutIntent() argument
324 if (Intent.ACTION_CALL.equals(shortcutAction)) { in createPhoneNumberShortcutIntent()
338 final Intent shortcutIntent = new Intent(shortcutAction, phoneUri); in createPhoneNumberShortcutIntent()
347 final String id = shortcutAction + lookupKey + phoneUri.toString().hashCode(); in createPhoneNumberShortcutIntent()
/packages/apps/Contacts/src/com/android/contacts/list/
DPhoneNumberPickerFragment.java137 public void setShortcutAction(String shortcutAction) { in setShortcutAction() argument
138 this.mShortcutAction = shortcutAction; in setShortcutAction()