Home
last modified time | relevance | path

Searched refs:logProfileConnectionEvent (Results 1 – 19 of 19) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/
DMetricsLoggerTest.java133 MetricsLogger.logProfileConnectionEvent(ProfileId.AVRCP); in testLogProfileConnectionEvent()
151 MetricsLogger.logProfileConnectionEvent(ProfileId.AVRCP); in testLogProfileConnectionEventMultipleProfile()
152 MetricsLogger.logProfileConnectionEvent(ProfileId.HEADSET); in testLogProfileConnectionEventMultipleProfile()
153 MetricsLogger.logProfileConnectionEvent(ProfileId.AVRCP); in testLogProfileConnectionEventMultipleProfile()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dpsink/
DA2dpSinkStateMachine.java327 MetricsLogger.logProfileConnectionEvent(BluetoothMetricsProto.ProfileId.A2DP_SINK); in onConnectionStateChanged()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbapclient/
DPbapClientStateMachine.java338 MetricsLogger.logProfileConnectionEvent(BluetoothMetricsProto.ProfileId.PBAP_CLIENT); in onConnectionStateChanged()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DMetricsLogger.java200 public static void logProfileConnectionEvent(ProfileId profileId) { in logProfileConnectionEvent() method in MetricsLogger
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DPbapStateMachine.java346 MetricsLogger.logProfileConnectionEvent(BluetoothMetricsProto.ProfileId.PBAP); in enter()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcp/
DAvrcpTargetService.java307 MetricsLogger.logProfileConnectionEvent(BluetoothMetricsProto.ProfileId.AVRCP); in deviceConnected()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppObexClientSession.java221 MetricsLogger.logProfileConnectionEvent(BluetoothMetricsProto.ProfileId.OPP); in run()
DBluetoothOppObexServerSession.java687 MetricsLogger.logProfileConnectionEvent(BluetoothMetricsProto.ProfileId.OPP); in onDisconnect()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pan/
DPanService.java718 MetricsLogger.logProfileConnectionEvent(BluetoothMetricsProto.ProfileId.PAN); in handlePanDeviceStateChange()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hid/
DHidDeviceService.java884 MetricsLogger.logProfileConnectionEvent(BluetoothMetricsProto.ProfileId.HID_DEVICE); in setAndBroadcastConnectionState()
DHidHostService.java1383 MetricsLogger.logProfileConnectionEvent(BluetoothMetricsProto.ProfileId.HID_HOST); in updateConnectionState()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/sap/
DSapService.java513 MetricsLogger.logProfileConnectionEvent(BluetoothMetricsProto.ProfileId.SAP); in setState()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hearingaid/
DHearingAidService.java906 MetricsLogger.logProfileConnectionEvent( in connectionStateChanged()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerStateMachine.java1378 MetricsLogger.logProfileConnectionEvent( in broadcastConnectionStateChanged()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mapclient/
DMceStateMachine.java294 MetricsLogger.logProfileConnectionEvent(BluetoothMetricsProto.ProfileId.MAP_CLIENT); in onConnectionStateChanged()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapService.java994 MetricsLogger.logProfileConnectionEvent(BluetoothMetricsProto.ProfileId.MAP); in onConnect()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/
DA2dpService.java1330 MetricsLogger.logProfileConnectionEvent(BluetoothMetricsProto.ProfileId.A2DP); in connectionStateChanged()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/
DHeadsetService.java2181 MetricsLogger.logProfileConnectionEvent(BluetoothMetricsProto.ProfileId.HEADSET); in onConnectionStateChangedFromStateMachine()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachine.java1426 MetricsLogger.logProfileConnectionEvent( in enter()