Searched defs:callOrigin (Results 1 - 3 of 3) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/
H A DCallUtil.java60 public static Intent getVideoCallIntent(String number, String callOrigin) { argument
64 if (!TextUtils.isEmpty(callOrigin)) {
65 intent.putExtra(PhoneConstants.EXTRA_CALL_ORIGIN, callOrigin);
/packages/apps/Dialer/src/com/android/dialer/util/
H A DIntentUtil.java59 public static Intent getCallIntent(String number, String callOrigin) { argument
60 return getCallIntent(CallUtil.getCallUri(number), callOrigin, null);
81 String number, String callOrigin, PhoneAccountHandle accountHandle) {
82 return getCallIntent(CallUtil.getCallUri(number), callOrigin, accountHandle);
91 Uri uri, String callOrigin, PhoneAccountHandle accountHandle) {
92 return getCallIntent(uri, callOrigin, accountHandle,
99 public static Intent getVideoCallIntent(String number, String callOrigin) { argument
100 return getCallIntent(CallUtil.getCallUri(number), callOrigin, null,
109 String number, String callOrigin, PhoneAccountHandle accountHandle) {
110 return getCallIntent(CallUtil.getCallUri(number), callOrigin, accountHandl
80 getCallIntent( String number, String callOrigin, PhoneAccountHandle accountHandle) argument
90 getCallIntent( Uri uri, String callOrigin, PhoneAccountHandle accountHandle) argument
108 getVideoCallIntent( String number, String callOrigin, PhoneAccountHandle accountHandle) argument
134 getCallIntent( Uri uri, String callOrigin, PhoneAccountHandle accountHandle, int videoState) argument
[all...]
/packages/apps/Dialer/src/com/android/dialer/interactions/
H A DPhoneNumberInteraction.java191 private static final String ARG_CALL_ORIGIN = "callOrigin";
200 String callOrigin) {
205 bundle.putString(ARG_CALL_ORIGIN, callOrigin);
304 DialogInterface.OnDismissListener dismissListener, String callOrigin) {
308 mCallOrigin = callOrigin;
317 String callOrigin) {
325 intent = IntentUtil.getCallIntent(phoneNumber, callOrigin);
490 * @param callOrigin If non null, {@link PhoneConstants#EXTRA_CALL_ORIGIN} will be
495 String callOrigin) {
496 (new PhoneNumberInteraction(activity, ContactDisplayUtils.INTERACTION_CALL, null, callOrigin))
198 show(FragmentManager fragmentManager, ArrayList<PhoneItem> phoneList, int interactionType, String callOrigin) argument
303 PhoneNumberInteraction(Context context, int interactionType, DialogInterface.OnDismissListener dismissListener, String callOrigin) argument
315 performAction( Context context, String phoneNumber, int interactionType, String callOrigin) argument
494 startInteractionForPhoneCall(TransactionSafeActivity activity, Uri uri, String callOrigin) argument
[all...]

Completed in 85 milliseconds