Searched defs:callInitiationType (Results 1 – 5 of 5) sorted by relevance
31 void onPickDataUri(Uri dataUri, boolean isVideoCall, int callInitiationType); in onPickDataUri()37 void onPickPhoneNumber(String phoneNumber, boolean isVideoCall, int callInitiationType); in onPickPhoneNumber()
87 public CallIntentBuilder(@NonNull Uri uri, CallInitiationType.Type callInitiationType) { in CallIntentBuilder()96 public CallIntentBuilder(@NonNull String number, CallInitiationType.Type callInitiationType) { in CallIntentBuilder()119 CallInitiationType.Type callInitiationType) { in forVoicemail()229 CallInitiationType.Type callInitiationType) { in createCallSpecificAppData()
89 public Builder setCallInitiationType(CallInitiationType.Type callInitiationType) { in setCallInitiationType()
117 private CallInitiationType.Type callInitiationType = CallInitiationType.Type.UNKNOWN_INITIATION; field in NewSearchFragment271 public void setQuery(String query, CallInitiationType.Type callInitiationType) { in setQuery()
534 public void onPickDataUri(Uri dataUri, boolean isVideoCall, int callInitiationType) { in onPickDataUri()540 int callInitiationType) { in onPickPhoneNumber()