Searched refs:setBody (Results 1 – 10 of 10) sorted by relevance
/cts/tests/appsearch/src/com/android/cts/appsearch/external/app/ |
D | SearchResultCtsTest.java | 52 new AppSearchEmail.Builder("namespace1", "id1").setBody("Hello World.").build(); in testBuildSearchResult() 87 new AppSearchEmail.Builder("namespace1", "id1").setBody("Hello World.").build(); in testSubmatchRangeNotSet() 122 new AppSearchEmail.Builder("namespace1", "id1").setBody("Hello World.").build(); in testJoinedDocument() 124 new AppSearchEmail.Builder("namespace1", "id2").setBody("Joined document.").build(); in testJoinedDocument() 150 new AppSearchEmail.Builder("namespace1", "id1").setBody("Parent document.").build(); in testRebuild() 153 new AppSearchEmail.Builder("namespace1", "id2").setBody("Joined document.").build(); in testRebuild() 155 new AppSearchEmail.Builder("namespace1", "id3").setBody("Joined document.").build(); in testRebuild() 190 new AppSearchEmail.Builder("namespace1", "id1").setBody("Hello World.").build(); in testBuildSearchResult_informationalRankingSignals() 209 new AppSearchEmail.Builder("namespace1", "id1").setBody("Hello World.").build(); in testRebuild_informationalRankingSignals()
|
D | GlobalSearchSessionCtsTestBase.java | 174 .setBody("This is the body of the testPut email") in testGlobalGetById() 233 .setBody("This is the body of the testPut email") in testGlobalQuery_oneInstance() 274 .setBody("This is the body of the testPut email") in testGlobalQuery_twoInstances() 286 .setBody("This is the body of the testPut email") in testGlobalQuery_twoInstances() 319 .setBody("This is the body of the testPut email") in testGlobalQuery_getNextPage() 418 .setBody("This is the body of the testPut email") in testGlobalQuery_acrossTypes() 472 .setBody("This is the body of the testPut email") in testGlobalQuery_namespaceFilter() 483 .setBody("This is the body of the testPut email") in testGlobalQuery_namespaceFilter() 536 .setBody("This is the body of the testPut email") in testGlobalQuery_packageFilter() 547 .setBody("This is the body of the testPut email") in testGlobalQuery_packageFilter() [all …]
|
D | AppSearchSessionCtsTestBase.java | 1580 .setBody("This is the body of the testPut email") in testPutDocuments() 1872 .setBody("This is the body of the testPut email") in testUpdateSchema() 2062 .setBody("This is the body of the testPut email") in testGetDocuments() 2100 .setBody("This is the body of the testPut email") in testGetDocuments_projection() 2108 .setBody("This is the body of the testPut email") in testGetDocuments_projection() 2156 .setBody("This is the body of the testPut email") in testGetDocuments_projectionEmpty() 2164 .setBody("This is the body of the testPut email") in testGetDocuments_projectionEmpty() 2206 .setBody("This is the body of the testPut email") in testGetDocuments_projectionNonExistentType() 2214 .setBody("This is the body of the testPut email") in testGetDocuments_projectionNonExistentType() 2263 .setBody("This is the body of the testPut email") in testGetDocuments_wildcardProjection() [all …]
|
/cts/tests/appsearch/helper-app/src/com/android/cts/appsearch/helper/ |
D | AppSearchTestService.java | 176 .setBody("this is the body of the email") in indexGloballySearchableDocument() 245 .setBody("this is the body of the email") in indexGloballySearchableDocumentVisibleToConfig() 284 .setBody("this is the body of the email") in indexNotGloballySearchableDocument()
|
/cts/tests/appsearch/testutils/src/android/app/appsearch/testutil/external/testutil/ |
D | AppSearchEmail.java | 206 public Builder setBody(@NonNull String body) { in setBody() method in AppSearchEmail.Builder
|
/cts/tests/appsearch/src/com/android/cts/appsearch/app/ |
D | AppSearchSessionPlatformCtsTest.java | 90 .setBody("This is the body of the testPut email") in testStorageAttributedToSelf_withDocument()
|
D | GlobalSearchSessionServiceCtsTestBase.java | 139 .setBody("this is the body of the email") 1804 new AppSearchEmail.Builder(NAMESPACE_NAME, "id2").setBody("caterpillar").build(); in testRemoveObserver_otherPackagesNotRemoved() 1806 new AppSearchEmail.Builder(NAMESPACE_NAME, "id3").setBody("foo").build(); in testRemoveObserver_otherPackagesNotRemoved()
|
/cts/tests/tests/apache-http/src/android/net/http/cts/ |
D | HttpResponseCacheTest.java | 136 .setBody("A")); in testStatisticsTracking()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/security/ |
D | KeyChainTest.java | 379 server.enqueue(new MockResponse().setBody("this response comes via HTTPS")); in startWebServer()
|
/cts/tests/tests/telephony/current/src/android/telephony/cts/ |
D | MmsTest.java | 463 req.setBody(body); in buildPdu()
|