/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/ |
H A D | BluetoothEventManagerTest.java | 251 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 D | CachedBluetoothDeviceTest.java | 430 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 D | HidDeviceProfile.java | 74 device.onProfileStateChanged(HidDeviceProfile.this, in onServiceConnected()
|
H A D | VolumeControlProfile.java | 76 device.onProfileStateChanged(VolumeControlProfile.this, in onServiceConnected()
|
H A D | HidProfile.java | 67 device.onProfileStateChanged(HidProfile.this, BluetoothProfile.STATE_CONNECTED); in onServiceConnected()
|
H A D | SapProfile.java | 74 device.onProfileStateChanged(SapProfile.this, in onServiceConnected()
|
H A D | MapClientProfile.java | 74 device.onProfileStateChanged(MapClientProfile.this, in onServiceConnected()
|
H A D | PbapClientProfile.java | 72 … device.onProfileStateChanged(PbapClientProfile.this, BluetoothProfile.STATE_CONNECTED); in onServiceConnected()
|
H A D | A2dpSinkProfile.java | 72 … device.onProfileStateChanged(A2dpSinkProfile.this, BluetoothProfile.STATE_CONNECTED); in onServiceConnected()
|
H A D | HfpClientProfile.java | 76 device.onProfileStateChanged( in onServiceConnected()
|
H A D | CsipSetCoordinatorProfile.java | 80 device.onProfileStateChanged( in onServiceConnected()
|
H A D | MapProfile.java | 75 device.onProfileStateChanged(MapProfile.this, in onServiceConnected()
|
H A D | HeadsetProfile.java | 77 device.onProfileStateChanged(HeadsetProfile.this, in onServiceConnected()
|
H A D | HapClientProfile.java | 90 device.onProfileStateChanged( in onServiceConnected()
|
H A D | HearingAidProfile.java | 107 device.onProfileStateChanged(HearingAidProfile.this, in onServiceConnected()
|
H A D | LeAudioProfile.java | 87 device.onProfileStateChanged(LeAudioProfile.this, in onServiceConnected()
|
H A D | LocalBluetoothLeBroadcastAssistant.java | 86 device.onProfileStateChanged(LocalBluetoothLeBroadcastAssistant.this,
|
H A D | A2dpProfile.java | 81 device.onProfileStateChanged(A2dpProfile.this, BluetoothProfile.STATE_CONNECTED); in onServiceConnected()
|
H A D | LocalBluetoothProfileManager.java | 406 cachedDevice.onProfileStateChanged(mProfile, newState); in onReceiveInternal() 440 cachedDevice.onProfileStateChanged(mProfile, BluetoothProfile.STATE_CONNECTED); in onReceiveInternal()
|
H A D | CachedBluetoothDevice.java | 201 void onProfileStateChanged(LocalBluetoothProfile profile, int newProfileState) { in onProfileStateChanged() method in CachedBluetoothDevice
|