Home
last modified time | relevance | path

Searched refs:prevSearchAction (Results 1 – 2 of 2) sorted by relevance

/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/usagereporting/
DSearchSessionStatsExtractor.java87 @Nullable SearchActionGenericDocument prevSearchAction) { in getQueryCorrectionType() argument
95 if (prevSearchAction == null) { in getQueryCorrectionType()
98 } else if (prevSearchAction.getQuery() == null) { in getQueryCorrectionType()
106 String prevQuery = prevSearchAction.getQuery(); in getQueryCorrectionType()
161 SearchActionGenericDocument prevSearchAction = null; in extract() local
206 if (prevSearchAction != null in extract()
207 && isIndependentSearchAction(currSearchAction, prevSearchAction)) { in extract()
216 prevSearchAction = null; in extract()
219 currSearchAction, prevSearchAction, nextSearchAction)) { in extract()
238 prevSearchAction)); in extract()
[all …]
/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/usagereporting/
DSearchSessionStatsExtractorTest.java1127 SearchActionGenericDocument prevSearchAction = in testGetQueryCorrectionType_refinement() local
1141 /* currSearchAction= */ searchAction1, prevSearchAction)) in testGetQueryCorrectionType_refinement()
1152 /* currSearchAction= */ searchAction2, prevSearchAction)) in testGetQueryCorrectionType_refinement()
1163 /* currSearchAction= */ searchAction3, prevSearchAction)) in testGetQueryCorrectionType_refinement()
1174 /* currSearchAction= */ searchAction4, prevSearchAction)) in testGetQueryCorrectionType_refinement()
1180 SearchActionGenericDocument prevSearchAction = in testGetQueryCorrectionType_abandonment() local
1194 /* currSearchAction= */ searchAction1, prevSearchAction)) in testGetQueryCorrectionType_abandonment()
1205 /* currSearchAction= */ searchAction2, prevSearchAction)) in testGetQueryCorrectionType_abandonment()
1216 /* currSearchAction= */ searchAction3, prevSearchAction)) in testGetQueryCorrectionType_abandonment()