Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DBluetoothEventManagerTest.java436 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 …]
DCachedBluetoothDeviceTest.java705 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()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DHidDeviceProfile.java74 device.onProfileStateChanged(HidDeviceProfile.this, in onServiceConnected()
DPbapClientProfile.java72 … device.onProfileStateChanged(PbapClientProfile.this, BluetoothProfile.STATE_CONNECTED); in onServiceConnected()
DSapProfile.java74 device.onProfileStateChanged(SapProfile.this, in onServiceConnected()
DMapClientProfile.java74 device.onProfileStateChanged(MapClientProfile.this, in onServiceConnected()
DMapProfile.java75 device.onProfileStateChanged(MapProfile.this, in onServiceConnected()
DHidProfile.java69 device.onProfileStateChanged(HidProfile.this, BluetoothProfile.STATE_CONNECTED); in onServiceConnected()
DCsipSetCoordinatorProfile.java80 device.onProfileStateChanged( in onServiceConnected()
DHfpClientProfile.java76 device.onProfileStateChanged( in onServiceConnected()
DA2dpSinkProfile.java72 … device.onProfileStateChanged(A2dpSinkProfile.this, BluetoothProfile.STATE_CONNECTED); in onServiceConnected()
DHeadsetProfile.java77 device.onProfileStateChanged(HeadsetProfile.this, in onServiceConnected()
DVolumeControlProfile.java78 device.onProfileStateChanged( in onServiceConnected()
DHearingAidProfile.java107 device.onProfileStateChanged(HearingAidProfile.this, in onServiceConnected()
DLeAudioProfile.java82 device.onProfileStateChanged(LeAudioProfile.this, BluetoothProfile.STATE_CONNECTED); in onServiceConnected()
DLocalBluetoothLeBroadcastAssistant.java94 device.onProfileStateChanged(
DA2dpProfile.java81 device.onProfileStateChanged(A2dpProfile.this, BluetoothProfile.STATE_CONNECTED); in onServiceConnected()
DLocalBluetoothProfileManager.java406 cachedDevice.onProfileStateChanged(mProfile, newState); in onReceiveInternal()
442 cachedDevice.onProfileStateChanged(mProfile, BluetoothProfile.STATE_CONNECTED); in onReceiveInternal()
DHapClientProfile.java97 device.onProfileStateChanged( in onServiceConnected()
DCachedBluetoothDevice.java229 void onProfileStateChanged(LocalBluetoothProfile profile, int newProfileState) { in onProfileStateChanged() method in CachedBluetoothDevice