HomeSort by relevance Sort by last modified time
    Searched refs:metricsProto (Results 1 - 3 of 3) sorted by null

  /packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/
MetricsLoggerTest.java 61 BluetoothLog metricsProto = metricsBuilder.build();
62 Assert.assertEquals(1, metricsProto.getProfileConnectionStatsCount());
63 ProfileConnectionStats profileUsageStatsAvrcp = metricsProto.getProfileConnectionStats(0);
83 BluetoothLog metricsProto = metricsBuilder.build();
84 Assert.assertEquals(2, metricsProto.getProfileConnectionStatsCount());
86 getProfileUsageStatsMap(metricsProto.getProfileConnectionStatsList());
  /frameworks/av/drm/libmediadrm/tests/
DrmMetrics_test.cpp 297 DrmFrameworkMetrics metricsProto;
298 ASSERT_TRUE(metricsProto.ParseFromString(serializedMetrics));
328 ASSERT_TRUE(differ.Compare(expectedMetricsProto, metricsProto))
347 DrmFrameworkMetrics metricsProto;
348 ASSERT_TRUE(metricsProto.ParseFromString(serializedMetrics));
374 ASSERT_TRUE(differ.Compare(expectedMetricsProto, metricsProto))
397 DrmFrameworkMetrics metricsProto;
398 ASSERT_TRUE(metricsProto.ParseFromString(serializedMetrics));
416 ASSERT_TRUE(differ.Compare(expectedMetricsProto, metricsProto))
  /tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
ModuleDefinition.java 347 HashMap<String, Metric> metricsProto = new HashMap<>();
348 metricsProto.put(
350 listener.testRunEnded(0, metricsProto);
501 HashMap<String, Metric> metricsProto = new HashMap<>();
514 metricsProto.putAll(runResult.getRunProtoMetrics());
518 metricsProto.put(
521 metricsProto.put(
524 metricsProto.put(
542 listener.testRunEnded(getCurrentTime() - mElapsedTest, metricsProto);

Completed in 197 milliseconds