Home
last modified time | relevance | path

Searched refs:updateProfiles (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/bluetooth/
DCachedBluetoothDevice.java187 if (!updateProfiles()) { in connectWithoutResettingTimer()
324 updateProfiles(); in fillData()
432 private boolean updateProfiles() { in updateProfiles() method in CachedBluetoothDevice
439 mProfileManager.updateProfiles(uuids, localUuids, mProfiles, mRemovedProfiles); in updateProfiles()
467 updateProfiles(); in onUuidChanged()
DLocalBluetoothProfileManager.java299 synchronized void updateProfiles(ParcelUuid[] uuids, ParcelUuid[] localUuids, in updateProfiles() method in LocalBluetoothProfileManager