Lines Matching refs:headset_profile_connection_stats
936 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()
992 EXPECT_EQ(headset_profile_connection_stats.num_times_connected(), 1); in TEST_F()