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

/packages/apps/ContactsCommon/src/com/android/contacts/common/
H A DCallUtil.java95 public static Intent getVideoCallIntent(String number, String callOrigin) { method in class:CallUtil
104 public static Intent getVideoCallIntent( method in class:CallUtil
114 public static Intent getVideoCallIntent(String number, PhoneAccountHandle accountHandle) { method in class:CallUtil
115 return getVideoCallIntent(number, null, accountHandle);

Completed in 74 milliseconds