Home
last modified time | relevance | path

Searched defs:callInitiationType (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/list/
DOnPhoneNumberPickerActionListener.java31 void onPickDataUri(Uri dataUri, boolean isVideoCall, int callInitiationType); in onPickDataUri()
37 void onPickPhoneNumber(String phoneNumber, boolean isVideoCall, int callInitiationType); in onPickPhoneNumber()
/packages/apps/Dialer/java/com/android/dialer/callintent/
DCallIntentBuilder.java88 public CallIntentBuilder(@NonNull Uri uri, CallInitiationType.Type callInitiationType) { in CallIntentBuilder()
97 public CallIntentBuilder(@NonNull String number, CallInitiationType.Type callInitiationType) { in CallIntentBuilder()
120 @Nullable PhoneAccountHandle phoneAccountHandle, CallInitiationType.Type callInitiationType) { in forVoicemail()
230 CallInitiationType.Type callInitiationType) { in createCallSpecificAppData()
DCallIntent.java89 public Builder setCallInitiationType(CallInitiationType.Type callInitiationType) { in setCallInitiationType()
/packages/apps/Dialer/java/com/android/dialer/searchfragment/list/
DNewSearchFragment.java117 private CallInitiationType.Type callInitiationType = CallInitiationType.Type.UNKNOWN_INITIATION; field in NewSearchFragment
271 public void setQuery(String query, CallInitiationType.Type callInitiationType) { in setQuery()
/packages/apps/Contacts/src/com/android/contacts/activities/
DContactSelectionActivity.java532 public void onPickDataUri(Uri dataUri, boolean isVideoCall, int callInitiationType) { in onPickDataUri()
538 int callInitiationType) { in onPickPhoneNumber()