Searched defs:updateProfiles (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DLocalBluetoothProfileManager.java425 synchronized void updateProfiles(ParcelUuid[] uuids, ParcelUuid[] localUuids, method in class:LocalBluetoothProfileManager
H A DCachedBluetoothDevice.java212 // if mProfiles is empty, then do not invoke updateProfiles. This causes a race
361 updateProfiles();
504 private boolean updateProfiles() { method in class:CachedBluetoothDevice
516 mProfileManager.updateProfiles(uuids, localUuids, mProfiles, mRemovedProfiles,
545 updateProfiles();

Completed in 47 milliseconds