Home
last modified time | relevance | path

Searched refs:mTimeSandboxReceivedCallFromSystemServer (Results 1 – 2 of 2) sorted by relevance

/packages/modules/AdServices/sdksandbox/SdkSandbox/aidl/com/android/sdksandbox/
DSandboxLatencyInfo.java49 private long mTimeSandboxReceivedCallFromSystemServer = -1; field in SandboxLatencyInfo
72 mTimeSandboxReceivedCallFromSystemServer = in.readLong(); in SandboxLatencyInfo()
85 && mTimeSandboxReceivedCallFromSystemServer in equals()
86 == that.mTimeSandboxReceivedCallFromSystemServer in equals()
97 mTimeSandboxReceivedCallFromSystemServer, in hashCode()
107 out.writeLong(mTimeSandboxReceivedCallFromSystemServer); in writeToParcel()
125 mTimeSandboxReceivedCallFromSystemServer = timeSandboxReceivedCallFromSystemServer; in setTimeSandboxReceivedCallFromSystemServer()
154 (int) (mTimeSandboxCalledSystemServer - mTimeSandboxReceivedCallFromSystemServer); in getSandboxLatency()
170 return ((int) (mTimeSandboxReceivedCallFromSystemServer - mTimeSystemServerCalledSandbox)); in getLatencySystemServerToSandbox()
/packages/modules/AdServices/sdksandbox/tests/testutils/src/android/app/sdksandbox/testutils/
DFakeSdkSandboxService.java48 private long mTimeSandboxReceivedCallFromSystemServer = -1; field in FakeSdkSandboxService
84 mTimeSandboxReceivedCallFromSystemServer = timeSandboxReceivedCallFromSystemServer; in setTimeValues()
229 mTimeSandboxReceivedCallFromSystemServer); in createSandboxLatencyInfo()