Searched refs:getCallIntent (Results 1 – 3 of 3) sorted by relevance
70 final Intent intent = getCallIntent(getCallUri(number)); in getCallWithSubjectIntent()82 public static Intent getCallIntent(String number) { in getCallIntent() method in CallUtil83 return getCallIntent(getCallUri(number)); in getCallIntent()90 public static Intent getCallIntent(Uri uri) { in getCallIntent() method in CallUtil
123 final Intent phoneIntent = hasPhone ? CallUtil.getCallIntent(number) in DataAction()151 mIntent = CallUtil.getCallIntent(callUri); in DataAction()
1733 intent = CallUtil.getCallIntent(phone.getNumber()); in dataItemToEntry()1843 intent = CallUtil.getCallIntent(callUri); in dataItemToEntry()