Searched refs:setIsVideoCall (Results 1 – 5 of 5) sorted by relevance
69 public CallIntentBuilder setIsVideoCall(boolean isVideoCall) { in setIsVideoCall() method in CallIntentBuilder
405 result.setIsVideoCall(analyticsProto.getIsVideoCall()); in toParcelableAnalytics()438 .setIsVideoCall(isVideo) in toProto()
73 .setIsVideoCall(true)
183 .setIsVideoCall(isVideoCall) in performAction()
1350 new CallIntentBuilder(phoneNumber, callSpecificAppData).setIsVideoCall(isVideoCall).build(); in onPickPhoneNumber()