Searched refs:getCallIntent (Results 1 – 8 of 8) sorted by relevance
/packages/apps/ContactsCommon/src/com/android/contacts/common/ |
D | CallUtil.java | 39 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/ |
D | DataAction.java | 123 final Intent phoneIntent = hasPhone ? CallUtil.getCallIntent(number) in DataAction() 151 mIntent = CallUtil.getCallIntent(callUri); in DataAction()
|
D | QuickContactActivity.java | 1426 intent = CallUtil.getCallIntent(phone.getNumber()); in dataItemToEntry() 1495 intent = CallUtil.getCallIntent(callUri); in dataItemToEntry()
|
/packages/apps/Dialer/src/com/android/dialer/calllog/ |
D | IntentProvider.java | 49 return CallUtil.getCallIntent(number, accountHandle); in getReturnCallIntentProvider()
|
/packages/apps/Dialer/src/com/android/dialer/dialpad/ |
D | DialpadFragment.java | 1087 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/ |
D | PhoneNumberInteraction.java | 325 intent = CallUtil.getCallIntent(phoneNumber, callOrigin); in performAction()
|
/packages/apps/Dialer/src/com/android/dialer/ |
D | CallDetailActivity.java | 367 CallUtil.getCallIntent(Uri.fromParts(PhoneAccount.SCHEME_TEL, mNumber, in onKeyDown()
|
D | DialtactsActivity.java | 1145 CallUtil.getCallIntent(phoneNumber, getCallOrigin()); in onCallNumberDirectly()
|