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

/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DLocalBluetoothProfileManager.java325 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
362 updateProfiles();
483 private boolean updateProfiles() { method in class:CachedBluetoothDevice
490 mProfileManager.updateProfiles(uuids, localUuids, mProfiles, mRemovedProfiles,
519 updateProfiles();

Completed in 125 milliseconds