Home
last modified time | relevance | path

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

/system/bt/common/
Dmetrics_unittest.cc940 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()
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()
Dmetrics.cc534 int num_times_connected = pimpl_->headset_profile_connection_counts_[i]; in Build() local
535 if (HeadsetProfileType_IsValid(i) && num_times_connected > 0) { in Build()
542 num_times_connected); in Build()
/system/bt/proto/bluetooth/metrics/
Dbluetooth.proto285 optional int32 num_times_connected = 2; field
300 optional int32 num_times_connected = 2; field