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()
88 public CallIntentBuilder(@NonNull Uri uri, CallInitiationType.Type callInitiationType) { in CallIntentBuilder()97 public CallIntentBuilder(@NonNull String number, CallInitiationType.Type callInitiationType) { in CallIntentBuilder()120 CallInitiationType.Type callInitiationType) { in forVoicemail()230 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()
535 public void onPickDataUri(Uri dataUri, boolean isVideoCall, int callInitiationType) { in onPickDataUri()541 int callInitiationType) { in onPickPhoneNumber()