Home
last modified time | relevance | path

Searched refs:CUSTOM_EVENT_BUNDLE (Results 1 – 2 of 2) sorted by relevance

/external/setupcompat/main/java/com/google/android/setupcompat/logging/internal/
DSetupMetricsLoggingConstants.java60 MetricBundleKeys.CUSTOM_EVENT_BUNDLE,
106 String CUSTOM_EVENT_BUNDLE = "CustomEvent_bundle"; field
DMetricBundleConverter.java13 bundle.putParcelable(MetricBundleKeys.CUSTOM_EVENT_BUNDLE, CustomEvent.toBundle(customEvent)); in createBundleForLogging()