Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DLegacyApiSupport.java373 peopleProjectionMap.put(People.NOTES, People.NOTES); in peopleProjectionMap.put() argument
460 sGroupProjectionMap.put(android.provider.Contacts.Groups.NOTES, in sGroupProjectionMap.put() argument
461 android.provider.Contacts.Groups.NOTES); in sGroupProjectionMap.put()
568 + " AS " + People.NOTES + ", " + in createViews()
704 Groups.NOTES + " AS " + android.provider.Contacts.Groups.NOTES + " , " + in createViews()
723 Groups.NOTES in createViews()
724 + " AS " + android.provider.Contacts.GroupMembership.NOTES + ", " + in createViews()
1387 if (values.containsKey(People.NOTES)) { in parsePeopleValues()
1389 ContactsDatabaseHelper.copyStringValue(mValues3, Note.NOTE, values, People.NOTES); in parsePeopleValues()
1487 ContactsDatabaseHelper.copyStringValue(mValues, Groups.NOTES, in parseGroupValues()
[all …]
DContactsDatabaseHelper.java1478 Groups.NOTES + " TEXT," + in onCreate()
2244 + Groups.NOTES + "," in createGroupsView()
DContactsProvider2.java1022 .add(Groups.NOTES)
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DLegacyContactsProviderTest.java633 values.put(Groups.NOTES, "Abel"); in testGroupsInsert()
643 values.put(Groups.NOTES, "Abel"); in testGroupsUpdate()
650 values.put(Groups.NOTES, "Vierergruppe"); in testGroupsUpdate()
658 values.put(Groups.NOTES, "Abel"); in testGroupMembershipsInsert()
663 values.put(Groups.NOTES, "Abel"); in testGroupMembershipsInsert()
911 values.put(People.NOTES, "Cash Cow"); in putContactValuesExceptName()
923 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.java333 new TableColumn(Groups.NOTES, TEXT, false, null),
DContactsProvider2Test.java838 Groups.NOTES, in testGroupsProjection()
866 Groups.NOTES, in testGroupsSummaryProjection()
4331 values.put(Groups.NOTES, "e"); in testGroupInsert()
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
DRawContactModifier.java575 final boolean hasNotes = extras.containsKey(Insert.NOTES); in parseExtras()
580 final String notes = extras.getString(Insert.NOTES); in parseExtras()