Home
last modified time | relevance | path

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

/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/stats/
DPutDocumentStats.java289 public Builder setNativeNumTokensIndexed(int nativeNumTokensIndexed) { in setNativeNumTokensIndexed() argument
290 mNativeNumTokensIndexed = nativeNumTokensIndexed; in setNativeNumTokensIndexed()
/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/stats/
DAppSearchStatsTest.java84 final int nativeNumTokensIndexed = 8; in testAppSearchStats_PutDocumentStats() local
101 .setNativeNumTokensIndexed(nativeNumTokensIndexed) in testAppSearchStats_PutDocumentStats()
125 assertThat(pStats.getNativeNumTokensIndexed()).isEqualTo(nativeNumTokensIndexed); in testAppSearchStats_PutDocumentStats()
/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/
DAppSearchLoggerTest.java157 final int nativeNumTokensIndexed = 8; in testAppSearchLoggerHelper_testCopyNativeStats_putDocument() local
172 .setNumTokensIndexed(nativeNumTokensIndexed) in testAppSearchLoggerHelper_testCopyNativeStats_putDocument()
191 assertThat(pStats.getNativeNumTokensIndexed()).isEqualTo(nativeNumTokensIndexed); in testAppSearchLoggerHelper_testCopyNativeStats_putDocument()