Searched refs:NOTES (Results 1 – 8 of 8) sorted by relevance
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | LegacyApiSupport.java | 373 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 …]
|
D | ContactsDatabaseHelper.java | 1411 Groups.NOTES + " TEXT," + in onCreate() 2161 + Groups.NOTES + "," in createGroupsView()
|
D | ContactsProvider2.java | 948 .add(Groups.NOTES)
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | LegacyContactsProviderTest.java | 633 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() 913 values.put(People.NOTES, "Cash Cow"); in putContactValuesExceptName() 925 values.put(People.NOTES, "Poor Johnny"); in putContactValues2()
|
D | GroupsTest.java | 163 values.put(Groups.NOTES, "New notes"); in testMarkAsDirtyParameter() 175 values.put(Groups.NOTES, "other notes"); in testGroupDirtyClearedWhenSetExplicitly()
|
D | ContactsProvider2Test.java | 715 Groups.NOTES, in testGroupsProjection() 743 Groups.NOTES, in testGroupsSummaryProjection() 3593 values.put(Groups.NOTES, "e"); in testGroupInsert()
|
/packages/apps/Exchange/src/com/android/exchange/adapter/ |
D | Tags.java | 56 public static final int NOTES = 0x17; field in Tags 703 public static final int NOTES_PAGE = NOTES << PAGE_SHIFT;
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/ |
D | RawContactModifier.java | 585 final boolean hasNotes = extras.containsKey(Insert.NOTES); in parseExtras() 590 final String notes = extras.getString(Insert.NOTES); in parseExtras()
|