Home
last modified time | relevance | path

Searched refs:setTimeSystemServerReceivedCallFromApp (Results 1 – 4 of 4) sorted by relevance

/packages/modules/AdServices/sdksandbox/service/java/com/android/server/sdksandbox/
DSdkSandboxManagerService.java404 sandboxLatencyInfo.setTimeSystemServerReceivedCallFromApp(mInjector.elapsedRealtime()); in getSandboxedSdks()
482 sandboxLatencyInfo.setTimeSystemServerReceivedCallFromApp(mInjector.elapsedRealtime()); in addSdkSandboxProcessDeathCallback()
531 sandboxLatencyInfo.setTimeSystemServerReceivedCallFromApp(mInjector.elapsedRealtime()); in removeSdkSandboxProcessDeathCallback()
548 sandboxLatencyInfo.setTimeSystemServerReceivedCallFromApp(mInjector.elapsedRealtime()); in getAppOwnedSdkSandboxInterfaces()
562 sandboxLatencyInfo.setTimeSystemServerReceivedCallFromApp(mInjector.elapsedRealtime()); in registerAppOwnedSdkSandboxInterface()
596 sandboxLatencyInfo.setTimeSystemServerReceivedCallFromApp(mInjector.elapsedRealtime()); in unregisterAppOwnedSdkSandboxInterface()
618 sandboxLatencyInfo.setTimeSystemServerReceivedCallFromApp(mInjector.elapsedRealtime()); in loadSdk()
856 sandboxLatencyInfo.setTimeSystemServerReceivedCallFromApp(mInjector.elapsedRealtime());
979 sandboxLatencyInfo.setTimeSystemServerReceivedCallFromApp(mInjector.elapsedRealtime());
1155 sandboxLatencyInfo.setTimeSystemServerReceivedCallFromApp(mInjector.elapsedRealtime());
/packages/modules/AdServices/sdksandbox/tests/unittest/src/com/android/server/sdksandbox/
DSdkSandboxStatsdLoggerUnitTest.java236 sandboxLatencyInfo.setTimeSystemServerReceivedCallFromApp(2); in createSandboxLatencyInfoWithDefaultTimestamps()
/packages/modules/AdServices/sdksandbox/framework/java/android/app/sdksandbox/
DSandboxLatencyInfo.java250 public void setTimeSystemServerReceivedCallFromApp(long timeSystemServerReceivedCallFromApp) { in setTimeSystemServerReceivedCallFromApp() method in SandboxLatencyInfo
/packages/modules/AdServices/sdksandbox/tests/unittest/src/android/app/sdksandbox/
DSandboxLatencyInfoUnitTest.java466 sandboxLatencyInfo.setTimeSystemServerReceivedCallFromApp( in getSandboxLatencyObjectWithAllFieldsSet()