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.java108 mProfileManager.updateLocalProfiles(); in constructor_initiateHidAndHidDeviceProfile()
119 verify(mProfileManager, never()).updateLocalProfiles(); in constructor_doNotUpdateProfiles()
127 mProfileManager.updateLocalProfiles(); in updateLocalProfiles_addA2dpToLocalProfiles()
133 mProfileManager.updateLocalProfiles(); in updateLocalProfiles_addA2dpToLocalProfiles()
146 mProfileManager.updateLocalProfiles(); in updateProfiles_addHidProfileForRemoteDevice()
168 mProfileManager.updateLocalProfiles(); in stateChangedHandler_receiveA2dpConnectionStateChanged_shouldDispatchCallback()
189 mProfileManager.updateLocalProfiles(); in stateChangedHandler_receiveHeadsetConnectionStateChanged_shouldDispatchCallback()
211 mProfileManager.updateLocalProfiles(); in stateChangedHandler_receiveHearingAidConnectionStateChanged_dispatchDeviceManager()
233 mProfileManager.updateLocalProfiles(); in stateChangedHandler_receiveHapClientConnectionStateChanged_dispatchDeviceManager()
255 mProfileManager.updateLocalProfiles(); in stateChangedHandler_receivePanConnectionStateChanged_shouldNotDispatchCallback()
[all …]
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DLocalBluetoothManager.java126 mProfileManager.updateLocalProfiles(); in LocalBluetoothManager()
DLocalBluetoothProfileManager.java139 synchronized void updateLocalProfiles() { in updateLocalProfiles() method in LocalBluetoothProfileManager
318 updateLocalProfiles(); in setBluetoothStateOn()