Searched refs:getAddToExistingContactIntent (Results 1 – 3 of 3) sorted by relevance
126 public static Intent getAddToExistingContactIntent() { in getAddToExistingContactIntent() method in IntentUtil132 public static Intent getAddToExistingContactIntent(CharSequence phoneNumber) { in getAddToExistingContactIntent() method in IntentUtil133 return getAddToExistingContactIntent( in getAddToExistingContactIntent()139 public static Intent getAddToExistingContactIntent( in getAddToExistingContactIntent() method in IntentUtil141 Intent intent = getAddToExistingContactIntent(); in getAddToExistingContactIntent()
161 intent = IntentUtil.getAddToExistingContactIntent();200 return IntentUtil.getAddToExistingContactIntent(name, number, numberType);
268 intent = IntentUtil.getAddToExistingContactIntent(number); in onItemClick()