Home
last modified time | relevance | path

Searched refs:NOTES (Results 1 – 9 of 9) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DLegacyApiSupport.java342 peopleProjectionMap.put(People.NOTES, People.NOTES); in peopleProjectionMap.put() argument
429 sGroupProjectionMap.put(android.provider.Contacts.Groups.NOTES, in sGroupProjectionMap.put() argument
430 android.provider.Contacts.Groups.NOTES); in sGroupProjectionMap.put()
537 + " AS " + People.NOTES + ", " + in createViews()
675 Groups.NOTES + " AS " + android.provider.Contacts.Groups.NOTES + " , " + in createViews()
694 Groups.NOTES in createViews()
695 + " AS " + android.provider.Contacts.GroupMembership.NOTES + ", " + in createViews()
1326 if (values.containsKey(People.NOTES)) { in parsePeopleValues()
1328 ContactsDatabaseHelper.copyStringValue(mValues3, Note.NOTE, values, People.NOTES); in parsePeopleValues()
1426 ContactsDatabaseHelper.copyStringValue(mValues, Groups.NOTES, in parseGroupValues()
[all …]
DContactsDatabaseHelper.java1514 Groups.NOTES + " TEXT," + in onCreate()
2251 + Groups.NOTES + "," in createGroupsView()
DContactsProvider2.java957 .add(Groups.NOTES)
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DLegacyContactsProviderTest.java657 values.put(Groups.NOTES, "Abel"); in testGroupsInsert()
667 values.put(Groups.NOTES, "Abel"); in testGroupsUpdate()
674 values.put(Groups.NOTES, "Vierergruppe"); in testGroupsUpdate()
682 values.put(Groups.NOTES, "Abel"); in testGroupMembershipsInsert()
687 values.put(Groups.NOTES, "Abel"); in testGroupMembershipsInsert()
935 values.put(People.NOTES, "Cash Cow"); in putContactValuesExceptName()
947 values.put(People.NOTES, "Poor Johnny"); in putContactValues2()
DGroupsTest.java163 values.put(Groups.NOTES, "New notes"); in testMarkAsDirtyParameter()
175 values.put(Groups.NOTES, "other notes"); in testGroupDirtyClearedWhenSetExplicitly()
DContactsDatabaseHelperUpgradeTest.java399 new TableColumn(Groups.NOTES, TEXT, false, null),
DContactsProvider2Test.java882 Groups.NOTES, in testGroupsProjection()
910 Groups.NOTES, in testGroupsSummaryProjection()
3969 values.put(Groups.NOTES, "e"); in testGroupInsert()
/packages/apps/Contacts/src/com/android/contacts/model/
DRawContactModifier.java573 final boolean hasNotes = extras.containsKey(Insert.NOTES); in parseExtras()
578 final String notes = extras.getString(Insert.NOTES); in parseExtras()
/packages/apps/Contacts/src/com/android/contacts/
DContactSaveService.java1854 Groups.TITLE, Groups.NOTES, Groups.GROUP_VISIBLE, in captureDeletionUndoData()