Searched refs:getCallUri (Results 1 – 7 of 7) sorted by relevance
84 final Intent intent = getCallIntent(getCallUri(number)); in getCallWithSubjectIntent()97 Uri uri = getCallUri(number); in getCallIntent()122 final Intent intent = new Intent(Intent.ACTION_CALL, getCallUri(number)); in getVideoCallIntent()135 public static Uri getCallUri(String number) { in getCallUri() method in CallUtil
94 this(CallUtil.getCallUri(Assert.isNotNull(number)), callSpecificAppData); in CallIntentBuilder()98 this(CallUtil.getCallUri(Assert.isNotNull(number)), callInitiationType); in CallIntentBuilder()
79 return setNumber(CallUtil.getCallUri(Assert.isNotNull(number))); in setTelNumber()
48 public static Uri getCallUri(String number) { in getCallUri() method in CallUtil
76 CallUtil.getCallUri(Assert.isNotNull(transformedNumber.get().transformedNumber()))); in runWithoutUi()
87 Intent dialIntent = new Intent(Intent.ACTION_DIAL, CallUtil.getCallUri(number)); in onClick()
403 final Intent intent = new Intent(Intent.ACTION_DIAL, CallUtil.getCallUri(number)); in onMenuItemClick()