Home
last modified time | relevance | path

Searched refs:getAddToExistingContactIntent (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/util/
DIntentUtil.java49 public static Intent getAddToExistingContactIntent() { in getAddToExistingContactIntent() method in IntentUtil
55 public static Intent getAddToExistingContactIntent(CharSequence phoneNumber) { in getAddToExistingContactIntent() method in IntentUtil
56 return getAddToExistingContactIntent( in getAddToExistingContactIntent()
60 public static Intent getAddToExistingContactIntent( in getAddToExistingContactIntent() method in IntentUtil
62 Intent intent = getAddToExistingContactIntent(); in getAddToExistingContactIntent()
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DIntentProvider.java231 intent = IntentUtil.getAddToExistingContactIntent();
271 return IntentUtil.getAddToExistingContactIntent(name, number, numberType);
/packages/apps/Dialer/java/com/android/dialer/searchfragment/list/
DSearchActionViewHolder.java127 Intent intent = IntentUtil.getAddToExistingContactIntent(query); in onClick()