Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/
DCallUtil.java70 final Intent intent = getCallIntent(getCallUri(number)); in getCallWithSubjectIntent()
82 public static Intent getCallIntent(String number) { in getCallIntent() method in CallUtil
83 return getCallIntent(getCallUri(number)); in getCallIntent()
90 public static Intent getCallIntent(Uri uri) { in getCallIntent() method in CallUtil
/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.java1733 intent = CallUtil.getCallIntent(phone.getNumber()); in dataItemToEntry()
1843 intent = CallUtil.getCallIntent(callUri); in dataItemToEntry()