Searched refs:isSuccessfulAtSandbox (Results 1 – 3 of 3) sorted by relevance
325 assertThat(sandboxLatencyInfo.isSuccessfulAtSandbox()).isTrue(); in testSandboxStatus_failedAtSdk()331 assertThat(sandboxLatencyInfo.isSuccessfulAtSandbox()).isTrue(); in testSandboxStatus_failedAtSdk()337 assertThat(sandboxLatencyInfo.isSuccessfulAtSandbox()).isTrue(); in testIsSuccessfulAtSandbox()346 assertThat(sandboxLatencyInfo.isSuccessfulAtSandbox()).isTrue(); in testSandboxStatus_failedAtSandbox()351 assertThat(sandboxLatencyInfo.isSuccessfulAtSandbox()).isFalse(); in testSandboxStatus_failedAtSandbox()
91 sandboxLatencyInfo.isSuccessfulAtSandbox(), in logSandboxApiLatency()
397 public boolean isSuccessfulAtSandbox() { in isSuccessfulAtSandbox() method in SandboxLatencyInfo