Searched refs:mTimeLoadSandboxStarted (Results 1 – 1 of 1) sorted by relevance
123 private long mTimeLoadSandboxStarted = -1; field in SandboxLatencyInfo160 mTimeLoadSandboxStarted = in.readLong(); in SandboxLatencyInfo()182 && mTimeLoadSandboxStarted == that.mTimeLoadSandboxStarted in equals()204 mTimeLoadSandboxStarted, in hashCode()223 out.writeLong(mTimeLoadSandboxStarted); in writeToParcel()255 mTimeLoadSandboxStarted = timeLoadSandboxStarted; in setTimeLoadSandboxStarted()329 return getLatency(mTimeLoadSandboxStarted, mTimeSandboxLoaded); in getLoadSandboxLatency()