Searched refs:mSlowestIntervalMs (Results 1 – 1 of 1) sorted by relevance
115 private long mSlowestIntervalMs; field in LocationRequestStatistics.PackageStatistics134 mSlowestIntervalMs = 0; in PackageStatistics()149 if (intervalMs > mSlowestIntervalMs) { in startRequesting()150 mSlowestIntervalMs = intervalMs; in startRequesting()230 return mSlowestIntervalMs; in getSlowestIntervalMs()243 if (mFastestIntervalMs == mSlowestIntervalMs) { in toString()247 s.append(": Max interval ").append(mSlowestIntervalMs / 1000).append(" seconds"); in toString()