Home
last modified time | relevance | path

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

/aosp12/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/external/localstorage/stats/
H A DPutDocumentStats.java146 public int getNativeNumTokensIndexed() { in getNativeNumTokensIndexed() method in PutDocumentStats
/aosp12/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/stats/
H A DPlatformLogger.java257 stats.getNativeNumTokensIndexed(), in logStatsImplLocked()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/appsearch/external/localstorage/
H A DAppSearchLoggerTest.java220 assertThat(pStats.getNativeNumTokensIndexed()).isEqualTo(nativeNumTokensIndexed); in testAppSearchLoggerHelper_testCopyNativeStats_putDocument()
557 assertThat(pStats.getNativeNumTokensIndexed()).isGreaterThan(0); in testLoggingStats_putDocument_success()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/appsearch/external/localstorage/stats/
H A DAppSearchStatsTest.java116 assertThat(pStats.getNativeNumTokensIndexed()).isEqualTo(nativeNumTokensIndexed); in testAppSearchStats_PutDocumentStats()