Searched refs:timerName (Results 1 – 2 of 2) sorted by relevance
65 @NonNull Context context, @NonNull MetricKey timerName, long timeInMillis) { in logDuration() argument67 Preconditions.checkNotNull(timerName, "Timer name cannot be null."); in logDuration()72 MetricBundleConverter.createBundleForLoggingTimer(timerName, timeInMillis)); in logDuration()
24 public static Bundle createBundleForLoggingTimer(MetricKey timerName, long timeInMillis) { in createBundleForLoggingTimer() argument26 bundle.putParcelable(MetricBundleKeys.METRIC_KEY_BUNDLE, MetricKey.fromMetricKey(timerName)); in createBundleForLoggingTimer()