Home
last modified time | relevance | path

Searched refs:totalCallLatency (Results 1 – 2 of 2) sorted by relevance

/packages/modules/AdServices/sdksandbox/tests/unittest/src/android/app/sdksandbox/
DSandboxLatencyInfoUnitTest.java199 int totalCallLatency = in testGetTotalCallLatency_finishesAtAppReceivedCallFromSystemServerStage() local
202 assertThat(sandboxLatencyInfo.getTotalCallLatency()).isEqualTo(totalCallLatency); in testGetTotalCallLatency_finishesAtAppReceivedCallFromSystemServerStage()
210 int totalCallLatency = in testGetTotalCallLatency_finishesAtSystemServerCalledSandboxStage() local
213 assertThat(sandboxLatencyInfo.getTotalCallLatency()).isEqualTo(totalCallLatency); in testGetTotalCallLatency_finishesAtSystemServerCalledSandboxStage()
221 int totalCallLatency = in testGetTotalCallLatency_finishesAtSystemServerReceivedCallFromAppStage() local
224 assertThat(sandboxLatencyInfo.getTotalCallLatency()).isEqualTo(totalCallLatency); in testGetTotalCallLatency_finishesAtSystemServerReceivedCallFromAppStage()
231 int totalCallLatency = in testGetTotalCallLatency_finishesAtSystemServerCalledAppStage() local
234 assertThat(sandboxLatencyInfo.getTotalCallLatency()).isEqualTo(totalCallLatency); in testGetTotalCallLatency_finishesAtSystemServerCalledAppStage()
/packages/modules/AdServices/sdksandbox/tests/unittest/src/com/android/server/sdksandbox/
DSdkSandboxStatsdMetricsUnitTest.java1186 long totalCallLatency) { in assertSuccessfulSandboxLatencyInfo() argument
1204 assertThat(sandboxLatencyInfo.getTotalCallLatency()).isEqualTo(totalCallLatency); in assertSuccessfulSandboxLatencyInfo()