Searched refs:phoneNumberType (Results 1 – 2 of 2) sorted by relevance
1058 int phoneNumberType) { in getAddToContactIntent() argument1066 if (phoneNumberType != -1) { in getAddToContactIntent()1067 intent.putExtra(Intents.Insert.PHONE_TYPE, phoneNumberType); in getAddToContactIntent()
281 final int phoneNumberType = cursor.getInt(mPhoneNumberTypeIndex); in saveCursorToCache() local283 contact.phoneLabel = (String) Phone.getTypeLabel(mResources, phoneNumberType, in saveCursorToCache()