Searched defs:metricType (Results 1 – 3 of 3) sorted by relevance
47 public void logMetricEvent(@MetricType int metricType, Bundle args) { in logMetricEvent()74 private void invokeLogMetric( in invokeLogMetric()
28 oneway void logMetric(int metricType, in Bundle arguments, in Bundle extras) = 1; in logMetric()
69 MetricType metricType = getMetricTypeForAggregation(view.getAggregation(), view.getWindow()); in adapt() local