Searched defs:getVideoCallIntent (Results 1 - 2 of 2) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/
H A DCallUtil.java75 public static Intent getVideoCallIntent(String number, String callOrigin) { method in class:CallUtil
/packages/apps/Dialer/src/com/android/dialer/util/
H A DIntentUtil.java99 public static Intent getVideoCallIntent(String number, String callOrigin) { method in class:IntentUtil
108 public static Intent getVideoCallIntent( method in class:IntentUtil
118 public static Intent getVideoCallIntent(String number, PhoneAccountHandle accountHandle) { method in class:IntentUtil
119 return getVideoCallIntent(number, null, accountHandle);

Completed in 51 milliseconds