Searched defs:GIVEN_NAME (Results 1 - 1 of 1) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsDatabaseHelper.java793 StructuredName.GIVEN_NAME,
807 int GIVEN_NAME = 5; field in interface:ContactsDatabaseHelper.StructName205Query
843 public static final int GIVEN_NAME = 3; // data2 field in interface:ContactsDatabaseHelper.RawContactNameQuery
3045 name.givenNames = cursor.getString(StructName205Query.GIVEN_NAME);
5431 name.givenNames = c.getString(RawContactNameQuery.GIVEN_NAME);

Completed in 56 milliseconds