Searched refs:isUuidPresent (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
D | LocalBluetoothProfileManager.java | 181 if (BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.AudioSource)) { in updateLocalProfiles() 193 if (BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.AudioSink)) { in updateLocalProfiles() 205 if (BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.Handsfree_AG) || in updateLocalProfiles() 206 BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.HSP_AG)) { in updateLocalProfiles() 221 if (BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.Handsfree)) { in updateLocalProfiles() 239 if (BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.MNS)) { in updateLocalProfiles() 255 if (BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.ObexObjectPush)) { in updateLocalProfiles() 281 if (BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.HearingAid)) { in updateLocalProfiles() 550 if ((BluetoothUuid.isUuidPresent(localUuids, BluetoothUuid.HSP_AG) && in updateProfiles() 551 BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.HSP)) || in updateProfiles() [all …]
|
D | BluetoothDeviceFilter.java | 133 if (BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.ObexObjectPush)) { in matches() 147 if (BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.PANU)) { in matches() 161 if (BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.NAP)) { in matches()
|
D | CachedBluetoothDevice.java | 677 if (BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.Hogp)) { in onUuidChanged()
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothUuid.java | 165 public static boolean isUuidPresent(ParcelUuid[] uuidArray, ParcelUuid uuid) { in isUuidPresent() method in BluetoothUuid
|
/frameworks/base/config/ |
D | hiddenapi-light-greylist.txt | 1238 Landroid/bluetooth/BluetoothUuid;->isUuidPresent([Landroid/os/ParcelUuid;Landroid/os/ParcelUuid;)Z
|
D | boot-image-profile.txt | 16549 HSPLandroid/bluetooth/BluetoothUuid;->isUuidPresent([Landroid/os/ParcelUuid;Landroid/os/ParcelUuid;…
|