Searched refs:headset_profile_connection_stats (Results 1 – 3 of 3) sorted by relevance
936 for (const HeadsetProfileConnectionStats& headset_profile_connection_stats : in TEST_F() local937 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() local981 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 …]
536 HeadsetProfileConnectionStats* headset_profile_connection_stats = in Build() local539 headset_profile_connection_stats->set_headset_profile_type( in Build()541 headset_profile_connection_stats->set_num_times_connected( in Build()
59 repeated HeadsetProfileConnectionStats headset_profile_connection_stats = 11; field