Home
last modified time | relevance | path

Searched refs:getCallIntent (Results 1 – 8 of 8) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/
DCallUtil.java39 public static Intent getCallIntent(String number) { in getCallIntent() method in CallUtil
40 return getCallIntent(number, null, null); in getCallIntent()
47 public static Intent getCallIntent(Uri uri) { in getCallIntent() method in CallUtil
48 return getCallIntent(uri, null, null); in getCallIntent()
55 public static Intent getCallIntent(String number, String callOrigin) { in getCallIntent() method in CallUtil
56 return getCallIntent(getCallUri(number), callOrigin, null); in getCallIntent()
62 public static Intent getCallIntent(String number, PhoneAccountHandle accountHandle) { in getCallIntent() method in CallUtil
63 return getCallIntent(number, null, accountHandle); in getCallIntent()
69 public static Intent getCallIntent(Uri uri, PhoneAccountHandle accountHandle) { in getCallIntent() method in CallUtil
70 return getCallIntent(uri, null, accountHandle); in getCallIntent()
[all …]
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DDataAction.java123 final Intent phoneIntent = hasPhone ? CallUtil.getCallIntent(number) in DataAction()
151 mIntent = CallUtil.getCallIntent(callUri); in DataAction()
DQuickContactActivity.java1426 intent = CallUtil.getCallIntent(phone.getNumber()); in dataItemToEntry()
1495 intent = CallUtil.getCallIntent(callUri); in dataItemToEntry()
/packages/apps/Dialer/src/com/android/dialer/calllog/
DIntentProvider.java49 return CallUtil.getCallIntent(number, accountHandle); in getReturnCallIntentProvider()
/packages/apps/Dialer/src/com/android/dialer/dialpad/
DDialpadFragment.java1087 final Intent intent = CallUtil.getCallIntent(number, in handleDialButtonPressed()
1617 final Intent intent = CallUtil.getCallIntent(EMPTY_NUMBER); in newFlashIntent()
/packages/apps/Dialer/src/com/android/dialer/interactions/
DPhoneNumberInteraction.java325 intent = CallUtil.getCallIntent(phoneNumber, callOrigin); in performAction()
/packages/apps/Dialer/src/com/android/dialer/
DCallDetailActivity.java367 CallUtil.getCallIntent(Uri.fromParts(PhoneAccount.SCHEME_TEL, mNumber, in onKeyDown()
DDialtactsActivity.java1145 CallUtil.getCallIntent(phoneNumber, getCallOrigin()); in onCallNumberDirectly()