Searched refs:onProfileStateChanged (Results 1 – 15 of 15) sorted by relevance
/aosp12/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/ |
H A D | BluetoothEventManagerTest.java | 244 mCachedDevice1.onProfileStateChanged(mA2dpProfile, BluetoothProfile.STATE_CONNECTED); in dispatchActiveDeviceChanged_connectedDevices_activeDeviceChanged() 245 mCachedDevice2.onProfileStateChanged(mA2dpProfile, BluetoothProfile.STATE_CONNECTED); in dispatchActiveDeviceChanged_connectedDevices_activeDeviceChanged() 246 mCachedDevice1.onProfileStateChanged(mHfpProfile, BluetoothProfile.STATE_CONNECTED); in dispatchActiveDeviceChanged_connectedDevices_activeDeviceChanged() 247 mCachedDevice2.onProfileStateChanged(mHfpProfile, BluetoothProfile.STATE_CONNECTED); in dispatchActiveDeviceChanged_connectedDevices_activeDeviceChanged() 310 mCachedDevice1.onProfileStateChanged(mA2dpProfile, BluetoothProfile.STATE_CONNECTED); in dispatchActiveDeviceChanged_withA2dpAndHearingAid() 311 mCachedDevice1.onProfileStateChanged(mHfpProfile, BluetoothProfile.STATE_CONNECTED); in dispatchActiveDeviceChanged_withA2dpAndHearingAid() 312 mCachedDevice2.onProfileStateChanged(mHearingAidProfile, BluetoothProfile.STATE_CONNECTED); in dispatchActiveDeviceChanged_withA2dpAndHearingAid()
|
H A D | CachedBluetoothDeviceTest.java | 360 onProfileStateChanged(mHearingAidProfile, BluetoothProfile.STATE_DISCONNECTED); in getConnectionSummary_testSingleProfileActiveDeviceHearingAid() 902 mCachedDevice.onProfileStateChanged(profile, status); in updateProfileStatus() 943 mCachedDevice.onProfileStateChanged(profle, BluetoothProfile.STATE_CONNECTED); in getConnectionSummary_profileConnectedFail_showErrorMessage()
|
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
H A D | HidDeviceProfile.java | 74 device.onProfileStateChanged(HidDeviceProfile.this, in onServiceConnected()
|
H A D | HidProfile.java | 67 device.onProfileStateChanged(HidProfile.this, BluetoothProfile.STATE_CONNECTED); 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 | SapProfile.java | 74 device.onProfileStateChanged(SapProfile.this, 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 | MapProfile.java | 75 device.onProfileStateChanged(MapProfile.this, in onServiceConnected()
|
H A D | HeadsetProfile.java | 77 device.onProfileStateChanged(HeadsetProfile.this, in onServiceConnected()
|
H A D | HearingAidProfile.java | 74 device.onProfileStateChanged(HearingAidProfile.this, in onServiceConnected()
|
H A D | LocalBluetoothProfileManager.java | 299 cachedDevice.onProfileStateChanged(mProfile, newState); in onReceiveInternal() 328 cachedDevice.onProfileStateChanged(mProfile, BluetoothProfile.STATE_CONNECTED); in onReceiveInternal()
|
H A D | A2dpProfile.java | 78 device.onProfileStateChanged(A2dpProfile.this, BluetoothProfile.STATE_CONNECTED); in onServiceConnected()
|
H A D | CachedBluetoothDevice.java | 176 void onProfileStateChanged(LocalBluetoothProfile profile, int newProfileState) { in onProfileStateChanged() method in CachedBluetoothDevice
|