Searched refs:onProfileStateChanged (Results 1 – 20 of 20) sorted by relevance
436 mCachedDevice1.onProfileStateChanged(mA2dpProfile, BluetoothProfile.STATE_CONNECTED); in dispatchActiveDeviceChanged_connectedDevices_activeDeviceChanged()437 mCachedDevice2.onProfileStateChanged(mA2dpProfile, BluetoothProfile.STATE_CONNECTED); in dispatchActiveDeviceChanged_connectedDevices_activeDeviceChanged()438 mCachedDevice1.onProfileStateChanged(mHfpProfile, BluetoothProfile.STATE_CONNECTED); in dispatchActiveDeviceChanged_connectedDevices_activeDeviceChanged()439 mCachedDevice2.onProfileStateChanged(mHfpProfile, BluetoothProfile.STATE_CONNECTED); in dispatchActiveDeviceChanged_connectedDevices_activeDeviceChanged()506 mCachedDevice1.onProfileStateChanged(mLeAudioProfile, BluetoothProfile.STATE_CONNECTED); in dispatchActiveDeviceChanged_connectedMemberDevices_activeDeviceChanged()507 mCachedDevice3.onProfileStateChanged(mLeAudioProfile, BluetoothProfile.STATE_CONNECTED); in dispatchActiveDeviceChanged_connectedMemberDevices_activeDeviceChanged()508 mCachedDevice2.onProfileStateChanged(mA2dpProfile, BluetoothProfile.STATE_CONNECTED); in dispatchActiveDeviceChanged_connectedMemberDevices_activeDeviceChanged()509 mCachedDevice2.onProfileStateChanged(mHfpProfile, BluetoothProfile.STATE_CONNECTED); in dispatchActiveDeviceChanged_connectedMemberDevices_activeDeviceChanged()539 mCachedDevice1.onProfileStateChanged(mA2dpProfile, BluetoothProfile.STATE_CONNECTED); in dispatchActiveDeviceChanged_withA2dpAndHearingAid()540 mCachedDevice1.onProfileStateChanged(mHfpProfile, BluetoothProfile.STATE_CONNECTED); in dispatchActiveDeviceChanged_withA2dpAndHearingAid()[all …]
705 onProfileStateChanged(mHearingAidProfile, BluetoothProfile.STATE_DISCONNECTED); in getConnectionSummary_testSingleProfileActiveDeviceHearingAid()724 mCachedDevice.onProfileStateChanged(mHearingAidProfile, in getTvConnectionSummary_testSingleProfileActiveDeviceHearingAid()948 mCachedDevice.onProfileStateChanged(mLeAudioProfile, BluetoothProfile.STATE_DISCONNECTED); in getConnectionSummary_testActiveDeviceLeAudioHearingAid()969 mCachedDevice.onProfileStateChanged(mLeAudioProfile, BluetoothProfile.STATE_DISCONNECTED); in getTvConnectionSummary_testActiveDeviceLeAudioHearingAid()1820 mCachedDevice.onProfileStateChanged(profile, BluetoothProfile.STATE_CONNECTED); in getConnectionSummary_profileConnectedFail_showErrorMessage()1832 mCachedDevice.onProfileStateChanged(profile, BluetoothProfile.STATE_CONNECTED); in getTvConnectionSummary_profileConnectedFail_showErrorMessage()2066 mCachedDevice.onProfileStateChanged(profile, status); in updateProfileStatus()2072 mSubCachedDevice.onProfileStateChanged(profile, status); in updateSubDeviceProfileStatus()
74 device.onProfileStateChanged(HidDeviceProfile.this, in onServiceConnected()
72 … device.onProfileStateChanged(PbapClientProfile.this, BluetoothProfile.STATE_CONNECTED); in onServiceConnected()
74 device.onProfileStateChanged(SapProfile.this, in onServiceConnected()
74 device.onProfileStateChanged(MapClientProfile.this, in onServiceConnected()
75 device.onProfileStateChanged(MapProfile.this, in onServiceConnected()
69 device.onProfileStateChanged(HidProfile.this, BluetoothProfile.STATE_CONNECTED); in onServiceConnected()
80 device.onProfileStateChanged( in onServiceConnected()
76 device.onProfileStateChanged( in onServiceConnected()
72 … device.onProfileStateChanged(A2dpSinkProfile.this, BluetoothProfile.STATE_CONNECTED); in onServiceConnected()
77 device.onProfileStateChanged(HeadsetProfile.this, in onServiceConnected()
78 device.onProfileStateChanged( in onServiceConnected()
107 device.onProfileStateChanged(HearingAidProfile.this, in onServiceConnected()
82 device.onProfileStateChanged(LeAudioProfile.this, BluetoothProfile.STATE_CONNECTED); in onServiceConnected()
94 device.onProfileStateChanged(
81 device.onProfileStateChanged(A2dpProfile.this, BluetoothProfile.STATE_CONNECTED); in onServiceConnected()
406 cachedDevice.onProfileStateChanged(mProfile, newState); in onReceiveInternal()442 cachedDevice.onProfileStateChanged(mProfile, BluetoothProfile.STATE_CONNECTED); in onReceiveInternal()
97 device.onProfileStateChanged( in onServiceConnected()
229 void onProfileStateChanged(LocalBluetoothProfile profile, int newProfileState) { in onProfileStateChanged() method in CachedBluetoothDevice