Searched refs:firstName (Results 1 – 8 of 8) sorted by relevance
104 public static long createRawContactWithName(ContentResolver resolver, String firstName, in createRawContactWithName() argument106 return createRawContactWithName(resolver, firstName, lastName, null); in createRawContactWithName()109 public static long createRawContactWithName(ContentResolver resolver, String firstName, in createRawContactWithName() argument112 DataUtil.insertStructuredName(resolver, rawContactId, firstName, lastName); in createRawContactWithName()
82 String firstName, String lastName) { in assertAndCreateContactWithName() argument83 long rawContactId = RawContactUtil.createRawContactWithName(resolver, firstName, lastName); in assertAndCreateContactWithName()
221 String firstName = getString(cursor, cursor.getColumnIndex(CequintColumnNames.FIRST_NAME)); in lookup() local229 ? generateDisplayName(firstName, lastName, company, name) in lookup()270 String firstName, String lastName, String company, String name) { in generateDisplayName() argument271 boolean hasFirstName = !TextUtils.isEmpty(firstName); in generateDisplayName()280 stringBuilder.append(firstName); in generateDisplayName()
608 final HashMap<String, Integer> map, final String firstName) { in firstNameUsedMoreThanOnce() argument612 if (firstName == null) { in firstNameUsedMoreThanOnce()615 final Integer count = map.get(firstName); in firstNameUsedMoreThanOnce()649 final String firstName = participant.getFirstName(); in scanFirstNames() local650 if (firstName == null) { in scanFirstNames()654 final int currentCount = firstNames.containsKey(firstName) in scanFirstNames()655 ? firstNames.get(firstName) in scanFirstNames()657 firstNames.put(firstName, currentCount + 1); in scanFirstNames()
447 String firstName = null; in lookupFirstName() local453 firstName = nameCursor.getString(ContactUtil.INDEX_STRUCTURED_NAME_GIVEN_NAME); in lookupFirstName()460 return firstName; in lookupFirstName()
438 public void setFirstName(final String firstName) { in setFirstName() argument439 mFirstName = firstName; in setFirstName()
META-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...
9653 private long createContact(ContentValues values, String firstName, String givenName, in createContact() argument9656 return createContact(values, firstName, givenName, phoneNumber, email, presenceStatus, in createContact()9660 private long createContact(ContentValues values, String firstName, String givenName, in createContact() argument9663 return queryContactId(createRawContact(values, firstName, givenName, phoneNumber, email, in createContact()9667 private long createRawContact(ContentValues values, String firstName, String givenName, in createRawContact() argument9672 DataUtil.insertStructuredName(mResolver, rawContactId, firstName, givenName); in createRawContact()9676 private long createRawContact(ContentValues values, String firstName, String givenName, in createRawContact() argument9681 DataUtil.insertStructuredName(mResolver, rawContactId, firstName, givenName); in createRawContact()