Home
last modified time | relevance | path

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

/external/setupcompat/main/java/com/google/android/setupcompat/internal/
DSetupCompatServiceInvoker.java44 public void logMetricEvent(@MetricType int metricType, Bundle args) { in logMetricEvent() argument
46 loggingExecutor.execute(() -> invokeLogMetric(metricType, args)); in logMetricEvent()
48 Log.e(TAG, String.format("Metric of type %d dropped since queue is full.", metricType), e); in logMetricEvent()
61 @MetricType int metricType, @SuppressWarnings("unused") Bundle args) { in invokeLogMetric()
67 setupCompatService.logMetric(metricType, args, Bundle.EMPTY); in invokeLogMetric()
/external/opencensus-java/exporters/stats/signalfx/src/main/java/io/opencensus/exporter/stats/signalfx/
DSignalFxSessionAdaptor.java69 MetricType metricType = getMetricTypeForAggregation(view.getAggregation(), view.getWindow()); in adapt() local
70 if (metricType == null) { in adapt()
80 .setMetricType(metricType) in adapt()
/external/setupcompat/main/aidl/com/google/android/setupcompat/
DISetupCompatService.aidl28 oneway void logMetric(int metricType, in Bundle arguments, in Bundle extras) = 1; in logMetric() argument