Home
last modified time | relevance | path

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

/aosp12/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/external/localstorage/stats/
H A DPutDocumentStats.java249 public Builder setNativeNumTokensIndexed(int nativeNumTokensIndexed) { in setNativeNumTokensIndexed() argument
250 mNativeNumTokensIndexed = nativeNumTokensIndexed; in setNativeNumTokensIndexed()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/appsearch/external/localstorage/stats/
H A DAppSearchStatsTest.java83 final int nativeNumTokensIndexed = 8; in testAppSearchStats_PutDocumentStats() local
96 .setNativeNumTokensIndexed(nativeNumTokensIndexed) in testAppSearchStats_PutDocumentStats()
116 assertThat(pStats.getNativeNumTokensIndexed()).isEqualTo(nativeNumTokensIndexed); in testAppSearchStats_PutDocumentStats()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/appsearch/external/localstorage/
H A DAppSearchLoggerTest.java193 final int nativeNumTokensIndexed = 8; in testAppSearchLoggerHelper_testCopyNativeStats_putDocument() local
204 .setNumTokensIndexed(nativeNumTokensIndexed) in testAppSearchLoggerHelper_testCopyNativeStats_putDocument()
220 assertThat(pStats.getNativeNumTokensIndexed()).isEqualTo(nativeNumTokensIndexed); in testAppSearchLoggerHelper_testCopyNativeStats_putDocument()