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.java96 mProfileManager.updateLocalProfiles(); in constructor_initiateHidAndHidDeviceProfile()
107 verify(mProfileManager, never()).updateLocalProfiles(); in constructor_doNotUpdateProfiles()
115 mProfileManager.updateLocalProfiles(); in updateLocalProfiles_addA2dpToLocalProfiles()
121 mProfileManager.updateLocalProfiles(); in updateLocalProfiles_addA2dpToLocalProfiles()
134 mProfileManager.updateLocalProfiles(); in updateProfiles_addHidProfileForRemoteDevice()
156 mProfileManager.updateLocalProfiles(); in stateChangedHandler_receiveA2dpConnectionStateChanged_shouldDispatchCallback()
177 mProfileManager.updateLocalProfiles(); in stateChangedHandler_receiveHeadsetConnectionStateChanged_shouldDispatchCallback()
198 mProfileManager.updateLocalProfiles(); in stateChangedHandler_receiveHAPConnectionStateChanged_shouldDispatchDeviceManager()
220 mProfileManager.updateLocalProfiles(); in stateChangedHandler_receivePanConnectionStateChanged_shouldNotDispatchCallback()
241 mProfileManager.updateLocalProfiles(); in stateChangedHandler_receivePanConnectionStateChangedWithoutProfile_shouldNotRefresh()
[all …]
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DLocalBluetoothManager.java119 mProfileManager.updateLocalProfiles(); in LocalBluetoothManager()
DLocalBluetoothProfileManager.java136 void updateLocalProfiles() { in updateLocalProfiles() method in LocalBluetoothProfileManager
309 updateLocalProfiles(); in setBluetoothStateOn()