Searched refs:totalCallLatency (Results 1 – 2 of 2) sorted by relevance
199 int totalCallLatency = in testGetTotalCallLatency_finishesAtAppReceivedCallFromSystemServerStage() local202 assertThat(sandboxLatencyInfo.getTotalCallLatency()).isEqualTo(totalCallLatency); in testGetTotalCallLatency_finishesAtAppReceivedCallFromSystemServerStage()210 int totalCallLatency = in testGetTotalCallLatency_finishesAtSystemServerCalledSandboxStage() local213 assertThat(sandboxLatencyInfo.getTotalCallLatency()).isEqualTo(totalCallLatency); in testGetTotalCallLatency_finishesAtSystemServerCalledSandboxStage()221 int totalCallLatency = in testGetTotalCallLatency_finishesAtSystemServerReceivedCallFromAppStage() local224 assertThat(sandboxLatencyInfo.getTotalCallLatency()).isEqualTo(totalCallLatency); in testGetTotalCallLatency_finishesAtSystemServerReceivedCallFromAppStage()231 int totalCallLatency = in testGetTotalCallLatency_finishesAtSystemServerCalledAppStage() local234 assertThat(sandboxLatencyInfo.getTotalCallLatency()).isEqualTo(totalCallLatency); in testGetTotalCallLatency_finishesAtSystemServerCalledAppStage()
1186 long totalCallLatency) { in assertSuccessfulSandboxLatencyInfo() argument1204 assertThat(sandboxLatencyInfo.getTotalCallLatency()).isEqualTo(totalCallLatency); in assertSuccessfulSandboxLatencyInfo()