Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/
DMetricsLoggerTest.java58 MetricsLogger.logProfileConnectionEvent(ProfileId.AVRCP); in testLogProfileConnectionEvent()
78 MetricsLogger.logProfileConnectionEvent(ProfileId.AVRCP); in testLogProfileConnectionEventMultipleProfile()
79 MetricsLogger.logProfileConnectionEvent(ProfileId.HEADSET); in testLogProfileConnectionEventMultipleProfile()
80 MetricsLogger.logProfileConnectionEvent(ProfileId.AVRCP); in testLogProfileConnectionEventMultipleProfile()
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DMetricsLogger.java37 public static void logProfileConnectionEvent(ProfileId profileId) { in logProfileConnectionEvent() method in MetricsLogger
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
DA2dpSinkStateMachine.java298 MetricsLogger.logProfileConnectionEvent(BluetoothMetricsProto.ProfileId.A2DP_SINK); in onConnectionStateChanged()
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
DPbapClientStateMachine.java338 MetricsLogger.logProfileConnectionEvent(BluetoothMetricsProto.ProfileId.PBAP_CLIENT); in onConnectionStateChanged()
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
DAvrcpTargetService.java258 MetricsLogger.logProfileConnectionEvent(BluetoothMetricsProto.ProfileId.AVRCP); in deviceConnected()
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DPbapStateMachine.java298 MetricsLogger.logProfileConnectionEvent(BluetoothMetricsProto.ProfileId.PBAP); in enter()
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppObexClientSession.java229 MetricsLogger.logProfileConnectionEvent(BluetoothMetricsProto.ProfileId.OPP); in run()
DBluetoothOppObexServerSession.java622 MetricsLogger.logProfileConnectionEvent(BluetoothMetricsProto.ProfileId.OPP); in onDisconnect()
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
DPanService.java633 MetricsLogger.logProfileConnectionEvent(BluetoothMetricsProto.ProfileId.PAN); in handlePanDeviceStateChange()
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
DHidDeviceService.java917 MetricsLogger.logProfileConnectionEvent(BluetoothMetricsProto.ProfileId.HID_DEVICE); in setAndBroadcastConnectionState()
DHidHostService.java796 MetricsLogger.logProfileConnectionEvent(BluetoothMetricsProto.ProfileId.HID_HOST); in broadcastConnectionState()
/packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/
DHearingAidService.java798 MetricsLogger.logProfileConnectionEvent( in connectionStateChanged()
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
DMceStateMachine.java222 MetricsLogger.logProfileConnectionEvent(BluetoothMetricsProto.ProfileId.MAP_CLIENT); in onConnectionStateChanged()
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
DSapService.java515 MetricsLogger.logProfileConnectionEvent(BluetoothMetricsProto.ProfileId.SAP); in setState()
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerStateMachine.java1154 MetricsLogger.logProfileConnectionEvent( in broadcastConnectionStateChanged()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapService.java912 MetricsLogger.logProfileConnectionEvent(BluetoothMetricsProto.ProfileId.MAP); in onConnect()
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
DA2dpService.java1133 MetricsLogger.logProfileConnectionEvent(BluetoothMetricsProto.ProfileId.A2DP); in connectionStateChanged()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetService.java1656 MetricsLogger.logProfileConnectionEvent(BluetoothMetricsProto.ProfileId.HEADSET); in onConnectionStateChangedFromStateMachine()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachine.java1071 MetricsLogger.logProfileConnectionEvent( in enter()