Home
last modified time | relevance | path

Searched defs:attachments (Results 1 – 6 of 6) sorted by relevance

/appfunctions/appfunctions-compiler/src/test/test-data/output/
D$UpdateNoteParamsFactory.KT38 var attachments: SetField<List<Attachment>>? = null in fromAppFunctionData() variable
78 val attachments = updateNoteParams_appFunctionSerializable.attachments in toAppFunctionData() constant
/appfunctions/appfunctions-schemas/src/main/java/androidx/appfunctions/schema/notes/translators/
DAppFunctionNoteImpl.kt28 override val attachments: List<AttachmentImpl> = emptyList(), constant in androidx.appfunctions.schema.notes.translators.AppFunctionNoteImpl
DCreateNoteTranslator.kt124 override val attachments: List<AttachmentImpl> = emptyList(), constant in androidx.appfunctions.schema.notes.translators.CreateNoteAppFunctionParams
/appfunctions/integration-tests/multi-modules-testapp/app/src/androidTest/java/androidx/appfunctions/integration/tests/
DTestFunctions.kt36 val attachments: List<Attachment>, constant in androidx.appfunctions.integration.tests.CreateNoteParams
64 val attachments: List<Attachment>, constant in androidx.appfunctions.integration.tests.Note
72 val attachments: List<Attachment>, constant in androidx.appfunctions.integration.tests.OpenableNote
/appfunctions/appfunctions-compiler/src/test/test-data/input/
DFunctionWithGenericSerializable.KT17 val attachments: SetField<List<Attachment>>? = null, constant in com.testdata.UpdateNoteParams
/appfunctions/appfunctions-schemas/src/main/java/androidx/appfunctions/schema/notes/
DNotes.kt154 public val attachments: List<AppFunctionNote.Attachment> in createNote() constant
244 public val attachments: SetField<List<AppFunctionNote.Attachment>>? in updateNote() constant
612 public val attachments: List<Attachment> constant