Home
last modified time | relevance | path

Searched refs:getNativeNumTokensIndexed (Results 1 – 4 of 4) sorted by relevance

/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/stats/
DPutDocumentStats.java161 public int getNativeNumTokensIndexed() { in getNativeNumTokensIndexed() method in PutDocumentStats
/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/
DAppSearchLoggerTest.java191 assertThat(pStats.getNativeNumTokensIndexed()).isEqualTo(nativeNumTokensIndexed); in testAppSearchLoggerHelper_testCopyNativeStats_putDocument()
582 assertThat(pStats.getNativeNumTokensIndexed()).isGreaterThan(0); in testLoggingStats_putDocument_success()
/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/stats/
DAppSearchStatsTest.java125 assertThat(pStats.getNativeNumTokensIndexed()).isEqualTo(nativeNumTokensIndexed); in testAppSearchStats_PutDocumentStats()
/packages/modules/AppSearch/service/java/com/android/server/appsearch/stats/
DPlatformLogger.java423 stats.getNativeNumTokensIndexed(), in logStatsImplLocked()