Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/common/
Dmetrics_unittest.cc935 for (const HeadsetProfileConnectionStats& headset_profile_connection_stats : in TEST_F() local
936 metrics->headset_profile_connection_stats()) { in TEST_F()
937 switch (headset_profile_connection_stats.headset_profile_type()) { in TEST_F()
939 EXPECT_EQ(headset_profile_connection_stats.num_times_connected(), 2); in TEST_F()
943 EXPECT_EQ(headset_profile_connection_stats.num_times_connected(), 1); in TEST_F()
979 for (const HeadsetProfileConnectionStats& headset_profile_connection_stats : in TEST_F() local
980 metrics->headset_profile_connection_stats()) { in TEST_F()
981 switch (headset_profile_connection_stats.headset_profile_type()) { in TEST_F()
983 EXPECT_EQ(headset_profile_connection_stats.num_times_connected(), 1); in TEST_F()
987 EXPECT_EQ(headset_profile_connection_stats.num_times_connected(), 2); in TEST_F()
[all …]
Dmetrics.cc558 HeadsetProfileConnectionStats* headset_profile_connection_stats = in Build() local
561 headset_profile_connection_stats->set_headset_profile_type( in Build()
563 headset_profile_connection_stats->set_num_times_connected( in Build()
/packages/modules/Bluetooth/system/gd/proto/bluetooth/metrics/
Dbluetooth.proto57 repeated HeadsetProfileConnectionStats headset_profile_connection_stats = 11; field