OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:METRIC_KEY_BUNDLE
(Results
1 - 2
of
2
) sorted by null
/external/setupcompat/main/java/com/google/android/setupcompat/logging/internal/
SetupMetricsLoggingConstants.java
58
MetricBundleKeys.
METRIC_KEY_BUNDLE
,
69
* @deprecated Use {@link #
METRIC_KEY_BUNDLE
} instead.
99
String
METRIC_KEY_BUNDLE
= "MetricKey_bundle";
MetricBundleConverter.java
19
bundle.putParcelable(MetricBundleKeys.
METRIC_KEY_BUNDLE
, MetricKey.fromMetricKey(counterName));
26
bundle.putParcelable(MetricBundleKeys.
METRIC_KEY_BUNDLE
, MetricKey.fromMetricKey(timerName));
Completed in 164 milliseconds