Home
last modified time | relevance | path

Searched refs:fromMetricKey (Results 1 – 3 of 3) sorted by relevance

/external/setupcompat/main/java/com/google/android/setupcompat/logging/internal/
DMetricBundleConverter.java19 bundle.putParcelable(MetricBundleKeys.METRIC_KEY_BUNDLE, MetricKey.fromMetricKey(counterName)); in createBundleForLoggingCounter()
26 bundle.putParcelable(MetricBundleKeys.METRIC_KEY_BUNDLE, MetricKey.fromMetricKey(timerName)); in createBundleForLoggingTimer()
/external/setupcompat/main/java/com/google/android/setupcompat/logging/
DMetricKey.java66 public static Bundle fromMetricKey(MetricKey metricKey) { in fromMetricKey() method in MetricKey
DCustomEvent.java88 bundle.putBundle(BUNDLE_KEY_METRICKEY, MetricKey.fromMetricKey(customEvent.metricKey())); in toBundle()