Home
last modified time | relevance | path

Searched refs:updateLocalProfiles (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DLocalBluetoothProfileManagerTest.java115 mProfileManager.updateLocalProfiles(); in constructor_initiateHidAndHidDeviceProfile()
126 verify(mProfileManager, never()).updateLocalProfiles(); in constructor_doNotUpdateProfiles()
134 mProfileManager.updateLocalProfiles(); in updateLocalProfiles_addA2dpToLocalProfiles()
140 mProfileManager.updateLocalProfiles(); in updateLocalProfiles_addA2dpToLocalProfiles()
153 mProfileManager.updateLocalProfiles(); in updateProfiles_addHidProfileForRemoteDevice()
175 mProfileManager.updateLocalProfiles(); in stateChangedHandler_receiveA2dpConnectionStateChanged_shouldDispatchCallback()
196 mProfileManager.updateLocalProfiles(); in stateChangedHandler_receiveHeadsetConnectionStateChanged_shouldDispatchCallback()
218 mProfileManager.updateLocalProfiles(); in stateChangedHandler_receiveHearingAidConnectionStateChanged_dispatchDeviceManager()
240 mProfileManager.updateLocalProfiles(); in stateChangedHandler_receiveHapClientConnectionStateChanged_dispatchDeviceManager()
262 mProfileManager.updateLocalProfiles(); in stateChangedHandler_receivePanConnectionStateChanged_shouldNotDispatchCallback()
[all …]
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DLocalBluetoothManager.java126 mProfileManager.updateLocalProfiles(); in LocalBluetoothManager()
DLocalBluetoothProfileManager.java141 synchronized void updateLocalProfiles() { in updateLocalProfiles() method in LocalBluetoothProfileManager
320 updateLocalProfiles(); in setBluetoothStateOn()