Searched refs:mGetNextLatencyNanos (Results 1 – 1 of 1) sorted by relevance
29 private long mGetNextLatencyNanos; field in ExampleIteratorLatency49 this.mGetNextLatencyNanos = getNextLatencyNanos; in ExampleIteratorLatency()66 return mGetNextLatencyNanos; in getGetNextLatencyNanos()84 && mGetNextLatencyNanos == that.mGetNextLatencyNanos; in equals()96 _hash = 31 * _hash + Long.hashCode(mGetNextLatencyNanos); in hashCode()107 private long mGetNextLatencyNanos; field in ExampleIteratorLatency.Builder133 mGetNextLatencyNanos = value; in setGetNextLatencyNanos()143 new ExampleIteratorLatency(mClientVersion, mTaskId, mGetNextLatencyNanos); in build()