| /appsearch/appsearch/src/androidTest/java/androidx/appsearch/cts/app/ |
| D | GenericDocumentCtsTest.java | 156 GenericDocument document = new GenericDocument.Builder<>("namespace", "id1", "schemaType1") in testDocumentGetSingleValue() local 201 GenericDocument document = new GenericDocument.Builder<>("namespace", "id1", "schemaType1") in testDocumentGetArrayValues() local 236 GenericDocument document = in testDocument_toString() local 289 GenericDocument document = in testDocumentEmptyProperties_toString() local 330 GenericDocument document = new GenericDocument.Builder<>("namespace", "id1", "schemaType1") in testDocumentGetValues_differentTypes() local 357 GenericDocument document = new GenericDocument.Builder<>("namespace", "id1", "schemaType1") in testDocument_setEmptyValues() local 931 GenericDocument document = new GenericDocument.Builder<>("namespace", "id1", "schemaType1") in testDocumentGetPropertyNamesSingleLevel() local 957 GenericDocument document = new GenericDocument.Builder<>("namespace", "id1", "schemaType1") in testDocumentGetPropertyNamesMultiLevel() local 1044 GenericDocument document = new GenericDocument.Builder<>("namespace", "id1", "schemaType1") in testDocumentGetEmbeddingValue() local 1092 GenericDocument document = new GenericDocument.Builder<>("namespace", "id1", "schemaType1") in testDocumentGetArrayEmbeddingValues() local [all …]
|
| /appsearch/appsearch-local-storage/src/main/java/androidx/appsearch/localstorage/usagereporting/ |
| D | TakenActionGenericDocument.java | 48 public static @NonNull TakenActionGenericDocument create(@NonNull GenericDocument document) in create() 63 protected TakenActionGenericDocument(@NonNull GenericDocument document) { in TakenActionGenericDocument() 107 Builder(@NonNull GenericDocument document) { in Builder()
|
| /appsearch/appsearch/src/androidTest/java/androidx/appsearch/app/ |
| D | SearchResultInternalTest.java | 29 GenericDocument document = in testSearchResultBuilderCopyConstructor() local 66 GenericDocument document = in testSearchResultBuilderCopyConstructor_informationalRankingSignal() local 82 GenericDocument document = in testSearchResultBuilderCopyConstructor_parentType() local 98 GenericDocument document = in testSearchResultBuilder_clearJoinedResults() local
|
| /appsearch/appsearch/src/main/java/androidx/appsearch/app/ |
| D | Migrator.java | 68 @NonNull GenericDocument document); in onUpgrade() 89 @NonNull GenericDocument document); in onDowngrade()
|
| /appsearch/compiler/src/test/resources/androidx/appsearch/compiler/goldens/ |
| D | testGeneratedCodeRestrictedToLibrary.JAVA | 38 public GenericDocument toGenericDocument(Gift document) throws AppSearchException { in toGenericDocument() 49 Gift document = new Gift(); in fromGenericDocument() local
|
| D | testDifferentTypeName.JAVA | 36 public GenericDocument toGenericDocument(Gift document) throws AppSearchException { in toGenericDocument() 47 Gift document = new Gift(); in fromGenericDocument() local
|
| D | testMultipleNestedAutoValueDocument.JAVA | 36 public GenericDocument toGenericDocument(Gift.A document) throws AppSearchException { in toGenericDocument() 47 Gift.A document = Gift.A.create(idConv, namespaceConv); in fromGenericDocument() local
|
| D | testOneBadConstructor.JAVA | 36 public GenericDocument toGenericDocument(Gift document) throws AppSearchException { in toGenericDocument() 47 Gift document = new Gift(mIdConv); in fromGenericDocument() local
|
| D | testRead_isGetterForBoolean.JAVA | 39 public GenericDocument toGenericDocument(Gift document) throws AppSearchException { in toGenericDocument() 52 Gift document = new Gift(); in fromGenericDocument() local
|
| D | testSameNameGetterAndFieldAnnotatingField.JAVA | 40 public GenericDocument toGenericDocument(Gift document) throws AppSearchException { in toGenericDocument() 53 Gift document = new Gift(); in fromGenericDocument() local
|
| D | testAnnotationOnClassGetter.JAVA | 40 public GenericDocument toGenericDocument(Gift document) throws AppSearchException { in toGenericDocument() 53 Gift document = new Gift(); in fromGenericDocument() local
|
| D | testSuccessSimple.JAVA | 46 public GenericDocument toGenericDocument(Gift document) throws AppSearchException { in toGenericDocument() 63 Gift document = new Gift(dogConv, idConv, namespaceConv); in fromGenericDocument() local
|
| D | testOverloadedGetterIsOk.JAVA | 40 public GenericDocument toGenericDocument(Gift document) throws AppSearchException { in toGenericDocument() 53 Gift document = new Gift(); in fromGenericDocument() local
|
| D | testAnnotationOnClassGetterUsingFactory.JAVA | 40 public GenericDocument toGenericDocument(Gift document) throws AppSearchException { in toGenericDocument() 53 Gift document = Gift.create(getIdConv, getNamespaceConv, getPriceConv); in fromGenericDocument() local
|
| D | testPropertyNamedAsDocumentClassMap.JAVA | 40 public GenericDocument toGenericDocument(Gift document) throws AppSearchException { in toGenericDocument() 53 Gift document = new Gift(); in fromGenericDocument() local
|
| D | testWrite_multipleSetters.JAVA | 40 public GenericDocument toGenericDocument(Gift document) throws AppSearchException { in toGenericDocument() 53 Gift document = new Gift(); in fromGenericDocument() local
|
| D | testWrite_usableFactoryMethod_unusableConstructor.JAVA | 40 public GenericDocument toGenericDocument(Gift document) throws AppSearchException { in toGenericDocument() 53 Gift document = Gift.create(idConv, namespaceConv, priceConv); in fromGenericDocument() local
|
| D | testGetterAndSetterFunctions_withFieldName.JAVA | 40 public GenericDocument toGenericDocument(Gift document) throws AppSearchException { in toGenericDocument() 53 Gift document = new Gift(); in fromGenericDocument() local
|
| D | testRead_MultipleGetters.JAVA | 40 public GenericDocument toGenericDocument(Gift document) throws AppSearchException { in toGenericDocument() 53 Gift document = new Gift(); in fromGenericDocument() local
|
| D | testSameNameGetterAndFieldAnnotatingGetter.JAVA | 40 public GenericDocument toGenericDocument(Gift document) throws AppSearchException { in toGenericDocument() 53 Gift document = new Gift(); in fromGenericDocument() local
|
| D | testAnnotationOnInterfaceGetter.JAVA | 40 public GenericDocument toGenericDocument(Gift document) throws AppSearchException { in toGenericDocument() 53 Gift document = Gift.create(getIdConv, getNamespaceConv); in fromGenericDocument() local
|
| D | testInnerClass.JAVA | 42 public GenericDocument toGenericDocument(Gift.InnerGift document) throws AppSearchException { in toGenericDocument() 58 Gift.InnerGift document = new Gift.InnerGift(); in fromGenericDocument() local
|
| D | testStringPropertyJoinableType.JAVA | 42 public GenericDocument toGenericDocument(Gift document) throws AppSearchException { in toGenericDocument() 62 Gift document = new Gift(); in fromGenericDocument() local
|
| D | testAutoValueDocumentWithNormalDocument.JAVA | 42 public GenericDocument toGenericDocument(Gift document) throws AppSearchException { in toGenericDocument() 62 Gift document = Gift.create(idConv, namespaceConv, propertyConv); in fromGenericDocument() local
|
| D | testNameNormalization.JAVA | 51 public GenericDocument toGenericDocument(Gift document) throws AppSearchException { in toGenericDocument() 70 Gift document = new Gift(); in fromGenericDocument() local
|