Home
last modified time | relevance | path

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

/packages/modules/AdServices/sdksandbox/tests/unittest/src/android/app/sdksandbox/
DSandboxLatencyInfoUnitTest.java240 assertThat(sandboxLatencyInfo.isSuccessfulAtAppToSystemServer()).isTrue(); in testSandboxStatus_isSuccessfulAtAppToSystemServer()
247 assertThat(sandboxLatencyInfo.isSuccessfulAtAppToSystemServer()).isTrue(); in testSandboxStatus_failedAtAppToSystemServer()
253 assertThat(sandboxLatencyInfo.isSuccessfulAtAppToSystemServer()).isFalse(); in testSandboxStatus_failedAtAppToSystemServer()
/packages/modules/AdServices/sdksandbox/service/java/com/android/server/sdksandbox/
DSdkSandboxStatsdLogger.java63 sandboxLatencyInfo.isSuccessfulAtAppToSystemServer(), in logSandboxApiLatency()
/packages/modules/AdServices/sdksandbox/framework/java/android/app/sdksandbox/
DSandboxLatencyInfo.java377 public boolean isSuccessfulAtAppToSystemServer() { in isSuccessfulAtAppToSystemServer() method in SandboxLatencyInfo