Home
last modified time | relevance | path

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

/packages/modules/AdServices/sdksandbox/tests/unittest/src/android/app/sdksandbox/
DSandboxLatencyInfoUnitTest.java396 assertThat(sandboxLatencyInfo.isSuccessfulAtSystemServerToApp()).isTrue(); in testSandboxStatus_isSuccessfulAtSystemServerToApp()
403 assertThat(sandboxLatencyInfo.isSuccessfulAtSystemServerToApp()).isTrue(); in testSandboxStatus_failedAtSystemServerToApp()
409 assertThat(sandboxLatencyInfo.isSuccessfulAtSystemServerToApp()).isFalse(); in testSandboxStatus_failedAtSystemServerToApp()
/packages/modules/AdServices/sdksandbox/service/java/com/android/server/sdksandbox/
DSdkSandboxStatsdLogger.java119 sandboxLatencyInfo.isSuccessfulAtSystemServerToApp(), in logSandboxApiLatency()
/packages/modules/AdServices/sdksandbox/framework/java/android/app/sdksandbox/
DSandboxLatencyInfo.java409 public boolean isSuccessfulAtSystemServerToApp() { in isSuccessfulAtSystemServerToApp() method in SandboxLatencyInfo