Home
last modified time | relevance | path

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

/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/stats/
DPutDocumentStats.java257 public Builder setNativeDocumentStoreLatencyMillis(int nativeDocumentStoreLatencyMillis) { in setNativeDocumentStoreLatencyMillis() argument
258 mNativeDocumentStoreLatencyMillis = nativeDocumentStoreLatencyMillis; in setNativeDocumentStoreLatencyMillis()
/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/stats/
DAppSearchStatsTest.java80 final int nativeDocumentStoreLatencyMillis = 4; in testAppSearchStats_PutDocumentStats() local
97 .setNativeDocumentStoreLatencyMillis(nativeDocumentStoreLatencyMillis) in testAppSearchStats_PutDocumentStats()
120 .isEqualTo(nativeDocumentStoreLatencyMillis); in testAppSearchStats_PutDocumentStats()
/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/
DAppSearchLoggerTest.java153 final int nativeDocumentStoreLatencyMillis = 4; in testAppSearchLoggerHelper_testCopyNativeStats_putDocument() local
166 .setDocumentStoreLatencyMs(nativeDocumentStoreLatencyMillis) in testAppSearchLoggerHelper_testCopyNativeStats_putDocument()
186 .isEqualTo(nativeDocumentStoreLatencyMillis); in testAppSearchLoggerHelper_testCopyNativeStats_putDocument()