HomeSort by relevance Sort by last modified time
    Searched full:headset_profile_connection_stats (Results 1 - 3 of 3) sorted by null

  /system/bt/osi/test/
metrics_test.cc 821 for (const HeadsetProfileConnectionStats& headset_profile_connection_stats :
822 metrics->headset_profile_connection_stats()) {
823 switch (headset_profile_connection_stats.headset_profile_type()) {
825 EXPECT_EQ(headset_profile_connection_stats.num_times_connected(), 2);
829 EXPECT_EQ(headset_profile_connection_stats.num_times_connected(), 1);
    [all...]
  /system/bt/osi/src/
metrics.cc 506 HeadsetProfileConnectionStats* headset_profile_connection_stats = local
509 headset_profile_connection_stats->set_headset_profile_type(
511 headset_profile_connection_stats->set_num_times_connected(
  /system/bt/proto/bluetooth/metrics/
bluetooth.proto 59 repeated HeadsetProfileConnectionStats headset_profile_connection_stats = 11;

Completed in 442 milliseconds