Home
last modified time | relevance | path

Searched refs:getEstimatedBinderLatencyMillis (Results 1 – 4 of 4) sorted by relevance

/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/stats/
DCallStats.java209 public int getEstimatedBinderLatencyMillis() { in getEstimatedBinderLatencyMillis() method in CallStats
/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/stats/
DAppSearchStatsTest.java55 assertThat(cStats.getEstimatedBinderLatencyMillis()) in testAppSearchStats_CallStats()
/packages/modules/AppSearch/service/java/com/android/server/appsearch/stats/
DPlatformLogger.java296 stats.getEstimatedBinderLatencyMillis(), in logStatsImplLocked()
/packages/modules/AppSearch/testing/mockingservicestests/src/com/android/server/appsearch/
DAppSearchManagerServiceTest.java901 assertThat(callStats.getEstimatedBinderLatencyMillis()).isGreaterThan(0); in verifyCallStats()
1973 assertThat(captor.getValue().getEstimatedBinderLatencyMillis()).isGreaterThan(0); in verifyCallResult()