Home
last modified time | relevance | path

Searched refs:metricsProto (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/
H A DMetricsLoggerTest.java61 BluetoothLog metricsProto = metricsBuilder.build(); in testLogProfileConnectionEvent() local
62 Assert.assertEquals(1, metricsProto.getProfileConnectionStatsCount()); in testLogProfileConnectionEvent()
63 ProfileConnectionStats profileUsageStatsAvrcp = metricsProto.getProfileConnectionStats(0); in testLogProfileConnectionEvent()
83 BluetoothLog metricsProto = metricsBuilder.build(); in testLogProfileConnectionEventMultipleProfile() local
84 Assert.assertEquals(2, metricsProto.getProfileConnectionStatsCount()); in testLogProfileConnectionEventMultipleProfile()
86 getProfileUsageStatsMap(metricsProto.getProfileConnectionStatsList()); in testLogProfileConnectionEventMultipleProfile()
/aosp12/frameworks/av/drm/libmediadrm/tests/
H A DDrmMetrics_test.cpp301 DrmFrameworkMetrics metricsProto; in TEST_F() local
302 ASSERT_TRUE(metricsProto.ParseFromString(serializedMetrics)); in TEST_F()
332 ASSERT_TRUE(differ.Compare(expectedMetricsProto, metricsProto)) in TEST_F()
351 DrmFrameworkMetrics metricsProto; in TEST_F() local
352 ASSERT_TRUE(metricsProto.ParseFromString(serializedMetrics)); in TEST_F()
378 ASSERT_TRUE(differ.Compare(expectedMetricsProto, metricsProto)) in TEST_F()
401 DrmFrameworkMetrics metricsProto; in TEST_F() local
402 ASSERT_TRUE(metricsProto.ParseFromString(serializedMetrics)); in TEST_F()
420 ASSERT_TRUE(differ.Compare(expectedMetricsProto, metricsProto)) in TEST_F()