Home
last modified time | relevance | path

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

/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/stats/
DPutDocumentStats.java305 public Builder setNativeIntegerIndexLatencyMillis(int nativeIntegerIndexLatencyMillis) { in setNativeIntegerIndexLatencyMillis() argument
306 mNativeIntegerIndexLatencyMillis = nativeIntegerIndexLatencyMillis; in setNativeIntegerIndexLatencyMillis()
/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/stats/
DAppSearchStatsTest.java87 final int nativeIntegerIndexLatencyMillis = 10; in testAppSearchStats_PutDocumentStats() local
103 .setNativeIntegerIndexLatencyMillis(nativeIntegerIndexLatencyMillis) in testAppSearchStats_PutDocumentStats()
129 .isEqualTo(nativeIntegerIndexLatencyMillis); in testAppSearchStats_PutDocumentStats()
/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/
DAppSearchLoggerTest.java160 final int nativeIntegerIndexLatencyMillis = 10; in testAppSearchLoggerHelper_testCopyNativeStats_putDocument() local
175 .setIntegerIndexLatencyMs(nativeIntegerIndexLatencyMillis) in testAppSearchLoggerHelper_testCopyNativeStats_putDocument()
195 .isEqualTo(nativeIntegerIndexLatencyMillis); in testAppSearchLoggerHelper_testCopyNativeStats_putDocument()