Searched refs:onProfileStateChanged (Results 1 – 15 of 15) sorted by relevance
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/ |
D | CachedBluetoothDeviceManagerTest.java | 400 cachedDevice1.onProfileStateChanged(mA2dpProfile, BluetoothProfile.STATE_CONNECTED); in onActiveDeviceChanged_connectedDevices_activeDeviceChanged() 401 cachedDevice2.onProfileStateChanged(mA2dpProfile, BluetoothProfile.STATE_CONNECTED); in onActiveDeviceChanged_connectedDevices_activeDeviceChanged() 402 cachedDevice1.onProfileStateChanged(mHfpProfile, BluetoothProfile.STATE_CONNECTED); in onActiveDeviceChanged_connectedDevices_activeDeviceChanged() 403 cachedDevice2.onProfileStateChanged(mHfpProfile, BluetoothProfile.STATE_CONNECTED); in onActiveDeviceChanged_connectedDevices_activeDeviceChanged() 463 cachedDevice1.onProfileStateChanged(mA2dpProfile, BluetoothProfile.STATE_CONNECTED); in onActiveDeviceChanged_withA2dpAndHearingAid() 464 cachedDevice1.onProfileStateChanged(mHfpProfile, BluetoothProfile.STATE_CONNECTED); in onActiveDeviceChanged_withA2dpAndHearingAid() 465 cachedDevice2.onProfileStateChanged(mHearingAidProfile, BluetoothProfile.STATE_CONNECTED); in onActiveDeviceChanged_withA2dpAndHearingAid()
|
D | CachedBluetoothDeviceTest.java | 346 onProfileStateChanged(mHearingAidProfile, BluetoothProfile.STATE_DISCONNECTED); in getConnectionSummary_testSingleProfileActiveDeviceHearingAid() 888 mCachedDevice.onProfileStateChanged(profile, status); in updateProfileStatus()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
D | HidDeviceProfile.java | 72 device.onProfileStateChanged(HidDeviceProfile.this, in onServiceConnected()
|
D | HidProfile.java | 64 device.onProfileStateChanged(HidProfile.this, BluetoothProfile.STATE_CONNECTED); in onServiceConnected()
|
D | A2dpSinkProfile.java | 69 … device.onProfileStateChanged(A2dpSinkProfile.this, BluetoothProfile.STATE_CONNECTED); in onServiceConnected()
|
D | HfpClientProfile.java | 73 device.onProfileStateChanged( in onServiceConnected()
|
D | MapProfile.java | 72 device.onProfileStateChanged(MapProfile.this, in onServiceConnected()
|
D | MapClientProfile.java | 73 device.onProfileStateChanged(MapClientProfile.this, in onServiceConnected()
|
D | PbapClientProfile.java | 69 … device.onProfileStateChanged(PbapClientProfile.this, BluetoothProfile.STATE_CONNECTED); in onServiceConnected()
|
D | SapProfile.java | 71 device.onProfileStateChanged(SapProfile.this, in onServiceConnected()
|
D | HeadsetProfile.java | 72 device.onProfileStateChanged(HeadsetProfile.this, in onServiceConnected()
|
D | HearingAidProfile.java | 67 device.onProfileStateChanged(HearingAidProfile.this, in onServiceConnected()
|
D | LocalBluetoothProfileManager.java | 297 cachedDevice.onProfileStateChanged(mProfile, newState); in onReceiveInternal() 326 cachedDevice.onProfileStateChanged(mProfile, BluetoothProfile.STATE_CONNECTED); in onReceiveInternal()
|
D | A2dpProfile.java | 73 device.onProfileStateChanged(A2dpProfile.this, BluetoothProfile.STATE_CONNECTED); in onServiceConnected()
|
D | CachedBluetoothDevice.java | 121 void onProfileStateChanged(LocalBluetoothProfile profile, int newProfileState) { in onProfileStateChanged() method in CachedBluetoothDevice
|