Home
last modified time | relevance | path

Searched refs:addServiceListener (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/media/
DBluetoothMediaManagerTest.java174 verify(mProfileManager).addServiceListener(mMediaManager); in starScan_a2dpAndHapProfileNotReady_shouldRegisterCallback()
189 verify(mProfileManager, never()).addServiceListener(mMediaManager); in starScan_a2dpAndHapProfileReady_shouldNotRegisterCallback()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/media/
DBluetoothMediaManager.java81 mProfileManager.addServiceListener(this); in addServiceListenerIfNecessary()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBluetoothControllerImpl.java82 mLocalBluetoothManager.getProfileManager().addServiceListener(this); in BluetoothControllerImpl()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DLocalBluetoothProfileManager.java352 public void addServiceListener(ServiceListener l) { in addServiceListener() method in LocalBluetoothProfileManager