Home
last modified time | relevance | path

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

/packages/modules/AdServices/sdksandbox/framework/java/android/app/sdksandbox/
DSandboxLatencyInfo.java130 private long mTimeSystemServerReceivedCallFromSandbox = -1; field in SandboxLatencyInfo
167 mTimeSystemServerReceivedCallFromSandbox = in.readLong(); in SandboxLatencyInfo()
190 && mTimeSystemServerReceivedCallFromSandbox in equals()
191 == that.mTimeSystemServerReceivedCallFromSandbox in equals()
211 mTimeSystemServerReceivedCallFromSandbox, in hashCode()
230 out.writeLong(mTimeSystemServerReceivedCallFromSandbox); in writeToParcel()
293 mTimeSystemServerReceivedCallFromSandbox = timeSystemServerReceivedCallFromSandbox; in setTimeSystemServerReceivedCallFromSandbox()
356 return getLatency(mTimeSandboxCalledSystemServer, mTimeSystemServerReceivedCallFromSandbox); in getSandboxToSystemServerLatency()
361 return getLatency(mTimeSystemServerReceivedCallFromSandbox, mTimeSystemServerCalledApp); in getSystemServerSandboxToAppLatency()