Home
last modified time | relevance | path

Searched refs:onProfileStateChanged (Results 1 – 20 of 20) sorted by relevance

/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
H A DBluetoothEventManagerTest.java251 mCachedDevice1.onProfileStateChanged(mA2dpProfile, BluetoothProfile.STATE_CONNECTED); in dispatchActiveDeviceChanged_connectedDevices_activeDeviceChanged()
252 mCachedDevice2.onProfileStateChanged(mA2dpProfile, BluetoothProfile.STATE_CONNECTED); in dispatchActiveDeviceChanged_connectedDevices_activeDeviceChanged()
253 mCachedDevice1.onProfileStateChanged(mHfpProfile, BluetoothProfile.STATE_CONNECTED); in dispatchActiveDeviceChanged_connectedDevices_activeDeviceChanged()
254 mCachedDevice2.onProfileStateChanged(mHfpProfile, BluetoothProfile.STATE_CONNECTED); in dispatchActiveDeviceChanged_connectedDevices_activeDeviceChanged()
321 mCachedDevice1.onProfileStateChanged(mLeAudioProfile, BluetoothProfile.STATE_CONNECTED); in dispatchActiveDeviceChanged_connectedMemberDevices_activeDeviceChanged()
322 mCachedDevice3.onProfileStateChanged(mLeAudioProfile, BluetoothProfile.STATE_CONNECTED); in dispatchActiveDeviceChanged_connectedMemberDevices_activeDeviceChanged()
323 mCachedDevice2.onProfileStateChanged(mA2dpProfile, BluetoothProfile.STATE_CONNECTED); in dispatchActiveDeviceChanged_connectedMemberDevices_activeDeviceChanged()
324 mCachedDevice2.onProfileStateChanged(mHfpProfile, BluetoothProfile.STATE_CONNECTED); in dispatchActiveDeviceChanged_connectedMemberDevices_activeDeviceChanged()
354 mCachedDevice1.onProfileStateChanged(mA2dpProfile, BluetoothProfile.STATE_CONNECTED); in dispatchActiveDeviceChanged_withA2dpAndHearingAid()
355 mCachedDevice1.onProfileStateChanged(mHfpProfile, BluetoothProfile.STATE_CONNECTED); in dispatchActiveDeviceChanged_withA2dpAndHearingAid()
[all …]
H A DCachedBluetoothDeviceTest.java430 onProfileStateChanged(mHearingAidProfile, BluetoothProfile.STATE_DISCONNECTED); in getConnectionSummary_testSingleProfileActiveDeviceHearingAid()
527 mCachedDevice.onProfileStateChanged(mLeAudioProfile, BluetoothProfile.STATE_DISCONNECTED); in getConnectionSummary_testActiveDeviceLeAudioHearingAid()
1086 mCachedDevice.onProfileStateChanged(profile, status); in updateProfileStatus()
1091 mSubCachedDevice.onProfileStateChanged(profile, status); in updateSubDeviceProfileStatus()
1129 mCachedDevice.onProfileStateChanged(profile, BluetoothProfile.STATE_CONNECTED); in getConnectionSummary_profileConnectedFail_showErrorMessage()
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DHidDeviceProfile.java74 device.onProfileStateChanged(HidDeviceProfile.this, in onServiceConnected()
H A DVolumeControlProfile.java76 device.onProfileStateChanged(VolumeControlProfile.this, in onServiceConnected()
H A DHidProfile.java67 device.onProfileStateChanged(HidProfile.this, BluetoothProfile.STATE_CONNECTED); in onServiceConnected()
H A DSapProfile.java74 device.onProfileStateChanged(SapProfile.this, in onServiceConnected()
H A DMapClientProfile.java74 device.onProfileStateChanged(MapClientProfile.this, in onServiceConnected()
H A DPbapClientProfile.java72 … device.onProfileStateChanged(PbapClientProfile.this, BluetoothProfile.STATE_CONNECTED); in onServiceConnected()
H A DA2dpSinkProfile.java72 … device.onProfileStateChanged(A2dpSinkProfile.this, BluetoothProfile.STATE_CONNECTED); in onServiceConnected()
H A DHfpClientProfile.java76 device.onProfileStateChanged( in onServiceConnected()
H A DCsipSetCoordinatorProfile.java80 device.onProfileStateChanged( in onServiceConnected()
H A DMapProfile.java75 device.onProfileStateChanged(MapProfile.this, in onServiceConnected()
H A DHeadsetProfile.java77 device.onProfileStateChanged(HeadsetProfile.this, in onServiceConnected()
H A DHapClientProfile.java90 device.onProfileStateChanged( in onServiceConnected()
H A DHearingAidProfile.java107 device.onProfileStateChanged(HearingAidProfile.this, in onServiceConnected()
H A DLeAudioProfile.java87 device.onProfileStateChanged(LeAudioProfile.this, in onServiceConnected()
H A DLocalBluetoothLeBroadcastAssistant.java86 device.onProfileStateChanged(LocalBluetoothLeBroadcastAssistant.this,
H A DA2dpProfile.java81 device.onProfileStateChanged(A2dpProfile.this, BluetoothProfile.STATE_CONNECTED); in onServiceConnected()
H A DLocalBluetoothProfileManager.java406 cachedDevice.onProfileStateChanged(mProfile, newState); in onReceiveInternal()
440 cachedDevice.onProfileStateChanged(mProfile, BluetoothProfile.STATE_CONNECTED); in onReceiveInternal()
H A DCachedBluetoothDevice.java201 void onProfileStateChanged(LocalBluetoothProfile profile, int newProfileState) { in onProfileStateChanged() method in CachedBluetoothDevice