Home
last modified time | relevance | path

Searched defs:genericDocument (Results 1 – 16 of 16) sorted by relevance

/appsearch/appsearch-builtin-types/src/androidTest/java/androidx/appsearch/builtintypes/
DStopwatchTest.java169 GenericDocument genericDocument = GenericDocument.fromDocumentClass(stopwatch); in testToGenericDocument() local
208 GenericDocument genericDocument = GenericDocument.fromDocumentClass(stopwatch); in testToGenericDocument_emptyLap_appSearchReturnsEmptyList() local
DOrganizationTest.java76 GenericDocument genericDocument = GenericDocument.fromDocumentClass(organization); in testToGenericDocument() local
DPotentialActionTest.java58 GenericDocument genericDocument = GenericDocument.fromDocumentClass(potentialAction); in testActionToGenericDocument() local
DEventTest.java139 GenericDocument genericDocument = GenericDocument.fromDocumentClass(event); in testToGenericDocument() local
DAlarmInstanceTest.java116 GenericDocument genericDocument = GenericDocument.fromDocumentClass(alarmInstance); in testToGenericDocument() local
DTimerTest.java155 GenericDocument genericDocument = GenericDocument.fromDocumentClass(timer); in testToGenericDocument() local
DStopwatchLapTest.java117 GenericDocument genericDocument = GenericDocument.fromDocumentClass(stopwatchLap); in testToGenericDocument() local
DSportsOrganizationTest.java142 GenericDocument genericDocument = GenericDocument in testToGenericDocument() local
DAlarmTest.java183 GenericDocument genericDocument = GenericDocument.fromDocumentClass(alarm); in testToGenericDocument() local
/appsearch/appsearch/src/main/java/androidx/appsearch/app/
DPutDocumentsRequest.java144 GenericDocument genericDocument = GenericDocument.fromDocumentClass(document); in addDocuments() local
206 GenericDocument genericDocument = GenericDocument.fromDocumentClass(takenAction); in addTakenActions() local
/appsearch/appsearch-ktx/src/androidTest/java/
DAnnotationProcessorKtTest.kt187 val genericDocument = in testAnnotationProcessor_nullabilityDefaults() constant
215 val genericDocument = in testAnnotationProcessor_nullableListDefaults() constant
/appsearch/appsearch-builtin-types/src/androidTest/java/androidx/appsearch/app/
DShortcutAdapterTest.java89 GenericDocument genericDocument = ShortcutAdapter.extractDocument(si); in extractDocumentFromShortcut_WorksCorrectly() local
/appsearch/appsearch-local-storage/src/main/java/androidx/appsearch/localstorage/visibilitystore/
DVisibilityDocumentV1.java84 VisibilityDocumentV1(@NonNull GenericDocument genericDocument) { in VisibilityDocumentV1()
/appsearch/appsearch/src/androidTest/java/androidx/appsearch/app/
DAnnotationProcessorTestBase.java616 GenericDocument genericDocument = GenericDocument.fromDocumentClass(sampleAutoValue); in testGenericDocumentConversion_AutoValue() local
631 GenericDocument genericDocument = GenericDocument.fromDocumentClass(inputDoc); in testGenericDocumentConversion_Superclass() local
1107 GenericDocument genericDocument = GenericDocument.fromDocumentClass(fakeMessage); in testGenericDocumentConversion_AnnotatedGetter() local
1328 GenericDocument genericDocument = GenericDocument.fromDocumentClass(place); in testGenericDocumentConversion_AnnotatedInterface() local
1386 GenericDocument genericDocument = GenericDocument.fromDocumentClass(organization); in testGenericDocumentConversion_AnnotatedBuilder() local
1615 GenericDocument genericDocument = GenericDocument.fromDocumentClass(person); in testGenericDocumentConversion_BuilderConstructor() local
1645 GenericDocument genericDocument = GenericDocument.fromDocumentClass(product); in testSerializerSupport() local
1674 GenericDocument genericDocument = in testSerializerOmitsPropertyUponFailedDeserialization() local
2399 GenericDocument genericDocument = GenericDocument.fromDocumentClass(person); in testPolymorphicDeserialization_ToOriginalType() local
2427 GenericDocument genericDocument = in testPolymorphicDeserialization_ToBestCompatibleType() local
[all …]
/appsearch/appsearch/src/main/java/androidx/appsearch/safeparcel/
DGenericDocumentParcel.java156 public static @NonNull GenericDocumentParcel fromGenericDocument( in fromGenericDocument()
/appsearch/appsearch/src/androidTest/java/androidx/appsearch/cts/app/
DGlobalSearchSessionCtsTestBase.java386 GenericDocument genericDocument = new GenericDocument.Builder<>("namespace", "id2", in testGlobalQuery_acrossTypes() local