Home
last modified time | relevance | path

Searched defs:notes (Results 1 – 20 of 20) sorted by relevance

/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/data/entries/
DSleepSessionItemViewBinder.kt54 val notes = view.findViewById<TextView>(R.id.item_data_entry_notes) in bind() constant
DExerciseSessionItemViewBinder.kt55 val notes = view.findViewById<TextView>(R.id.item_data_entry_notes) in bind() constant
DFormattedDataEntry.kt44 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/
DSleepSessionItemViewBinder.kt56 val notes = view.findViewById<TextView>(R.id.item_data_entry_notes) in bind() constant
DExerciseSessionItemViewBinder.kt57 val notes = view.findViewById<TextView>(R.id.item_data_entry_notes) in bind() constant
/packages/modules/HealthFitness/framework/java/android/health/connect/datatypes/
DMindfulnessSessionRecord.java121 @Nullable CharSequence notes, in MindfulnessSessionRecord()
269 public Builder setNotes(@Nullable CharSequence notes) { in setNotes()
DSleepSessionRecord.java87 @Nullable CharSequence notes, in SleepSessionRecord()
356 public Builder setNotes(@Nullable CharSequence notes) { in setNotes()
DExerciseSessionRecord.java92 @Nullable CharSequence notes, in ExerciseSessionRecord()
302 public Builder setNotes(@Nullable CharSequence notes) { in setNotes()
DPlannedExerciseSessionRecord.java83 @Nullable CharSequence notes, in PlannedExerciseSessionRecord()
322 public Builder setNotes(@Nullable CharSequence notes) { in setNotes()
/packages/modules/HealthFitness/framework/java/android/health/connect/internal/datatypes/
DMindfulnessSessionRecordInternal.java110 public MindfulnessSessionRecordInternal setNotes(String notes) { in setNotes()
DSleepSessionRecordInternal.java52 public SleepSessionRecordInternal setNotes(String notes) { in setNotes()
DPlannedExerciseSessionRecordInternal.java59 public PlannedExerciseSessionRecordInternal setNotes(String notes) { in setNotes()
DExerciseSessionRecordInternal.java68 public ExerciseSessionRecordInternal setNotes(String notes) { in setNotes()
/packages/apps/Messaging/src/com/android/messaging/datamodel/media/
DVCardResourceEntry.java107 List<NoteData> notes = mVCard.getNotes(); in getNotes() local
/packages/providers/ContactsProvider/tests/assets/testUnsynced/
Dlegacy_contacts.sql30 …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/
Dlegacy_contacts.sql40 …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/
Dlegacy_contacts.sql47 …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/
DExerciseSessionRecordTest.java147 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/
DRawContactModifier.java578 final String notes = extras.getString(Insert.NOTES); in parseExtras() local
/packages/providers/ContactsProvider/tests/assets/upgradeTest/
Dcontacts2_1108.sql38 …L DEFAULT 1,dirty INTEGER NOT NULL DEFAULT 0,title TEXT,title_res INTEGER,notes TEXT,system_id TEX… field