Searched refs:shortcutAction (Results 1 – 2 of 2) sorted by relevance
146 public void createPhoneNumberShortcutIntent(Uri dataUri, String shortcutAction) { in createPhoneNumberShortcutIntent() argument147 new PhoneNumberLoadingAsyncTask(dataUri, shortcutAction).execute(); in createPhoneNumberShortcutIntent()228 public PhoneNumberLoadingAsyncTask(Uri uri, String shortcutAction) { in PhoneNumberLoadingAsyncTask() argument230 mShortcutAction = shortcutAction; in PhoneNumberLoadingAsyncTask()315 String shortcutAction) { in createPhoneNumberShortcutIntent() argument324 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()
137 public void setShortcutAction(String shortcutAction) { in setShortcutAction() argument138 this.mShortcutAction = shortcutAction; in setShortcutAction()