Searched refs:mWatch (Results 1 – 2 of 2) sorted by relevance
45 private final Stopwatch mWatch = new Stopwatch().start(); field in IpProvisioningMetrics60 mWatch.restart(); in reset()153 if (!mWatch.isStarted()) return null; in statsWrite()158 mStatsBuilder.setProvisioningDurationMicros(mWatch.stop()); in statsWrite()170 mWatch.reset(); in statsWrite()
57 private final Stopwatch mWatch = new Stopwatch(); field in NetworkValidationMetrics71 mWatch.restart(); in startCollection()235 if (!mWatch.isStarted()) return null; in maybeStopCollectionAndSend()237 mStatsBuilder.setLatencyMicros(ConnectivityUtils.saturatedCast(mWatch.stop())); in maybeStopCollectionAndSend()251 mWatch.reset(); in maybeStopCollectionAndSend()