Home
last modified time | relevance | path

Searched refs:getEndSessionSearchIntentStats (Results 1 – 3 of 3) sorted by relevance

/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/stats/
DSearchSessionStatsTest.java365 searchSessionStats.getEndSessionSearchIntentStats(); in testGetEndSessionSearchIntentStats()
396 assertThat(searchSessionStats.getEndSessionSearchIntentStats()).isNull(); in testGetEndSessionSearchIntentStats_emptySearchIntentsShouldReturnNull()
/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/stats/
DSearchSessionStats.java69 public SearchIntentStats getEndSessionSearchIntentStats() { in getEndSessionSearchIntentStats() method in SearchSessionStats
/packages/modules/AppSearch/service/java/com/android/server/appsearch/stats/
DPlatformLogger.java564 searchSessionStats.getEndSessionSearchIntentStats(); in logStatsImplLocked()