Home
last modified time | relevance | path

Searched defs:takenActionGenericDocuments (Results 1 – 3 of 3) sorted by relevance

/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/usagereporting/
DSearchSessionStatsExtractorTest.java98 List<GenericDocument> takenActionGenericDocuments = in testExtract() local
196 List<GenericDocument> takenActionGenericDocuments = in testExtract_noSearchActionShouldReturnEmptyList() local
234 List<GenericDocument> takenActionGenericDocuments = in testExtract_shouldSkipUnknownActionTypeDocuments() local
307 List<GenericDocument> takenActionGenericDocuments = in testExtract_detectAndSkipSearchNoise_appendNewCharacters() local
400 List<GenericDocument> takenActionGenericDocuments = in testExtract_detectAndSkipSearchNoise_deleteCharacters() local
479 List<GenericDocument> takenActionGenericDocuments = in testExtract_occursAfterThresholdShouldNotBeSearchNoise() local
563 List<GenericDocument> takenActionGenericDocuments = in testExtract_nonPrefixQueryStringShouldNotBeSearchNoise() local
646 List<GenericDocument> takenActionGenericDocuments = in testExtract_lastSearchActionShouldNotBeSearchNoise() local
712 List<GenericDocument> takenActionGenericDocuments = in testExtract_lastSearchActionOfRelatedSearchSequenceShouldNotBeSearchNoise() local
806 List<GenericDocument> takenActionGenericDocuments = in testExtract_withClickActionShouldNotBeSearchNoise() local
[all …]
/packages/modules/AppSearch/framework/java/external/android/app/appsearch/
DPutDocumentsRequest.java175 public Builder addTakenActionGenericDocuments( in addTakenActionGenericDocuments()
193 public Builder addTakenActionGenericDocuments( in addTakenActionGenericDocuments()
/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/usagereporting/
DSearchSessionStatsExtractor.java142 List<TakenActionGenericDocument> takenActionGenericDocuments = in extract() local