Searched refs:updateProfiles (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
D | CachedBluetoothDevice.java | 330 updateProfiles(); in fillData() 547 private boolean updateProfiles() { in updateProfiles() method in CachedBluetoothDevice 560 mProfileManager.updateProfiles(uuids, localUuids, mProfiles, mRemovedProfiles, in updateProfiles() 596 updateProfiles(); in onUuidChanged()
|
D | LocalBluetoothProfileManager.java | 458 synchronized void updateProfiles(ParcelUuid[] uuids, ParcelUuid[] localUuids, in updateProfiles() method in LocalBluetoothProfileManager
|
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/ |
D | LocalBluetoothProfileManagerTest.java | 140 mProfileManager.updateProfiles(uuids, localUuids, profiles, removedProfiles, false, in updateProfiles_addHidProfileForRemoteDevice()
|