Home
last modified time | relevance | path

Searched defs:getCallIntent (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Dialer/src/com/android/dialer/util/
DIntentUtil.java43 public static Intent getCallIntent(String number) { in getCallIntent() method in IntentUtil
51 public static Intent getCallIntent(Uri uri) { in getCallIntent() method in IntentUtil
59 public static Intent getCallIntent(String number, String callOrigin) { in getCallIntent() method in IntentUtil
66 public static Intent getCallIntent(String number, PhoneAccountHandle accountHandle) { in getCallIntent() method in IntentUtil
73 public static Intent getCallIntent(Uri uri, PhoneAccountHandle accountHandle) { in getCallIntent() method in IntentUtil
80 public static Intent getCallIntent( in getCallIntent() method in IntentUtil
90 public static Intent getCallIntent( in getCallIntent() method in IntentUtil
134 public static Intent getCallIntent( in getCallIntent() method in IntentUtil
/packages/apps/ContactsCommon/src/com/android/contacts/common/
DCallUtil.java60 public static Intent getCallIntent(String number) { in getCallIntent() method in CallUtil
68 public static Intent getCallIntent(Uri uri) { in getCallIntent() method in CallUtil