Searched refs:mTimeSandboxCalledSystemServer (Results 1 – 3 of 3) sorted by relevance
129 private long mTimeSandboxCalledSystemServer = -1; field in SandboxLatencyInfo166 mTimeSandboxCalledSystemServer = in.readLong(); in SandboxLatencyInfo()189 && mTimeSandboxCalledSystemServer == that.mTimeSandboxCalledSystemServer in equals()210 mTimeSandboxCalledSystemServer, in hashCode()229 out.writeLong(mTimeSandboxCalledSystemServer); in writeToParcel()284 return mTimeSandboxCalledSystemServer; in getTimeSandboxCalledSystemServer()288 mTimeSandboxCalledSystemServer = timeSandboxCalledSystemServer; in setTimeSandboxCalledSystemServer()341 mTimeSandboxReceivedCallFromSystemServer, mTimeSandboxCalledSystemServer); in getSandboxLatency()356 return getLatency(mTimeSandboxCalledSystemServer, mTimeSystemServerReceivedCallFromSandbox); in getSandboxToSystemServerLatency()
53 private long mTimeSandboxCalledSystemServer = -1; field in FakeSdkSandboxService86 mTimeSandboxCalledSystemServer = timeSandboxCalledSystemServer; in setTimeValues()224 sandboxLatencyInfo.setTimeSandboxCalledSystemServer(mTimeSandboxCalledSystemServer); in setSandboxLatencyTimestamps()
788 private long mTimeSandboxCalledSystemServer; field in SdkSandboxTest.RequestSurfacePackageCallbackImpl