Home
last modified time | relevance | path

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

/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/stats/
DSearchStats.java248 public int getAclCheckLatencyMillis() { in getAclCheckLatencyMillis() method in SearchStats
/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/stats/
DAppSearchStatsTest.java265 assertThat(sStats.getAclCheckLatencyMillis()).isEqualTo(aclCheckLatencyMillis); in testAppSearchStats_SearchStats()
/packages/modules/AppSearch/service/java/com/android/server/appsearch/stats/
DPlatformLogger.java474 stats.getAclCheckLatencyMillis(), in logStatsImplLocked()