Home
last modified time | relevance | path

Searched refs:localUuids (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DLocalBluetoothProfileManager.java463 synchronized void updateProfiles(ParcelUuid[] uuids, ParcelUuid[] localUuids, in updateProfiles() argument
480 if ((ArrayUtils.contains(localUuids, BluetoothUuid.HSP_AG) in updateProfiles()
482 || (ArrayUtils.contains(localUuids, BluetoothUuid.HFP_AG) in updateProfiles()
491 && ArrayUtils.contains(localUuids, BluetoothUuid.HFP)) { in updateProfiles()
551 if ((mPbapClientProfile != null) && ArrayUtils.contains(localUuids, BluetoothUuid.PBAP_PCE) in updateProfiles()
DCachedBluetoothDevice.java627 ParcelUuid[] localUuids = mLocalAdapter.getUuids(); in updateProfiles()
628 if (localUuids == null) return false; in updateProfiles()
636 mProfileManager.updateProfiles(uuids, localUuids, mProfiles, mRemovedProfiles, in updateProfiles()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DLocalBluetoothProfileManagerTest.java136 ParcelUuid[] localUuids = new ParcelUuid[]{}; in updateProfiles_addHidProfileForRemoteDevice() local
140 mProfileManager.updateProfiles(uuids, localUuids, profiles, removedProfiles, false, in updateProfiles_addHidProfileForRemoteDevice()