/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/ |
D | MetricsLoggerTest.java | 30 import com.android.bluetooth.BluetoothMetricsProto.ProfileId; 133 MetricsLogger.logProfileConnectionEvent(ProfileId.AVRCP); in testLogProfileConnectionEvent() 139 Assert.assertEquals(ProfileId.AVRCP, profileUsageStatsAvrcp.getProfileId()); in testLogProfileConnectionEvent() 151 MetricsLogger.logProfileConnectionEvent(ProfileId.AVRCP); in testLogProfileConnectionEventMultipleProfile() 152 MetricsLogger.logProfileConnectionEvent(ProfileId.HEADSET); in testLogProfileConnectionEventMultipleProfile() 153 MetricsLogger.logProfileConnectionEvent(ProfileId.AVRCP); in testLogProfileConnectionEventMultipleProfile() 158 Map<ProfileId, ProfileConnectionStats> profileConnectionCountMap = in testLogProfileConnectionEventMultipleProfile() 160 Assert.assertTrue(profileConnectionCountMap.containsKey(ProfileId.AVRCP)); in testLogProfileConnectionEventMultipleProfile() 162 2, profileConnectionCountMap.get(ProfileId.AVRCP).getNumTimesConnected()); in testLogProfileConnectionEventMultipleProfile() 163 Assert.assertTrue(profileConnectionCountMap.containsKey(ProfileId.HEADSET)); in testLogProfileConnectionEventMultipleProfile() [all …]
|
/packages/modules/Bluetooth/floss/hcidoc/src/groups/ |
D | informational.rs | 199 active_profiles: HashMap<ProfileId, ProfileInformation>, 236 profile_id: ProfileId, in report_profile_start() argument 251 profile_id: ProfileId, in report_profile_end() argument 302 let profile_id = ProfileId::L2capCid(host_cid); in report_l2cap_conn_rsp() 360 let profile_id = ProfileId::L2capCid(host_cid); in report_l2cap_disconn_rsp() 436 enum ProfileId { enum 583 ProfileId::OnePerConnection(ProfileType::Hfp), in report_sco_connection_start() 598 ProfileId::OnePerConnection(ProfileType::Hfp), in report_connection_end()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/ |
D | MetricsLogger.java | 33 import com.android.bluetooth.BluetoothMetricsProto.ProfileId; 67 private static final HashMap<ProfileId, Integer> sProfileConnectionCounts = new HashMap<>(); 200 public static void logProfileConnectionEvent(ProfileId profileId) { in logProfileConnectionEvent()
|
/packages/modules/Bluetooth/system/gd/proto/bluetooth/metrics/ |
D | bluetooth.proto | 251 enum ProfileId { enum 277 optional ProfileId profile_id = 1;
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dpsink/ |
D | A2dpSinkStateMachine.java | 327 MetricsLogger.logProfileConnectionEvent(BluetoothMetricsProto.ProfileId.A2DP_SINK); in onConnectionStateChanged()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbapclient/ |
D | PbapClientStateMachine.java | 338 MetricsLogger.logProfileConnectionEvent(BluetoothMetricsProto.ProfileId.PBAP_CLIENT); in onConnectionStateChanged()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/ |
D | PbapStateMachine.java | 346 MetricsLogger.logProfileConnectionEvent(BluetoothMetricsProto.ProfileId.PBAP); in enter()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcp/ |
D | AvrcpTargetService.java | 307 MetricsLogger.logProfileConnectionEvent(BluetoothMetricsProto.ProfileId.AVRCP); in deviceConnected()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/ |
D | BluetoothOppObexClientSession.java | 221 MetricsLogger.logProfileConnectionEvent(BluetoothMetricsProto.ProfileId.OPP); in run()
|
D | BluetoothOppObexServerSession.java | 687 MetricsLogger.logProfileConnectionEvent(BluetoothMetricsProto.ProfileId.OPP); in onDisconnect()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pan/ |
D | PanService.java | 718 MetricsLogger.logProfileConnectionEvent(BluetoothMetricsProto.ProfileId.PAN); in handlePanDeviceStateChange()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hid/ |
D | HidDeviceService.java | 884 MetricsLogger.logProfileConnectionEvent(BluetoothMetricsProto.ProfileId.HID_DEVICE); in setAndBroadcastConnectionState()
|
D | HidHostService.java | 1383 MetricsLogger.logProfileConnectionEvent(BluetoothMetricsProto.ProfileId.HID_HOST); in updateConnectionState()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/sap/ |
D | SapService.java | 513 MetricsLogger.logProfileConnectionEvent(BluetoothMetricsProto.ProfileId.SAP); in setState()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hearingaid/ |
D | HearingAidService.java | 907 BluetoothMetricsProto.ProfileId.HEARING_AID); in connectionStateChanged()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/ |
D | AvrcpControllerStateMachine.java | 1379 BluetoothMetricsProto.ProfileId.AVRCP_CONTROLLER); in broadcastConnectionStateChanged()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mapclient/ |
D | MceStateMachine.java | 294 MetricsLogger.logProfileConnectionEvent(BluetoothMetricsProto.ProfileId.MAP_CLIENT); in onConnectionStateChanged()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/ |
D | BluetoothMapService.java | 994 MetricsLogger.logProfileConnectionEvent(BluetoothMetricsProto.ProfileId.MAP); in onConnect()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/ |
D | A2dpService.java | 1330 MetricsLogger.logProfileConnectionEvent(BluetoothMetricsProto.ProfileId.A2DP); in connectionStateChanged()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/ |
D | HeadsetService.java | 2181 MetricsLogger.logProfileConnectionEvent(BluetoothMetricsProto.ProfileId.HEADSET); in onConnectionStateChangedFromStateMachine()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/ |
D | HeadsetClientStateMachine.java | 1427 BluetoothMetricsProto.ProfileId.HEADSET_CLIENT); in enter()
|