Home
last modified time | relevance | path

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

/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/external/localstorage/stats/
DPutDocumentStats.java249 public Builder setNativeNumTokensIndexed(int nativeNumTokensIndexed) { in setNativeNumTokensIndexed() argument
250 mNativeNumTokensIndexed = nativeNumTokensIndexed; in setNativeNumTokensIndexed()
/frameworks/base/services/tests/servicestests/src/com/android/server/appsearch/external/localstorage/stats/
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()
/frameworks/base/services/tests/servicestests/src/com/android/server/appsearch/external/localstorage/
DAppSearchLoggerTest.java182 final int nativeNumTokensIndexed = 8; in testAppSearchLoggerHelper_testCopyNativeStats_putDocument() local
193 .setNumTokensIndexed(nativeNumTokensIndexed) in testAppSearchLoggerHelper_testCopyNativeStats_putDocument()
209 assertThat(pStats.getNativeNumTokensIndexed()).isEqualTo(nativeNumTokensIndexed); in testAppSearchLoggerHelper_testCopyNativeStats_putDocument()