Home
last modified time | relevance | path

Searched refs:setFrom (Results 1 – 7 of 7) sorted by relevance

/cts/tests/appsearch/src/com/android/cts/appsearch/external/app/
DGlobalSearchSessionCtsTestBase.java171 .setFrom("from@example.com") in testGlobalGetById()
230 .setFrom("from@example.com") in testGlobalQuery_oneInstance()
271 .setFrom("from@example.com") in testGlobalQuery_twoInstances()
283 .setFrom("from@example.com") in testGlobalQuery_twoInstances()
316 .setFrom("from@example.com") in testGlobalQuery_getNextPage()
415 .setFrom("from@example.com") in testGlobalQuery_acrossTypes()
469 .setFrom("from@example.com") in testGlobalQuery_namespaceFilter()
480 .setFrom("from@example.com") in testGlobalQuery_namespaceFilter()
533 .setFrom("from@example.com") in testGlobalQuery_packageFilter()
544 .setFrom("from@example.com") in testGlobalQuery_packageFilter()
[all …]
DAppSearchSessionCtsTestBase.java1577 .setFrom("from@example.com") in testPutDocuments()
2059 .setFrom("from@example.com") in testGetDocuments()
2097 .setFrom("from@example.com") in testGetDocuments_projection()
2105 .setFrom("from@example.com") in testGetDocuments_projection()
2153 .setFrom("from@example.com") in testGetDocuments_projectionEmpty()
2161 .setFrom("from@example.com") in testGetDocuments_projectionEmpty()
2203 .setFrom("from@example.com") in testGetDocuments_projectionNonExistentType()
2211 .setFrom("from@example.com") in testGetDocuments_projectionNonExistentType()
2260 .setFrom("from@example.com") in testGetDocuments_wildcardProjection()
2268 .setFrom("from@example.com") in testGetDocuments_wildcardProjection()
[all …]
/cts/tests/appsearch/helper-app/src/com/android/cts/appsearch/helper/
DAppSearchTestService.java173 .setFrom("from@example.com") in indexGloballySearchableDocument()
242 .setFrom("from@example.com") in indexGloballySearchableDocumentVisibleToConfig()
281 .setFrom("from@example.com") in indexNotGloballySearchableDocument()
/cts/tests/appsearch/testutils/src/android/app/appsearch/testutil/external/testutil/
DAppSearchEmail.java171 public Builder setFrom(@NonNull String from) { in setFrom() method in AppSearchEmail.Builder
/cts/tests/appsearch/src/com/android/cts/appsearch/app/
DAppSearchSessionPlatformCtsTest.java87 .setFrom("from@example.com") in testStorageAttributedToSelf_withDocument()
DGlobalSearchSessionServiceCtsTestBase.java136 .setFrom("from@example.com")
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DMmsTest.java444 req.setFrom(new EncodedStringValue(selfNumber)); in buildPdu()