Home
last modified time | relevance | path

Searched refs:onProfileConnectionStateChanged (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DBluetoothCallback.java127 default void onProfileConnectionStateChanged(CachedBluetoothDevice cachedDevice, in onProfileConnectionStateChanged() method
DBluetoothEventManager.java211 callback.onProfileConnectionStateChanged(device, state, bluetoothProfile); in dispatchProfileConnectionStateChanged()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DBluetoothEventManagerTest.java131 verify(mBluetoothCallback).onProfileConnectionStateChanged(mCachedBluetoothDevice, in dispatchProfileConnectionStateChanged_registerCallback_shouldDispatchCallback()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/media/
DBluetoothMediaManagerTest.java333 mMediaManager.onProfileConnectionStateChanged(device, 0, 0); in onProfileConnectionStateChanged_cachedDeviceIsBonded_callDeviceAttributesChanged()
351 mMediaManager.onProfileConnectionStateChanged(device, 0, 0); in onProfileConnectionStateChanged_cachedDeviceIsBondNone_callOnDeviceRemoved()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/media/
DBluetoothMediaManager.java255 public void onProfileConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state, in onProfileConnectionStateChanged() method in BluetoothMediaManager