Home
last modified time | relevance | path

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

/system/bt/common/
Dmetrics_unittest.cc936 for (const HeadsetProfileConnectionStats& headset_profile_connection_stats : in TEST_F() local
937 metrics->headset_profile_connection_stats()) { in TEST_F()
938 switch (headset_profile_connection_stats.headset_profile_type()) { in TEST_F()
940 EXPECT_EQ(headset_profile_connection_stats.num_times_connected(), 2); in TEST_F()
944 EXPECT_EQ(headset_profile_connection_stats.num_times_connected(), 1); in TEST_F()
980 for (const HeadsetProfileConnectionStats& headset_profile_connection_stats : in TEST_F() local
981 metrics->headset_profile_connection_stats()) { in TEST_F()
982 switch (headset_profile_connection_stats.headset_profile_type()) { in TEST_F()
984 EXPECT_EQ(headset_profile_connection_stats.num_times_connected(), 1); in TEST_F()
988 EXPECT_EQ(headset_profile_connection_stats.num_times_connected(), 2); in TEST_F()
[all …]
Dmetrics.cc536 HeadsetProfileConnectionStats* headset_profile_connection_stats = in Build() local
539 headset_profile_connection_stats->set_headset_profile_type( in Build()
541 headset_profile_connection_stats->set_num_times_connected( in Build()
/system/bt/proto/bluetooth/metrics/
Dbluetooth.proto59 repeated HeadsetProfileConnectionStats headset_profile_connection_stats = 11; field