Searched refs:headset_profile_connection_stats (Results 1 – 3 of 3) sorted by relevance
935 for (const HeadsetProfileConnectionStats& headset_profile_connection_stats : in TEST_F() local936 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() local980 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 …]
558 HeadsetProfileConnectionStats* headset_profile_connection_stats = in Build() local561 headset_profile_connection_stats->set_headset_profile_type( in Build()563 headset_profile_connection_stats->set_num_times_connected( in Build()
57 repeated HeadsetProfileConnectionStats headset_profile_connection_stats = 11; field