/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/data/entries/ |
D | SleepSessionItemViewBinder.kt | 54 val notes = view.findViewById<TextView>(R.id.item_data_entry_notes) in bind() constant
|
D | ExerciseSessionItemViewBinder.kt | 55 val notes = view.findViewById<TextView>(R.id.item_data_entry_notes) in bind() constant
|
D | FormattedDataEntry.kt | 44 val notes: String? constant in com.android.healthconnect.controller.data.entries.FormattedEntry.SleepSessionEntry 54 val notes: String?, constant in com.android.healthconnect.controller.data.entries.FormattedEntry.ExerciseSessionEntry 109 val notes: String? constant in com.android.healthconnect.controller.data.entries.FormattedEntry.PlannedExerciseSessionEntry 124 data class PlannedExerciseSessionNotesEntry(val notes: String) : FormattedEntry(uuid = "") constant in com.android.healthconnect.controller.data.entries.FormattedEntry.PlannedExerciseSessionNotesEntry
|
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/dataentries/ |
D | SleepSessionItemViewBinder.kt | 56 val notes = view.findViewById<TextView>(R.id.item_data_entry_notes) in bind() constant
|
D | ExerciseSessionItemViewBinder.kt | 57 val notes = view.findViewById<TextView>(R.id.item_data_entry_notes) in bind() constant
|
/packages/modules/HealthFitness/framework/java/android/health/connect/datatypes/ |
D | MindfulnessSessionRecord.java | 121 @Nullable CharSequence notes, in MindfulnessSessionRecord() 269 public Builder setNotes(@Nullable CharSequence notes) { in setNotes()
|
D | SleepSessionRecord.java | 87 @Nullable CharSequence notes, in SleepSessionRecord() 356 public Builder setNotes(@Nullable CharSequence notes) { in setNotes()
|
D | ExerciseSessionRecord.java | 92 @Nullable CharSequence notes, in ExerciseSessionRecord() 302 public Builder setNotes(@Nullable CharSequence notes) { in setNotes()
|
D | PlannedExerciseSessionRecord.java | 83 @Nullable CharSequence notes, in PlannedExerciseSessionRecord() 322 public Builder setNotes(@Nullable CharSequence notes) { in setNotes()
|
/packages/modules/HealthFitness/framework/java/android/health/connect/internal/datatypes/ |
D | MindfulnessSessionRecordInternal.java | 110 public MindfulnessSessionRecordInternal setNotes(String notes) { in setNotes()
|
D | SleepSessionRecordInternal.java | 52 public SleepSessionRecordInternal setNotes(String notes) { in setNotes()
|
D | PlannedExerciseSessionRecordInternal.java | 59 public PlannedExerciseSessionRecordInternal setNotes(String notes) { in setNotes()
|
D | ExerciseSessionRecordInternal.java | 68 public ExerciseSessionRecordInternal setNotes(String notes) { in setNotes()
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/media/ |
D | VCardResourceEntry.java | 107 List<NoteData> notes = mVCard.getNotes(); in getNotes() local
|
/packages/providers/ContactsProvider/tests/assets/testUnsynced/ |
D | legacy_contacts.sql | 30 …nc_dirty INTEGER NOT NULL DEFAULT 0,_sync_mark INTEGER,name TEXT NOT NULL,notes TEXT,should_sync I… field 33 …INTEGER NOT NULL DEFAULT 0,_sync_mark INTEGER,name TEXT COLLATE LOCALIZED,notes TEXT COLLATE LOCAL… field
|
/packages/providers/ContactsProvider/tests/assets/testSynced/ |
D | legacy_contacts.sql | 40 …nc_dirty INTEGER NOT NULL DEFAULT 0,_sync_mark INTEGER,name TEXT NOT NULL,notes TEXT,should_sync I… field 43 …INTEGER NOT NULL DEFAULT 0,_sync_mark INTEGER,name TEXT COLLATE LOCALIZED,notes TEXT COLLATE LOCAL… field
|
/packages/providers/ContactsProvider/tests/assets/test1/ |
D | legacy_contacts.sql | 47 …nc_dirty INTEGER NOT NULL DEFAULT 0,_sync_mark INTEGER,name TEXT NOT NULL,notes TEXT,should_sync I… field 53 …INTEGER NOT NULL DEFAULT 0,_sync_mark INTEGER,name TEXT COLLATE LOCALIZED,notes TEXT COLLATE LOCAL… field
|
/packages/modules/HealthFitness/tests/cts/src/android/healthconnect/cts/datatypes/ |
D | ExerciseSessionRecordTest.java | 147 String notes = "rain"; in testExerciseSession_buildSessionWithAllFields_buildCorrectObject() local 319 CharSequence notes = "rain"; in testExerciseSessionBuilds_zoneOffsets_offsetsAreDefault() local
|
/packages/apps/Contacts/src/com/android/contacts/model/ |
D | RawContactModifier.java | 578 final String notes = extras.getString(Insert.NOTES); in parseExtras() local
|
/packages/providers/ContactsProvider/tests/assets/upgradeTest/ |
D | contacts2_1108.sql | 38 …L DEFAULT 1,dirty INTEGER NOT NULL DEFAULT 0,title TEXT,title_res INTEGER,notes TEXT,system_id TEX… field
|