Searched refs:localUuids (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DLocalBluetoothProfileManager.java421 * @param localUuids UUIDs of the local device
425 synchronized void updateProfiles(ParcelUuid[] uuids, ParcelUuid[] localUuids, argument
442 if ((BluetoothUuid.isUuidPresent(localUuids, BluetoothUuid.HSP_AG) &&
444 (BluetoothUuid.isUuidPresent(localUuids, BluetoothUuid.Handsfree_AG) &&
453 BluetoothUuid.isUuidPresent(localUuids, BluetoothUuid.Handsfree)) {
H A DCachedBluetoothDevice.java508 ParcelUuid[] localUuids = mLocalAdapter.getUuids();
509 if (localUuids == null) return false;
516 mProfileManager.updateProfiles(uuids, localUuids, mProfiles, mRemovedProfiles,

Completed in 77 milliseconds