Searched refs:getAddToExistingContactIntent (Results 1 – 3 of 3) sorted by relevance
49 public static Intent getAddToExistingContactIntent() { in getAddToExistingContactIntent() method in IntentUtil55 public static Intent getAddToExistingContactIntent(CharSequence phoneNumber) { in getAddToExistingContactIntent() method in IntentUtil56 return getAddToExistingContactIntent( in getAddToExistingContactIntent()60 public static Intent getAddToExistingContactIntent( in getAddToExistingContactIntent() method in IntentUtil62 Intent intent = getAddToExistingContactIntent(); in getAddToExistingContactIntent()
231 intent = IntentUtil.getAddToExistingContactIntent();271 return IntentUtil.getAddToExistingContactIntent(name, number, numberType);
127 Intent intent = IntentUtil.getAddToExistingContactIntent(query); in onClick()