Home
last modified time | relevance | path

Searched defs:MetricKey (Results 1 – 3 of 3) sorted by relevance

/external/setupcompat/main/java/com/google/android/setupcompat/logging/
DMetricKey.java33 public final class MetricKey implements Parcelable { class
135 private MetricKey(String name, String screenName) { in MetricKey() method in MetricKey
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
Dmetric_key.py26 class MetricKey(object): class
/external/robolectric-shadows/utils/src/main/java/org/robolectric/util/
DPerfStatsCollector.java225 private static class MetricKey { class in PerfStatsCollector
229 MetricKey(String name, boolean success) { in MetricKey() method in PerfStatsCollector.MetricKey