/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | LegacyApiSupport.java | 344 peopleProjectionMap.put(People.NOTES, People.NOTES); in peopleProjectionMap.put() argument 431 sGroupProjectionMap.put(android.provider.Contacts.Groups.NOTES, in sGroupProjectionMap.put() argument 432 android.provider.Contacts.Groups.NOTES); in sGroupProjectionMap.put() 539 + " AS " + People.NOTES + ", " + in createViews() 677 Groups.NOTES + " AS " + android.provider.Contacts.Groups.NOTES + " , " + in createViews() 696 Groups.NOTES in createViews() 697 + " AS " + android.provider.Contacts.GroupMembership.NOTES + ", " + in createViews() 1328 if (values.containsKey(People.NOTES)) { in parsePeopleValues() 1330 ContactsDatabaseHelper.copyStringValue(mValues3, Note.NOTE, values, People.NOTES); in parsePeopleValues() 1428 ContactsDatabaseHelper.copyStringValue(mValues, Groups.NOTES, in parseGroupValues() [all …]
|
D | ContactsDatabaseHelper.java | 1525 Groups.NOTES + " TEXT," + in onCreate() 2244 + Groups.NOTES + "," in createGroupsView()
|
D | ContactsProvider2.java | 989 .add(Groups.NOTES)
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | LegacyContactsProviderTest.java | 656 values.put(Groups.NOTES, "Abel"); in testGroupsInsert() 666 values.put(Groups.NOTES, "Abel"); in testGroupsUpdate() 673 values.put(Groups.NOTES, "Vierergruppe"); in testGroupsUpdate() 681 values.put(Groups.NOTES, "Abel"); in testGroupMembershipsInsert() 686 values.put(Groups.NOTES, "Abel"); in testGroupMembershipsInsert() 934 values.put(People.NOTES, "Cash Cow"); in putContactValuesExceptName() 946 values.put(People.NOTES, "Poor Johnny"); in putContactValues2()
|
D | GroupsTest.java | 164 values.put(Groups.NOTES, "New notes"); in testMarkAsDirtyParameter() 176 values.put(Groups.NOTES, "other notes"); in testGroupDirtyClearedWhenSetExplicitly()
|
D | ContactsDatabaseHelperUpgradeTest.java | 503 new TableColumn(Groups.NOTES, TEXT, false, null),
|
D | ContactsProvider2Test.java | 1108 Groups.NOTES, in testGroupsProjection() 1136 Groups.NOTES, in testGroupsSummaryProjection() 4195 values.put(Groups.NOTES, "e"); in testGroupInsert()
|
/packages/modules/Permission/framework-s/api/ |
D | current.txt | 15 field public static final String ROLE_NOTES = "android.app.role.NOTES";
|
/packages/modules/HealthFitness/tests/cts/src/android/healthconnect/cts/datatypes/ |
D | SleepSessionRecordTest.java | 65 private static final CharSequence NOTES = "felt sleepy"; field in SleepSessionRecordTest 193 .setNotes(NOTES) in testSleepSession_buildSession_buildsCorrectObject() 200 assertThat(CharSequence.compare(record.getNotes(), NOTES)).isEqualTo(0); in testSleepSession_buildSession_buildsCorrectObject()
|
/packages/modules/HealthFitness/tests/cts/hostsidetests/healthconnect/libs/HealthConnectTestLib/src/android/healthconnect/cts/lib/ |
D | BundleHelper.java | 121 private static final String NOTES = PREFIX + "NOTES"; field in BundleHelper 611 values.putCharSequence(NOTES, record.getNotes()); in getExerciseSessionRecordValues() 724 record.setNotes(values.getCharSequence(NOTES)); in createExerciseSessionRecord() 764 values.putCharSequence(NOTES, record.getNotes()); in getSleepRecordValues() 847 .setNotes(values.getCharSequence(NOTES)) in createSleepSessionRecord()
|
/packages/modules/Bluetooth/system/gd/packet/parser/ |
D | README | 40 NOTES
|
/packages/apps/Contacts/src/com/android/contacts/model/ |
D | RawContactModifier.java | 573 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/ |
D | ContactSaveService.java | 1862 Groups.TITLE, Groups.NOTES, Groups.GROUP_VISIBLE, in captureDeletionUndoData()
|